aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src
Commit message (Expand)AuthorAgeFilesLines
...
* n_key_set: Update generic syntaxNick Mathewson2022-10-031-12/+14
* n_key_set: rename map elements.Nick Mathewson2022-10-031-9/+9
* n_key_set: Add support for generic lifetimes.Nick Mathewson2022-10-031-6/+48
* Tweaks and improvements in documentation.Nick Mathewson2022-10-031-7/+16
* Repair rustdoc.Nick Mathewson2022-10-031-20/+16
* n_key_set: Add a function to check invariant violationsNick Mathewson2022-10-031-1/+53
* n_key_set: Use remove_by_foo to implement insert.Nick Mathewson2022-10-031-4/+4
* n_key_set: Panic on more invariant and constraint violations.Nick Mathewson2022-10-031-3/+10
* n_key_set: Remove by_$key_mut.Nick Mathewson2022-10-031-20/+0
* n_key_set: Add flags to keys rather than inferring from Option<T>Nick Mathewson2022-10-031-17/+18
* n_key_set: Use to_owned to permit &str accessors.Nick Mathewson2022-10-031-3/+2
* n_key_set: Add some tests, and notes on infelicities.Nick Mathewson2022-10-031-4/+106
* n_key_set: Fix a bug in function access.Nick Mathewson2022-10-031-1/+1
* n_key_set: add FromIterator.Nick Mathewson2022-10-031-0/+16
* Include a HashSet variant that can be keyed on multiple keys.Nick Mathewson2022-10-032-0/+364
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* tor-basic-utils: Provide IoErrorExt is_not_a_directory()Ian Jackson2022-08-251-0/+27
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-basic-utils: Add a test for DropNotifyWatchSenderIan Jackson2022-07-191-0/+17
* tor-basic-utils: Add ref to upstream issue re dropIan Jackson2022-07-191-0/+3
* tor-basic-utils: Add comment about lack of raceIan Jackson2022-07-191-0/+4
* arti-client: Provide DropNotifyWatchSenderIan Jackson2022-07-181-0/+41
* Provide maybe_send on postage::watch::Sender, via extension traitIan Jackson2022-07-181-0/+87
* Merge branch 'cirmgr_error_cleanup' into 'main'Ian Jackson2022-07-151-0/+44
|\
| * tor-basic-utils: Add a new interface to FilterCountNick Mathewson2022-07-121-0/+44
* | Fix two rustdoc linksIan Jackson2022-07-121-2/+2
|/
* Add a semver note to FilterCountNick Mathewson2022-07-081-1/+6
* FilterCount: Add a simple Display helper.Nick Mathewson2022-07-061-0/+34
* New "counting filter" iterator helper in tor-basic-utils.Nick Mathewson2022-07-062-0/+116
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-2/+9
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Fix a rustdoc link.Nick Mathewson2022-06-071-1/+1
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-1/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* | Merge branch 'testing-rng' into 'main'Nick Mathewson2022-06-022-0/+338
|\|
| * New facility for deterministic and reproducible test PRNGs.Nick Mathewson2022-06-022-0/+338
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-1/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Typo fixes (automated with "typos").Nick Mathewson2022-05-241-4/+4
* Suppress clippy warnings in tor-basic-utils.Nick Mathewson2022-05-232-0/+2
* prepare_send_from: clippy: Have dprintln explicitly return ()Ian Jackson2022-05-231-1/+1
* prepare_send_from: clippy: Avoid a lintIan Jackson2022-05-231-2/+1
* prepare_send_from: clippy: Add missing docsIan Jackson2022-05-231-11/+18
* prepare_send_from: clippy: Replace two unwrapsIan Jackson2022-05-231-2/+6
* prepare_send_from: Break out get_output! macroIan Jackson2022-05-231-2/+11
* prepare_send_from: docs and comments improvementsIan Jackson2022-05-231-13/+115
* prepare_send_from: Add testsIan Jackson2022-05-231-0/+122
* channel: Provide and use Sink::prepare_send_fromIan Jackson2022-05-232-0/+293
* Rename macro_first_nonempty (from macro_coalesce_args)Ian Jackson2022-04-251-2/+2
* macro_coalesce_args: New helper macroIan Jackson2022-04-251-0/+30