about summary refs log tree commit diff
path: root/src/bootstrap/cache.rs
AgeCommit message (Expand)AuthorLines
2022-01-01Remove the lazy_static dependency from rustbuildbjorn3-4/+3
2019-12-22Format the worldMark Rousskov-22/+24
2019-10-21Remove unnecessary `Hash` bounds from various types.Nicholas Nethercote-1/+1
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-2/+3
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-1/+1
2018-11-04Ensure --exclude is checked against PathSet::Suitekennytm-0/+5
2018-10-19Derives often have very strict boundsOliver Scherer-1/+9
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-16/+4
2018-07-10Deny bare trait objects in `src/bootstrap`.ljedrz-1/+1
2018-04-03Add tests to rustbuildMark Simulacrum-0/+12
2018-04-03Make test steps sortableMark Simulacrum-0/+14
2017-07-20Remove deserializeAidan Hobson Sayers-26/+0
2017-07-20Remove outdated FIXME from cacheMark Simulacrum-3/+0
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-58/+262
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-19/+9
2017-07-20Add Builder and Step definitions.Mark Simulacrum-0/+102