1. 08 Sep, 2025 2 commits
  2. 30 Aug, 2025 1 commit
  3. 29 Aug, 2025 2 commits
  4. 28 Aug, 2025 1 commit
  5. 27 Aug, 2025 1 commit
  6. 20 Aug, 2025 2 commits
  7. 19 Aug, 2025 2 commits
  8. 18 Aug, 2025 1 commit
  9. 15 Aug, 2025 2 commits
  10. 12 Aug, 2025 1 commit
  11. 11 Aug, 2025 1 commit
  12. 07 Aug, 2025 2 commits
  13. 05 Aug, 2025 1 commit
  14. 04 Aug, 2025 1 commit
  15. 23 Jul, 2025 2 commits
  16. 17 Jul, 2025 1 commit
  17. 02 Jul, 2025 1 commit
  18. 26 Jun, 2025 1 commit
  19. 10 Jun, 2025 1 commit
  20. 09 Jun, 2025 1 commit
  21. 05 Jun, 2025 1 commit
  22. 21 May, 2025 1 commit
  23. 16 May, 2025 1 commit
  24. 13 May, 2025 1 commit
  25. 09 May, 2025 1 commit
  26. 08 May, 2025 1 commit
  27. 06 May, 2025 1 commit
    • Graham King's avatar
      chore: Two-line copyright check (#958) · a9068dc6
      Graham King authored
      Approved by OSRB in Slack.
      
      Note we don't check for the closing delimiter to allow the longer copyright format.
      
      Motivation is that it reduces the context usage by 12 lines for every file in the project. That helps things like Cursor and Claude Code fit more, go faster, and cost less.
      a9068dc6
  28. 22 Apr, 2025 1 commit
  29. 11 Apr, 2025 1 commit
  30. 09 Apr, 2025 1 commit
  31. 04 Apr, 2025 1 commit
    • Graham King's avatar
      chore: Upgrade Rust to 1.86 (#518) · e99aa1e1
      Graham King authored
      Also upgrade the cargo resolver to v3, the default.
      
      New clippy lints:
      - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list.
      - ` repeat_n` instead of `repeat.take`. That avoids cloning.
      - Doc indenting
      e99aa1e1
  32. 02 Apr, 2025 2 commits