summaryrefslogtreecommitdiff
path: root/crates/safelog/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
* | safelog: Fix clippy warningshjrgrn2026-07-101-5/+5
|/
* safelog: Define redaction helpers to avoid string slicing.Nick Mathewson2026-06-101-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* safelog: Add new MaybeSensitive::map() functionGabriela Moldovan2026-04-231-0/+15
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-4/+4
* safelog: Add MaybeSensitive structDavid Goulet2026-03-031-0/+47
* 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-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-0/+1
* safelog: Add new DisplayRedacted/DebugRedacted APIs.Nick Mathewson2025-07-311-0/+174
* 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
* safelog: derive Clone and Copy for Sensitive and RedactedIan Jackson2024-10-011-4/+2
* 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
* 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
* safelog: Provide Redacted.as_inner() and .as_ref()Ian Jackson2023-06-091-0/+13
* safelog: impl From<T> for Redacted<T>Ian Jackson2023-03-231-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+8
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* | Rename Sensitive::into_inner() from ::unwrap()Ian Jackson2022-12-121-5/+19
|/
* safelog: tests for accessors.Nick Mathewson2022-12-061-0/+2
* safelog: tests for BoxSensitive.Nick Mathewson2022-12-061-0/+17
* safelog: more tests for Redacted.Nick Mathewson2022-12-061-3/+15
* safelog: Apply #[serial] to test_redacted()Nick Mathewson2022-11-301-0/+1
* Fix a logic error in Redacted.Nick Mathewson2022-11-301-4/+13
* safelog: Make MaybeRedacted<T> opaque.Nick Mathewson2022-11-281-22/+8
* Add a default debug_redacted impl to save space.Nick Mathewson2022-11-281-5/+3
* safelog: Add a MaybeRedacted wrapper too.Nick Mathewson2022-11-281-0/+38
* safelog: implement Redactable for network addr types.Nick Mathewson2022-11-281-0/+1
* safelog: Define a "Redactable" traitNick Mathewson2022-11-281-0/+91
* safelog: Provide BoxSensitiveIan Jackson2022-11-231-0/+47
* safelog: Remove type argument from `impl_display_traits`Ian Jackson2022-11-231-3/+3
* safelog: Provide some more accessorsIan Jackson2022-11-231-0/+15
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0