| Age | Commit message (Expand) | Author | Lines |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -55/+2 |
| 2019-11-01 | Optimize long-linker-command-line test | Tomasz Miąsko | -29/+44 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -0/+38 |
| 2019-10-28 | Ignore issue-64153 run-make test on Windows since supporting a Windows versio... | Michael Woerister | -0/+4 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -3/+3 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-10-22 | Add regression test for issue #64153. | Michael Woerister | -0/+34 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+1 |
| 2019-10-17 | Avoid injecting sanitizer runtimes into staticlibs (#64629). | Christian Holler (:decoder) | -4/+20 |
| 2019-10-13 | Rollup merge of #65369 - tmiasko:sanitizers-keep-names, r=varkor | Mazdak Farrokhzad | -0/+3 |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-10-13 | Don't discard value names when using address or memory sanitizer | Tomasz Miąsko | -0/+3 |
| 2019-10-11 | Remove painful test that is not pulling its weight | Mark Rousskov | -39/+0 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -1/+1 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -4/+4 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -1/+0 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -2/+55 |
| 2019-09-24 | Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -2/+55 |
| 2019-09-19 | Add a comment to `Compiler::compile()`. | Nicholas Nethercote | -1/+2 |
| 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 |