summaryrefslogtreecommitdiff
path: root/crates/hashx/src
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-124-28/+32
* hashx: Bump dynasmrt to 5.0.0Gabriela Moldovan2026-03-041-1/+1
* hashx: Use .is_multiple_of() as recommended by clippyGabriela Moldovan2026-02-161-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* hashx: Gate as_u8() behind the compiler featureGabriela Moldovan2025-11-201-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* hashx: A couple of comments about register rangesNick Mathewson2025-10-082-0/+4
* hashx: Make exceptions for clippy warnings from dynasm.Nick Mathewson2025-10-081-9/+17
* hashx: Make RegisterId::x() return u8 on aarch64Nick Mathewson2025-10-071-3/+3
* hashx: Provide a u8 accessor for RegisterId.Nick Mathewson2025-10-072-1/+7
* hashx: Fix/ignore clippy lints.Wesley Aptekar-Cassels2025-10-061-2/+5
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Rename variables named "gen"Nick Mathewson2025-08-071-4/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0711-19/+19
* Update code for Edition 2024Nick Mathewson2025-08-071-4/+4
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* hashx, tor-persist: fix intra-doc link backtickshashcatHitman2025-04-161-1/+1
* fix `clippy::unneeded_struct_pattern`Steven Engler2025-04-032-13/+13
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-8/+0
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | Fix "unnecessary parentheses around assigned value" warning on aarch64.Alexander Færøy2025-01-061-2/+2
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Resolve nightly clippy errors in hashx.Nick Mathewson2024-04-221-3/+3
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Fix typosDimitris Apostolou2024-01-081-1/+1
* Switch to FixedCapacityVec 0.1.0 from crates.ioIan Jackson2023-09-063-300/+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: Use a boxed slice for Program storageMicah Elizabeth Scott2023-08-211-3/+3