summaryrefslogtreecommitdiff
path: root/crates/arti-bench/src
Commit message (Expand)AuthorAgeFilesLines
* arti-bench: Port to web-time-compatNick Mathewson2026-03-261-9/+9
* arti-bench: Use is_multiple_of() instead of manual checkGabriela Moldovan2026-02-161-1/+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-2/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Revert "arti-bench: work around shadow writer shutdown bug"Jim Newsome2025-04-281-11/+1
* arti-bench: work around shadow writer shutdown bugJim Newsome2025-04-231-1/+11
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-4/+1
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-041-3/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* 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
* Bump to clap 4 and resolve compiler errors.Nick Mathewson2023-11-151-1/+1
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-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
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-1/+0
* 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
* Upgrade to clap 3: replace deprecated functionsGabriel de Perthuis2022-11-041-29/+33
* Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-041-12/+7
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-251-2/+7
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Make lint blocks consistentIan Jackson2022-05-311-0/+1
* 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
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-3/+2
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-2/+1
* arti-config abolition: Change references to use tor_configIan Jackson2022-05-131-1/+2
* arti-bench: Disable all fs permissions (fs-mistrust) checksIan Jackson2022-05-131-0/+7
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* serde attributes: A tiny bit of reorderingIan Jackson2022-05-051-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-1/+1
* | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-1/+1
* | Actually throw an anyhowIan Jackson2022-03-181-1/+1