summaryrefslogtreecommitdiff
path: root/crates/tor-error/src/report.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "retry-error: stop trying to dedup error msgs"Steven Engler2025-11-181-10/+3
* retry-error: stop trying to dedup error msgsSteven Engler2025-11-131-3/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
* tor-error: Implement ErrorReport for dyn StdError + 'static.Nick Mathewson2025-02-041-0/+6
* tor-error: Refor to the correct trait.Nick Mathewson2025-02-041-1/+1
* derive-deftly: Change some docs referencesIan Jackson2024-04-031-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-error: Correct docs for ErrorReport to reflect improved situationIan Jackson2023-12-121-2/+4
* tor-error: ErrorReport: impl for StdError + 'staticIan Jackson2023-12-121-0/+7
* tor-error: ErrorReport: remove Sized bound from traitIan Jackson2023-12-121-1/+1
* tor-error: ErrorReport: move blanket impl code into implIan Jackson2023-12-121-2/+4
* tor-error: ErrorReport: sealIan Jackson2023-12-121-1/+4
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* retry-error: Provide fmt_error_with_sources in retry-errorIan Jackson2023-07-191-16/+3
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* tor-error: Mark define_asref_dyn_std_error as non-experimentalNick Mathewson2023-06-231-1/+0
* tor-error: Introduce define_asref_dyn_std_error and use itIan Jackson2023-06-091-0/+17
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Fix typosDimitris Apostolou2023-01-071-1/+1
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+9
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* | tor-error: Provide ErrorReport extension trait with .report() methodIan Jackson2022-12-121-0/+32
* | tor_error: Promote internal StdError alias to reportIan Jackson2022-12-121-5/+5
|/
* tor_error::Report: add testsIan Jackson2022-02-221-0/+56
* tor_error::Report: Add bound to structIan Jackson2022-02-221-1/+3
* Move program name printing to report_and_exitIan Jackson2022-02-221-3/+8
* Placate clippy on nightly, properlyIan Jackson2022-02-181-1/+1
* Placate clippy on nightlyIan Jackson2022-02-181-0/+1
* Placate rustfmtIan Jackson2022-02-181-4/+10
* Placate clippyIan Jackson2022-02-181-1/+3
* Add missing docs for report_and_exitIan Jackson2022-02-181-0/+3
* Provide error reporter and use it in the arti binaryIan Jackson2022-02-181-0/+40