1. 20 Aug, 2025 1 commit
  2. 19 Aug, 2025 2 commits
  3. 18 Aug, 2025 1 commit
  4. 15 Aug, 2025 2 commits
  5. 12 Aug, 2025 1 commit
  6. 11 Aug, 2025 1 commit
  7. 07 Aug, 2025 2 commits
  8. 05 Aug, 2025 1 commit
  9. 04 Aug, 2025 1 commit
  10. 23 Jul, 2025 2 commits
  11. 17 Jul, 2025 1 commit
  12. 02 Jul, 2025 1 commit
  13. 26 Jun, 2025 1 commit
  14. 10 Jun, 2025 1 commit
  15. 09 Jun, 2025 1 commit
  16. 05 Jun, 2025 1 commit
  17. 21 May, 2025 1 commit
  18. 16 May, 2025 1 commit
  19. 13 May, 2025 1 commit
  20. 09 May, 2025 1 commit
  21. 08 May, 2025 1 commit
  22. 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
  23. 22 Apr, 2025 1 commit
  24. 11 Apr, 2025 1 commit
  25. 09 Apr, 2025 1 commit
  26. 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
  27. 02 Apr, 2025 2 commits
  28. 01 Apr, 2025 2 commits
  29. 31 Mar, 2025 2 commits
  30. 20 Mar, 2025 1 commit
  31. 19 Mar, 2025 1 commit
    • Graham King's avatar
      chore: Don't depend on openssl (#292) · 7c3fd5c9
      Graham King authored
      This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked.
      
      Pieces:
      - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag).
      - Move shared dependencies up into workspace
      - New `rand` crate has some renames for future rust
      - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
      7c3fd5c9
  32. 17 Mar, 2025 2 commits