| Age | Commit message (Expand) | Author | Lines |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -1/+1 |
| 2019-08-27 | rustc: Handle modules in "fat" LTO more robustly | Alex Crichton | -0/+13 |
| 2019-08-27 | Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg | Mazdak Farrokhzad | -6/+21 |
| 2019-08-12 | Hash the remapped sysroot instead of the original. | Joel Galenson | -1/+11 |
| 2019-08-09 | Stop test from running on Windows. | Joel Galenson | -10/+205 |
| 2019-08-08 | Try to fix test on Windows. | Joel Galenson | -2/+2 |
| 2019-08-08 | Fix fat LTO determinism test so it fails without the fix. | Joel Galenson | -2/+2 |
| 2019-08-08 | Sort fat LTO modules later and add a test. | Joel Galenson | -1/+10 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -9/+10 |
| 2019-07-29 | rustc: Compile the `fmt_macros` crate as an rlib | Alex Crichton | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+1 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -1/+5 |
| 2019-07-25 | rustc: codegen: Build import library for all windows targets | Hugo Beauzée-Luyssen | -3/+3 |
| 2019-07-16 | Make pretty-expanded-hygiene a `ui` test | Matthew Jasper | -44/+0 |
| 2019-07-15 | pprust: Support `macro` macros | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -5/+5 |
| 2019-07-12 | libtest: support display_output in JSON formatter | Paul Emmerich | -6/+21 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -0/+2 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -9/+9 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -1/+1 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -1/+1 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -2/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-05 | Reblessed tests. | Alexander Regueiro | -1/+1 |
| 2019-05-31 | test: force `legacy` mangling for run-make-fulldeps/a-b-a-linker-guard. | Eduard-Mihai Burtescu | -3/+6 |
| 2019-05-31 | test: support both (`legacy` and `v0`) choices of mangling. | Eduard-Mihai Burtescu | -12/+16 |
| 2019-05-30 | Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis | bors | -4/+34 |
| 2019-05-29 | Make run-make PGO tests work on MSVC. | Michael Woerister | -4/+34 |
| 2019-05-28 | Rollup merge of #61250 - rye:print-target-list--rm-ios-case, r=alexcrichton | Mazdak Farrokhzad | -8/+1 |
| 2019-05-27 | Fix an sh error | Kristofer Rye | -1/+1 |
| 2019-05-27 | Remove now-dead case statement in print-target-list Makefile | Kristofer Rye | -5/+1 |
| 2019-05-27 | Remove *ios* case from print-target-list Makefile | Kristofer Rye | -3/+0 |
| 2019-05-27 | Add a smoketest for combining PGO with xLTO. | Michael Woerister | -0/+131 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -2/+2 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -10/+0 |
| 2019-05-10 | Make tests compatible with musl host | Mateusz Mikuła | -2/+6 |
| 2019-05-05 | Move run-make test to run-make-fulldeps | varkor | -0/+23 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-04-30 | Work around missing tac command on macOS in PGO run-make test. | Michael Woerister | -1/+9 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -1/+1 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -1/+3 |
| 2019-04-29 | bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations. | Michael Woerister | -11/+11 |
| 2019-04-26 | PGO: Add a run-make test that makes sure that PGO profiling data is used by t... | Michael Woerister | -0/+77 |
| 2019-04-26 | compiletest: Make the LLVM FileCheck tool available to run-make tests. | Michael Woerister | -0/+1 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -41/+28 |
| 2019-04-24 | Fix ignore-logic for sanitizer run-make tests. | Michael Woerister | -9/+6 |