summaryrefslogtreecommitdiff
path: root/crates/test-temp-dir/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* 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
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* test-temp-dir: Allow use of Path::display in test diagnostic outputIan Jackson2024-03-051-1/+8
* Merge branch 'windows_comments' into 'main'Ian Jackson2024-03-051-1/+1
|\
| * test-temp-dir: Fix commentTobias Stoeckmann2024-03-011-1/+1
* | deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
|/
* test-temp-dir: Drop a TODO/allowIan Jackson2024-01-251-3/+0
* test-temp-dir: New crateIan Jackson2024-01-251-0/+333