about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/temp_dir.rs
AgeCommit message (Collapse)AuthorLines
2025-05-15tempfile dep bump falloutPhilipp Krones-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-0/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-06-02Update dependencies with reported vulnerabilitiesArlo Siemsen-1/+1
bumpalo 3.12.1 (yanked) * updated to 3.13.0 tokio 1.8.4 - https://rustsec.org/advisories/RUSTSEC-2023-0001 * updated to 1.28.2 remove_dir_all 0.5.3 - https://rustsec.org/advisories/RUSTSEC-2023-0018 * removed by using the standard library function in `rust-installer` instead and updating to `tempfile@3.5.0` (which also removes the dependency).
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-08-30mv compiler to compiler/mark-0/+34