index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
retry-error
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
retry-error: Port to web-time.
Nick Mathewson
2026-03-26
1
-2
/
+35
*
retry-error: Remove unused variable
Tobias Stoeckmann
2026-03-19
1
-1
/
+0
*
retry-error: Simplify extend_from_retry_error
Tobias Stoeckmann
2026-03-19
1
-16
/
+7
*
retry-error: Allow dedup_by to merge ranges
Tobias Stoeckmann
2026-03-19
1
-5
/
+54
*
retry-error: Fix typo in dedup_by description
Tobias Stoeckmann
2026-03-17
1
-1
/
+1
*
Merge branch 'ticket_2338' into 'main'
Nick Mathewson
2026-02-19
1
-0
/
+4
|
\
|
*
retry-error: Document why we don't need (and can't use) ErrorSources.
Nick Mathewson
2026-02-19
1
-0
/
+4
*
|
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
*
chore: remove debug comments, use let-else
Nihal
2025-12-17
1
-18
/
+9
*
fix: preserve Attempt variant directly
Nihal
2025-12-17
1
-26
/
+33
*
fix: preserve Attempt::Range when extending
Nihal
2025-12-17
1
-5
/
+60
*
fix: preserve timestamps when flattening RetryErrors
Nihal
2025-12-17
1
-0
/
+47
*
refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...
Nihal
2025-12-17
1
-15
/
+23
*
refactor: remove early returns and forbid push() via clippy
Nihal
2025-12-17
1
-5
/
+6
*
refactor: clean code
Nihal
2025-12-17
1
-97
/
+135
*
feat(retry-error): add timestamps to retry errors
Nihal
2025-12-17
1
-37
/
+183
*
retry-error: add comment in `fmt_error_with_sources`
Steven Engler
2025-11-18
1
-0
/
+4
*
Revert "retry-error: stop trying to dedup error msgs"
Steven Engler
2025-11-18
1
-13
/
+9
*
retry-error: stop trying to dedup error msgs
Steven Engler
2025-11-13
1
-9
/
+13
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
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
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
retry-error: Attempts must be AsRef<dyn Error>; print their sources
Ian Jackson
2023-07-19
1
-4
/
+8
*
retry-error: Introduce a Wrapper type in a test
Ian Jackson
2023-07-19
1
-2
/
+14
*
retry-error: Provide fmt_error_with_sources in retry-error
Ian Jackson
2023-07-19
1
-1
/
+61
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-35
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Style fixes to retry-error error messages.
Nick Mathewson
2022-06-22
1
-3
/
+3
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
Fix sentences
Samanta Navarro
2022-04-27
1
-3
/
+3
[next]