aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-units/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* tor-units: impl From<BoundedInt<1, 254>> for u8.Nick Mathewson2026-07-021-0/+6
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* 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
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-0/+11
|\
| * tor-units: add `BoundedInt32::get_u32`Steven Engler2025-09-101-0/+11
* | tor-units: add comment about "compile_fail" testsSteven Engler2025-09-111-0/+4
* | tor-units: remove unused `Error::Uninhabited`Steven Engler2025-09-111-7/+0
* | tor-units: move two tests to "compile_fail" testsSteven Engler2025-09-111-13/+17
* | tor-units: make `LOWER <= UPPER` assertion constSteven Engler2025-09-111-4/+10
|/
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-271-0/+2
* units: Getters for bounds of a BoundedInt32David Goulet2025-01-161-0/+14
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-8/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost ...Ian Jackson2024-10-161-1/+5
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-2/+2
* Some HasMemoryCost impls in tor-unitsIan Jackson2024-10-021-0/+4
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-units: impl Hash for many types that are Eq, PartialEqIan Jackson2024-02-211-7/+7
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* 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
* tor-units: Fix IntegerMinutes accessor (omg)Ian Jackson2023-02-091-1/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* tor-units: Add an IntegerMinutes.Nick Mathewson2023-01-111-0/+86
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Fix some rustdoc errors.Nick Mathewson2022-10-131-6/+6
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-16/+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
* Merge branch 'error_cleanup' into 'main'Nick Mathewson2022-06-221-2/+2
|\
| * Style fixes to tor-units errors.Nick Mathewson2022-06-221-2/+2
* | tor-units: IntegerTimeUnit: Provide try_mapIan Jackson2022-06-211-0/+50
* | tor-units: IntegerTimeUnit: Relax condition on TIan Jackson2022-06-211-5/+5
* | tor-units: IntegerTimeUnit: Provide as_time_unit deconstructorIan Jackson2022-06-211-0/+24
|/
* 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
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* 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