about summary refs log tree commit diff
path: root/compiler/rustc_span/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-1/+1
2023-03-21Eagerly intern and check CrateNum/StableCrateId collisionsOli Scherer-0/+1
2023-01-10Remove duplicate sha-1 dependencyEric Huss-1/+1
2022-12-20Bump `cfg-if` to `1.0`Chris Denton-1/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-02-13Update `sha1`, `sha2`, and `md5` dependenciespierwill-3/+3
This removes the `cpuid-bool` dependency, which is deprecated, while adding `crypto-common` as a new dependency.
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-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-24rustc_span: Explicitly handle crates that differ from package namesJosh 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-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-2/+3
2020-08-30mv compiler to compiler/mark-0/+21