summaryrefslogtreecommitdiff
path: root/crates/safelog/src
Commit message (Expand)AuthorAgeFilesLines
* 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-282-29/+3
* safelog: Add a MaybeRedacted wrapper too.Nick Mathewson2022-11-281-0/+38
* safelog: implement Redactable for network addr types.Nick Mathewson2022-11-282-0/+73
* 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
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-69/+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 safelog errors.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
* Punctuation fix.eta2022-05-061-1/+1
* Implement a safe-logging facility.Nick Mathewson2022-05-063-0/+629