aboutsummaryrefslogtreecommitdiff
path: root/crates/retry-error/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+1
|\
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | retry-error: Fix clippy warninghjrgrn2026-07-101-1/+1
|/
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* retry-error: Port to web-time.Nick Mathewson2026-03-261-2/+35
* retry-error: Remove unused variableTobias Stoeckmann2026-03-191-1/+0
* retry-error: Simplify extend_from_retry_errorTobias Stoeckmann2026-03-191-16/+7
* retry-error: Allow dedup_by to merge rangesTobias Stoeckmann2026-03-191-5/+54
* retry-error: Fix typo in dedup_by descriptionTobias Stoeckmann2026-03-171-1/+1
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-0/+4
|\
| * retry-error: Document why we don't need (and can't use) ErrorSources.Nick Mathewson2026-02-191-0/+4
* | 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
* chore: remove debug comments, use let-elseNihal2025-12-171-18/+9
* fix: preserve Attempt variant directlyNihal2025-12-171-26/+33
* fix: preserve Attempt::Range when extendingNihal2025-12-171-5/+60
* fix: preserve timestamps when flattening RetryErrorsNihal2025-12-171-0/+47
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-171-15/+23
* refactor: remove early returns and forbid push() via clippyNihal2025-12-171-5/+6
* refactor: clean codeNihal2025-12-171-97/+135
* feat(retry-error): add timestamps to retry errorsNihal2025-12-171-37/+183
* retry-error: add comment in `fmt_error_with_sources`Steven Engler2025-11-181-0/+4
* Revert "retry-error: stop trying to dedup error msgs"Steven Engler2025-11-181-13/+9
* retry-error: stop trying to dedup error msgsSteven Engler2025-11-131-9/+13
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* retry-error: Attempts must be AsRef<dyn Error>; print their sourcesIan Jackson2023-07-191-4/+8
* retry-error: Introduce a Wrapper type in a testIan Jackson2023-07-191-2/+14
* retry-error: Provide fmt_error_with_sources in retry-errorIan Jackson2023-07-191-1/+61
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-35/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3