summaryrefslogtreecommitdiff
path: root/crates/retry-error/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style fixes to retry-error error messages.Nick Mathewson2022-06-221-3/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Fix sentencesSamanta Navarro2022-04-271-3/+3
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* retry-error: Handle integer overflowSamanta Navarro2022-04-231-3/+28
* Replace manual Clone impl with std derive in retry-errorIan Jackson2022-03-021-11/+1
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-16/+19
|\
| * Example needs to be the same as the readmedagon2021-11-301-16/+19
* | add semicolons if nothing returnedDaniel Eades2021-11-251-4/+5
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+337