| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run cargo update for {hashx,equix}/bench. | Gabriela Moldovan | 2024-09-30 | 1 | -49/+58 |
| * | Minor bumps on non-tor/arti crates | Nick Mathewson | 2024-09-30 | 1 | -1/+1 |
| * | Upgrade MSRV to 1.77 | Nick Mathewson | 2024-09-25 | 1 | -1/+1 |
| * | Bump MSRV from 1.70 to 1.75. | Wesley Aptekar-Cassels | 2024-09-16 | 1 | -1/+1 |
| * | Run cargo update for {hashx,equix}/bench. | Gabriela Moldovan | 2024-09-03 | 1 | -65/+76 |
| * | Run "cargo update" for crates/{equix/hashx}/bench. | Nick Mathewson | 2024-08-01 | 1 | -80/+104 |
| * | Run cargo update for {hashx,equix}/bench. | Gabriela Moldovan | 2024-06-05 | 1 | -105/+91 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2024-06-05 | 1 | -1/+1 |
| * | Re-run maint/add_warning. | Nick Mathewson | 2024-05-06 | 1 | -2/+2 |
| * | Update separate lockfiles | Ian Jackson | 2024-04-30 | 1 | -1/+1 |
| * | Bump versions of crates with nonfunctional changes | Ian Jackson | 2024-04-30 | 1 | -1/+1 |
| * | Ship GPL-3 alongside LGPL-3, as required | Ian Jackson | 2024-04-25 | 1 | -0/+674 |
| * | Copy LGPL-3 file into hashx and equix crates | Ian Jackson | 2024-04-25 | 1 | -0/+165 |
| * | Resolve nightly clippy errors in hashx. | Nick Mathewson | 2024-04-22 | 1 | -3/+3 |
| * | Run cargo update in {equix,hashx}/bench | Nick Mathewson | 2024-04-02 | 1 | -208/+162 |
| * | Bump patchlevel versions on non-{tor/arti} crates. | Nick Mathewson | 2024-04-02 | 1 | -1/+1 |
| * | deny clippy::unchecked_duration_subtraction | trinity-1686a | 2024-02-29 | 1 | -0/+1 |
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 1 | -1/+1 |
| * | In every crate, change rust-version to 1.70. | Nick Mathewson | 2023-11-28 | 1 | -1/+1 |
| * | Update other cargo.lock files. | Nick Mathewson | 2023-10-02 | 1 | -1/+1 |
| * | Patchlevel bumps, with dependents affected. | Nick Mathewson | 2023-10-02 | 1 | -1/+1 |
| * | Update bench lockfiles for new fixed-capacity-vec | Nick Mathewson | 2023-09-20 | 1 | -2/+2 |
| * | Upgrade to fixed-capacity-vec 1.0 | Nick Mathewson | 2023-09-20 | 1 | -1/+1 |
| * | Switch to FixedCapacityVec 0.1.0 from crates.io | Ian Jackson | 2023-09-06 | 5 | -300/+9 |
| * | Upgrade bench/ lockfiles too. | Nick Mathewson | 2023-09-05 | 1 | -80/+91 |
| * | Update patchlevel for crates with nontrivial changes. | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| * | hashx: Cleanup around Instruction and NUM_INSTRUCTIONS | Micah Elizabeth Scott | 2023-08-25 | 6 | -28/+24 |
| * | hashx: Avoid memcpy in Assembler::finalize() | Micah Elizabeth Scott | 2023-08-25 | 1 | -1/+7 |
| * | Rustfmt | Ian Jackson | 2023-08-25 | 3 | -3/+3 |
| * | RFC: hashx: Make Architecture::compile take an array ref | Ian Jackson | 2023-08-25 | 4 | -6/+9 |
| * | Run maint/add-warning | Ian Jackson | 2023-08-25 | 1 | -0/+1 |
| * | hashx: FixedCapacityVec: Fix clippy lints | Ian Jackson | 2023-08-24 | 1 | -4/+3 |
| * | Rustfmt | Ian Jackson | 2023-08-24 | 4 | -6/+12 |
| * | hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafe | Ian Jackson | 2023-08-24 | 1 | -0/+13 |
| * | hashx: FixedCapacityVec: Tests | Ian Jackson | 2023-08-24 | 1 | -0/+105 |
| * | hashx: FixedCapacityVec: introduce push_inner | Ian Jackson | 2023-08-24 | 1 | -7/+21 |
| * | hashx: FixedCapacityVec: use *mut T, and impl Drop | Ian Jackson | 2023-08-24 | 1 | -24/+68 |
| * | hashx: FixedCapacityVec: Note some missing stuff | Ian Jackson | 2023-08-24 | 1 | -0/+12 |
| * | hashx: FixedCapacityVec: Documentation | Ian Jackson | 2023-08-24 | 1 | -0/+27 |
| * | hashx: FixedCapacityVec: Replace .into_boxed_array method with Try | Ian Jackson | 2023-08-24 | 2 | -9/+16 |
| * | hashx: FixedCapacityVec: Move into its own module | Ian Jackson | 2023-08-24 | 5 | -71/+80 |
| * | Rustfmt | Ian Jackson | 2023-08-23 | 3 | -9/+9 |
| * | RFC: hashx: Introduce FixedCapacityVec | Ian Jackson | 2023-08-23 | 3 | -6/+81 |
| * | RFC: hashx: Make Program a boxed array | Ian Jackson | 2023-08-23 | 1 | -4/+4 |
| * | hashx_cachegrind: Fix black_box location | Ian Jackson | 2023-08-23 | 1 | -2/+2 |
| * | hashx_cachegrind: Make mk_c_equix not shuffle the HashX | Ian Jackson | 2023-08-23 | 1 | -8/+8 |
| * | hashx_cachegrind: Make mk_rust not shuffle the HashXBuilder | Ian Jackson | 2023-08-23 | 1 | -10/+9 |
| * | hashx_cachegrind: Introduce C_HASHX_OK alias | Ian Jackson | 2023-08-23 | 1 | -2/+5 |
| * | hashx_cachegrind: Introduce bench_loop helper macro | Ian Jackson | 2023-08-23 | 1 | -24/+29 |
| * | hashx_cachegrind: Introduce u32be helper function | Ian Jackson | 2023-08-23 | 1 | -4/+11 |