about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/Cargo.toml
AgeCommit message (Expand)AuthorLines
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-1/+1
2022-01-10Update rayon and rustc-rayonJosh Stone-2/+2
2021-10-07Update to measureme v10Ryan Levick-1/+1
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-28Update stacker and psm cratesMateusz MikuĊ‚a-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_data_structures: Drop unused dependency on crossbeam-utilsJosh Triplett-1/+0
2021-05-25Don't panic when failing to initialize incremental directory.Eric Huss-1/+1
2021-04-29Auto merge of #84614 - RalfJung:daily, r=Mark-Simulacrumbors-1/+0
2021-04-27don't enable parking_lot nightly featuresRalf Jung-1/+0
2021-04-23Use latest crossbeamJubilee Young-1/+1
2021-04-23Use tempfileJubilee Young-1/+1
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-1/+1
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-0/+3
2021-03-10Update to rustc-rayon 0.3.1Josh Stone-2/+2
2021-02-25Update measureme dependency to the latest versionWesley Wiser-1/+1
2021-02-14bumped smallvec depsklensy-1/+1
2020-10-24Upgrade to measureme 9.0.0Wesley Wiser-1/+1
2020-09-22Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandrybors-0/+1
2020-09-20To avoid monomorphizing `psm::on_stack::with_on_stack` 1500 times, I made a c...Julian Wollersberger-1/+1
2020-09-19cache types during normalizationBastian Kauschke-0/+1
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-09-01datastructures: replace `lazy_static` by `SyncLazy` from stdmarmeladema-1/+0
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-1/+0
2020-08-30mv compiler to compiler/mark-0/+39