| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | Add a RUSTC_TIME env var to time rust crates during bootstrap | John Kåre Alsaker | -4/+16 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -2/+6 |
| 2019-05-24 | rustbuild: Simplify debuginfo configuration | Vadim Petrochenkov | -5/+4 |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -0/+1 |
| 2019-04-25 | when testing Miri, compile libstd for Miri | Ralf Jung | -0/+1 |
| 2019-04-20 | Deny rust_2018_idioms globally | Philipp Hansch | -0/+1 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -3/+1 |
| 2019-04-12 | Revert PR #59401 to fix issue #59652 (a stable-to-beta regression). | Felix S. Klock II | -27/+0 |
| 2019-04-03 | Add unstable-options flag to stage!=0 | flip1995 | -0/+5 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -2/+8 |
| 2019-03-25 | compile all crates under test w/ -Zemit-stack-sizes | Jorge Aparicio | -13/+16 |
| 2019-03-24 | bootstrap: build compiler-builtins with -Z emit-stack-sizes | Jorge Aparicio | -0/+24 |
| 2019-03-05 | Bootstrap changes | John Kåre Alsaker | -7/+14 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+2 |
| 2019-02-25 | Remove some unnecessary 'extern crate' | Taiki Endo | -2/+0 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-11-30 | bootstrap: don't use libraries from MUSL_ROOT on non-musl targets. | Eduard-Mihai Burtescu | -4/+6 |
| 2018-11-06 | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton | bors | -1/+3 |
| 2018-11-05 | Use lld directly for Fuchsia target | Petr Hosek | -1/+3 |
| 2018-10-29 | don't forget to sync these flags with miri | Ralf Jung | -0/+2 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -1/+6 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -4/+0 |
| 2018-09-18 | rustbuild: drop color handling | Marc-Antoine Perennou | -9/+0 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -0/+4 |
| 2018-07-25 | Discriminate between external and optional tools | Tatsuyuki Ishi | -1/+2 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+2 |
| 2018-07-23 | Replace a few expect+format combos with unwrap_or_else+panic | ljedrz | -2/+2 |
| 2018-06-12 | Add verify-llvm-ir flag to config.toml | Nikita Popov | -0/+4 |
| 2018-05-31 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+9 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -9/+0 |
| 2018-05-17 | Revert "bootstrap: pass crt-static for the compiler host as well" | Alex Crichton | -9/+0 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -1/+6 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+9 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -0/+7 |
| 2018-04-29 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+9 |
| 2018-04-13 | Remove -Z miri debugging option | Fabio B | -3/+0 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -0/+4 |
| 2018-03-20 | ci: Print out how long each step takes on CI | Alex Crichton | -20/+45 |
| 2018-03-16 | Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum | kennytm | -3/+0 |
| 2018-03-09 | rustbuild: Remove ThinLTO-related configuration | Alex Crichton | -3/+0 |
| 2018-03-08 | Print out the sysroot and libdir on verbose builds. | Mark Simulacrum | -2/+4 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -1/+1 |
| 2018-02-24 | Added error-format flag to x.py. | penpalperson | -0/+5 |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -5/+0 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -0/+4 |
| 2017-12-12 | Put miri const eval checking behind -Zmiri | Oliver Schneider | -0/+3 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -12/+14 |
| 2017-09-17 | -Zmir-emit-validate is in stage 0 | Oliver Schneider | -1/+1 |
| 2017-09-17 | Get the miri test suite to run inside the rustc dev environment | Oliver Schneider | -0/+6 |