index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-01
Remove the lazy_static dependency from rustbuild
bjorn3
-4
/
+3
2019-12-22
Format the world
Mark Rousskov
-22
/
+24
2019-10-21
Remove unnecessary `Hash` bounds from various types.
Nicholas Nethercote
-1
/
+1
2019-08-02
Remove some more `cfg(test)`s
Vadim Petrochenkov
-2
/
+3
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+2
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-1
/
+1
2018-11-04
Ensure --exclude is checked against PathSet::Suite
kennytm
-0
/
+5
2018-10-19
Derives often have very strict bounds
Oliver Scherer
-1
/
+9
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-16
/
+4
2018-07-10
Deny bare trait objects in `src/bootstrap`.
ljedrz
-1
/
+1
2018-04-03
Add tests to rustbuild
Mark Simulacrum
-0
/
+12
2018-04-03
Make test steps sortable
Mark Simulacrum
-0
/
+14
2017-07-20
Remove deserialize
Aidan Hobson Sayers
-26
/
+0
2017-07-20
Remove outdated FIXME from cache
Mark Simulacrum
-3
/
+0
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-58
/
+262
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-19
/
+9
2017-07-20
Add Builder and Step definitions.
Mark Simulacrum
-0
/
+102