Skip to content
Snippets Groups Projects
  1. Apr 05, 2025
  2. Mar 26, 2025
  3. Mar 19, 2025
    • Georges Racinet's avatar
      Rust 1.79: fix ill-placed doc-comments · d53b1524
      Georges Racinet authored
      `cargo check` now emits a warning when there are doc-comments in
      ordinary code (as opposed to field and method definitions).
      
      Sometimes I automatically type three forward slashes when I actually
      mean two, but in these cases, the appropriate action was to keep the
      doc-comment nature and move it to the field definition.
      d53b1524
    • Georges Racinet's avatar
      Rust 1.79: comply to Clippy rule for file creation · be805f8d
      Georges Racinet authored
      Clippy now insists that file creations set `truncate` explicitly
      to deal with potentially existing files.
      
      In this case we really want to discard any existing content.
      be805f8d
  4. Mar 15, 2025
  5. Mar 14, 2025
  6. Mar 11, 2025
  7. Mar 10, 2025
  8. Mar 07, 2025
    • Georges Racinet's avatar
      Merged stable branch into future · aa29732c
      Georges Racinet authored
      Part of heptapod#2078. As we are about to shift the future branch to be
      default and all changes in Heptapod 17.8 were made after the shit of the stable series,
      there is no point merging into the default branch first.
      aa29732c
    • Georges Racinet's avatar
      Compliance with Gitaly 17.9 · 09275380
      Georges Racinet authored
      The `DiffService.GetPatchID` gRPC method now invokes Git with `--verbatim` by
      default (feature flag is activate by default).
      09275380
  9. Mar 06, 2025
  10. Mar 01, 2025
  11. Feb 28, 2025
  12. Feb 26, 2025
  13. Feb 25, 2025
  14. Feb 24, 2025
Loading