summaryrefslogtreecommitdiff
path: root/crates/hashx
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix "unnecessary parentheses around assigned value" warning on aarch64.Alexander Færøy2025-01-061-2/+2
* | Bump to dynasmrt 3.0.1Nick Mathewson2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* equix, hashx: Add Cargo.lock changes.Gabriela Moldovan2024-12-021-1/+1
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-12-021-72/+64
* cargo: Update `thiserror` to `2`Clara Engler2024-11-122-14/+14
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-301-49/+58
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-031-65/+76
* 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