| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -7/+0 |
| 2019-04-23 | Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomez | bors | -0/+22 |
| 2019-04-22 | Remove leading newlines | varkor | -2/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -7/+0 |
| 2019-04-22 | upgrade rustdoc's pulldown-cmark to 0.4.1 | Andy Russell | -0/+22 |
| 2019-04-18 | Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean u... | Michael Woerister | -30/+20 |
| 2019-04-18 | Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma... | Michael Woerister | -14/+14 |
| 2019-04-18 | Update run-make PGO test to new commandline syntax. | Michael Woerister | -1/+1 |
| 2019-04-14 | Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril | bors | -8/+16 |
| 2019-04-14 | Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj | Mazdak Farrokhzad | -8/+4 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -2/+2 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -8/+4 |
| 2019-04-09 | Exclude profiler-generated symbols from MSVC __imp_-symbol workaround. | Michael Woerister | -0/+12 |
| 2019-04-05 | Add regression test for #59137. | Michael Woerister | -0/+20 |
| 2019-03-28 | Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -1/+1 |
| 2019-03-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -57/+0 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -0/+48 |