| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-12 | Update unicode-width to 0.2.0 | printfn | -1/+1 | |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+1 | |
| 2024-07-12 | rustc_span: derivative -> derive-where | Pavel Grigorenko | -1/+1 | |
| 2024-04-19 | Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incremental | Oli Scherer | -0/+1 | |
| 2024-03-06 | Optimize Symbol::integer by utilizing itoa in-place formatting | Urgau | -0/+1 | |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -9/+9 | |
| - Sort dependencies and features sections. - Add `tidy` markers to the sorted sections so they stay sorted. - Remove empty `[lib`] sections. - Remove "See more keys..." comments. Excluded files: - rustc_codegen_{cranelift,gcc}, because they're external. - rustc_lexer, because it has external use. - stable_mir, because it has external use. | ||||
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -1/+0 | |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -1/+1 | |
| The new version was already added to the tree as an indirect dependency in #113046, but now our direct dependents are using it too. | ||||
| 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 | |
