summaryrefslogtreecommitdiff
path: root/crates/hashx
Commit message (Expand)AuthorAgeFilesLines
* Run "cargo update" for crates/{equix/hashx}/bench.Nick Mathewson2024-08-011-80/+104
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-06-051-105/+91
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-06-051-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Update separate lockfilesIan Jackson2024-04-301-1/+1
* Bump versions of crates with nonfunctional changesIan Jackson2024-04-301-1/+1
* Ship GPL-3 alongside LGPL-3, as requiredIan Jackson2024-04-251-0/+674
* Copy LGPL-3 file into hashx and equix cratesIan Jackson2024-04-251-0/+165
* Resolve nightly clippy errors in hashx.Nick Mathewson2024-04-221-3/+3
* Run cargo update in {equix,hashx}/benchNick Mathewson2024-04-021-208/+162
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Fix typosDimitris Apostolou2024-01-081-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Update other cargo.lock files.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-1/+1
* Update bench lockfiles for new fixed-capacity-vecNick Mathewson2023-09-201-2/+2
* Upgrade to fixed-capacity-vec 1.0Nick Mathewson2023-09-201-1/+1
* Switch to FixedCapacityVec 0.1.0 from crates.ioIan Jackson2023-09-065-300/+9
* Upgrade bench/ lockfiles too.Nick Mathewson2023-09-051-80/+91
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* hashx: Cleanup around Instruction and NUM_INSTRUCTIONSMicah Elizabeth Scott2023-08-256-28/+24
* hashx: Avoid memcpy in Assembler::finalize()Micah Elizabeth Scott2023-08-251-1/+7
* RustfmtIan Jackson2023-08-253-3/+3
* RFC: hashx: Make Architecture::compile take an array refIan Jackson2023-08-254-6/+9
* Run maint/add-warningIan Jackson2023-08-251-0/+1
* hashx: FixedCapacityVec: Fix clippy lintsIan Jackson2023-08-241-4/+3
* RustfmtIan Jackson2023-08-244-6/+12
* hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafeIan Jackson2023-08-241-0/+13
* hashx: FixedCapacityVec: TestsIan Jackson2023-08-241-0/+105
* hashx: FixedCapacityVec: introduce push_innerIan Jackson2023-08-241-7/+21
* hashx: FixedCapacityVec: use *mut T, and impl DropIan Jackson2023-08-241-24/+68
* hashx: FixedCapacityVec: Note some missing stuffIan Jackson2023-08-241-0/+12
* hashx: FixedCapacityVec: DocumentationIan Jackson2023-08-241-0/+27
* hashx: FixedCapacityVec: Replace .into_boxed_array method with TryIan Jackson2023-08-242-9/+16
* hashx: FixedCapacityVec: Move into its own moduleIan Jackson2023-08-245-71/+80
* RustfmtIan Jackson2023-08-233-9/+9
* RFC: hashx: Introduce FixedCapacityVecIan Jackson2023-08-233-6/+81
* RFC: hashx: Make Program a boxed arrayIan Jackson2023-08-231-4/+4
* hashx_cachegrind: Fix black_box locationIan Jackson2023-08-231-2/+2
* hashx_cachegrind: Make mk_c_equix not shuffle the HashXIan Jackson2023-08-231-8/+8
* hashx_cachegrind: Make mk_rust not shuffle the HashXBuilderIan Jackson2023-08-231-10/+9
* hashx_cachegrind: Introduce C_HASHX_OK aliasIan Jackson2023-08-231-2/+5
* hashx_cachegrind: Introduce bench_loop helper macroIan Jackson2023-08-231-24/+29
* hashx_cachegrind: Introduce u32be helper functionIan Jackson2023-08-231-4/+11
* hashx_cachegrind: Introduce mk_c_equix helper macroIan Jackson2023-08-231-4/+9
* hashx_cachegrind: Introduce mk_rust helper macroIan Jackson2023-08-231-8/+14
* hashx: Use a boxed slice for Program storageMicah Elizabeth Scott2023-08-211-3/+3
* hashx: Assembly buffer sizing and tidyingMicah Elizabeth Scott2023-08-213-34/+104
* hashx: avoid surprising overhead of enum code() methodMicah Elizabeth Scott2023-08-211-3/+3