index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
hashx
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
4
-28
/
+32
*
hashx: Bump dynasmrt to 5.0.0
Gabriela Moldovan
2026-03-04
1
-1
/
+1
*
hashx: Use .is_multiple_of() as recommended by clippy
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
hashx: Gate as_u8() behind the compiler feature
Gabriela Moldovan
2025-11-20
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
hashx: A couple of comments about register ranges
Nick Mathewson
2025-10-08
2
-0
/
+4
*
hashx: Make exceptions for clippy warnings from dynasm.
Nick Mathewson
2025-10-08
1
-9
/
+17
*
hashx: Make RegisterId::x() return u8 on aarch64
Nick Mathewson
2025-10-07
1
-3
/
+3
*
hashx: Provide a u8 accessor for RegisterId.
Nick Mathewson
2025-10-07
2
-1
/
+7
*
hashx: Fix/ignore clippy lints.
Wesley Aptekar-Cassels
2025-10-06
1
-2
/
+5
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Rename variables named "gen"
Nick Mathewson
2025-08-07
1
-4
/
+4
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
11
-19
/
+19
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-4
/
+4
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
hashx, tor-persist: fix intra-doc link backticks
hashcatHitman
2025-04-16
1
-1
/
+1
*
fix `clippy::unneeded_struct_pattern`
Steven Engler
2025-04-03
2
-13
/
+13
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-8
/
+0
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
Fix "unnecessary parentheses around assigned value" warning on aarch64.
Alexander Færøy
2025-01-06
1
-2
/
+2
|
/
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Resolve nightly clippy errors in hashx.
Nick Mathewson
2024-04-22
1
-3
/
+3
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-1
/
+1
*
Switch to FixedCapacityVec 0.1.0 from crates.io
Ian Jackson
2023-09-06
3
-300
/
+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
[next]