| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -1/+7 | |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -1/+1 | |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+3 | |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-01-06 | Optimize away a `fs::metadata` call. | Dan Gohman | -2/+4 | |
| This also eliminates a use of a `Path` convenience function, in support of #80741, refactoring `std::path` to focus on pure data structures and algorithms. | ||||
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -27/+0 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+120 | |
