| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -14/+25 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -3/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+2 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -9/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -1/+16 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -9/+0 |
| 2018-07-26 | Add `migrate` to list of values for `-Z borrowck=...` | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -0/+15 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -0/+2 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -0/+8 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -9/+0 |
| 2018-07-11 | Clean up CodegenUnit name generation. | Michael Woerister | -0/+9 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -5/+5 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -1/+5 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -7/+4 |
| 2018-07-06 | Rollup merge of #52099 - zackmdavis:and_the_case_of_the_typ, r=oli-obk | Mark Rousskov | -1/+1 |
| 2018-07-06 | Remove CrossLangLto::NoLink which does not have a use case anymore. | Michael Woerister | -6/+3 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -1/+1 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -0/+4 |
| 2018-07-06 | Rollup merge of #52093 - alexcrichton:update-issue, r=kennytm | kennytm | -17/+24 |
| 2018-07-05 | typo-fix stable ed'n error: "an onlyavailable" → "and only available" | Zack M. Davis | -1/+1 |
| 2018-07-06 | Rollup merge of #52019 - michaelwoerister:cross-lto-auto-plugin, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-05 | Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavus | bors | -17/+24 |
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -1/+1 |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -0/+4 |
| 2018-07-05 | Add command line lint manipulation in rustdoc | Guillaume Gomez | -17/+24 |
| 2018-07-05 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -1/+5 |
| 2018-07-03 | Allow the linker to choose the LTO-plugin (which is useful when using LLD) | Michael Woerister | -1/+3 |
| 2018-06-20 | Raise an error if gcov profiling and incremental compilation are both enabled | Marco Castelluccio | -0/+7 |
| 2018-06-12 | Rename -Z no-verify to -Z verify-llvm-ir | Nikita Popov | -5/+5 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -0/+7 |
| 2018-06-04 | Remove the unused `-Z trans-time-graph` flag. | kennytm | -2/+0 |
| 2018-06-01 | Fix optimization_fuel | John Kåre Alsaker | -1/+2 |
| 2018-05-31 | Stabilize short error format | Guillaume Gomez | -13/+1 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -0/+4 |
| 2018-05-29 | Debug flag to bypass restriction of mutation in match guards. | Felix S. Klock II | -0/+2 |
| 2018-05-29 | expose -Zpolonius flag | Douglas Campos | -0/+2 |
| 2018-05-22 | Add -Z no-parallel-llvm flag | Nikita Popov | -0/+2 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -4/+0 |
| 2018-05-21 | Auto merge of #50265 - japaric:sz, r=alexcrichton | bors | -21/+9 |
| 2018-05-17 | Emit noalias on &mut parameters by default | Nikita Popov | -2/+2 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -22/+22 |
| 2018-05-15 | Make mutable_noalias and arg_align_attributes be tracked | Anthony Ramine | -2/+2 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -1/+7 |
| 2018-05-09 | Allow for specifying a linker plugin for cross-language LTO | Michael Woerister | -4/+58 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -0/+2 |