| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 | |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -0/+1 | |
| 2023-01-10 | Remove duplicate sha-1 dependency | Eric Huss | -1/+1 | |
| 2022-12-20 | Bump `cfg-if` to `1.0` | Chris Denton | -1/+1 | |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 | |
| 2022-02-13 | Update `sha1`, `sha2`, and `md5` dependencies | pierwill | -3/+3 | |
| This removes the `cpuid-bool` dependency, which is deprecated, while adding `crypto-common` as a new dependency. | ||||
| 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-06-24 | rustc_span: Explicitly handle crates that differ from package names | Josh Triplett | -2/+2 | |
| The sha-1 and md-5 packages contain crates named sha1 and md5, respectively. This discrepancy makes it somewhat more challenging to automate detection of unused crates. Explicitly rename the packages to the names of the crates they contain, to simplify such detection. | ||||
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -2/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+21 | |
