| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump versions: minor, with dependencies | Ian Jackson | 2026-03-30 | 1 | -1/+1 |
| * | retry-error: Port to web-time. | Nick Mathewson | 2026-03-26 | 2 | -2/+39 |
| * | 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 |
| * | Bump the versions of the non-{arti-,tor-} crates | Gabriela Moldovan | 2026-03-02 | 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 |
| * | | Bump MSRV from 1.86 to 1.89 | Gabriela Moldovan | 2026-02-16 | 1 | -1/+1 |
| |/ |
|
| * | release: bump-nodep various crates. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -1/+1 |
| * | maint/add_warning: Run script to add new warning | Gabriela Moldovan | 2026-01-27 | 1 | -0/+1 |
| * | meta: Remove all semver.md files post-release | Clara Engler | 2026-01-13 | 1 | -6/+0 |
| * | cargo: Bump all non arti/tor crates | Clara Engler | 2026-01-12 | 1 | -1/+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 |
| * | chore: remove unncesarry file | Nihal | 2025-12-17 | 1 | -56/+0 |
| * | fix: use wallclock timestamps in all push_timed calls | Nihal | 2025-12-17 | 1 | -0/+56 |
| * | fix: semver labels and extend() with push_timed loop | Nihal | 2025-12-17 | 1 | -2/+2 |
| * | refactor: convert Extend to inherent method, forbid push/extend, fix rend_han... | Nihal | 2025-12-17 | 2 | -15/+29 |
| * | 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 | 2 | -37/+184 |
| * | Bump the versions of the non-{arti-,tor-} crates | Gabriela Moldovan | 2025-12-02 | 1 | -1/+1 |
| * | 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 |
| * | maint: bump minor versions of all published crates | Steven Engler | 2025-10-29 | 1 | -1/+1 |
| * | Bump MSRV from 1.85.1 to 1.86 | Clara Engler | 2025-10-21 | 1 | -1/+1 |
| * | release: Bump versions. | Wesley Aptekar-Cassels | 2025-10-02 | 1 | -1/+1 |
| * | Remove "doc_auto_cfg" incantation from all crates. | Nick Mathewson | 2025-09-29 | 1 | -1/+1 |
| * | Bump MSRV from 1.85 to 1.85.1 | Nick Mathewson | 2025-09-09 | 1 | -1/+1 |
| * | Bump the minor version of every published crate except for `arti`. | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| * | Update code for Edition 2024 | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| * | Set MSRV to 1.85. | Nick Mathewson | 2025-08-05 | 1 | -1/+1 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2025-07-07 | 1 | -1/+1 |
| * | Temporarily suppress mismatched_lifetime_syntaxes. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+1 |
| * | release: Bump creates with non-functional changes. | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 |
| * | All crates: bump rust-version to 1.83. | Nick Mathewson | 2025-05-13 | 1 | -1/+1 |
| * | Bump patchlevel for safelog, retry-error, test-temp-dir. | Nick Mathewson | 2025-03-03 | 1 | -1/+1 |
| * | Upgrade to derive_more 2 | Nick Mathewson | 2025-02-26 | 1 | -1/+1 |
| * | Patchlevel bumps for Arti 1.3.2 | Nick Mathewson | 2025-01-07 | 1 | -1/+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 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2024-12-02 | 1 | -1/+1 |