| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -0/+2 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -0/+2 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -5/+8 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -1/+7 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -3/+3 |
| 2018-04-27 | stabilize opt-level={s,z} | Jorge Aparicio | -21/+9 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -9/+8 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -6/+6 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -3/+3 |
| 2018-04-25 | Auto merge of #50134 - andjo403:jobserver, r=michaelwoerister | bors | -4/+13 |
| 2018-04-23 | add a `-Zchalk` command-line option | Niko Matsakis | -0/+2 |
| 2018-04-23 | make rustdoc test follow the jobserver limit of threadsfix that to many threa... | Andreas Jonson | -4/+13 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -1/+2 |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -9/+18 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -26/+49 |
| 2018-04-18 | Work around rust-lang/rust#49998 with experimental code that does less updati... | Felix S. Klock II | -0/+2 |
| 2018-04-18 | Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister | bors | -7/+7 |
| 2018-04-17 | Make one_time_diagnostics thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -2/+0 |
| 2018-04-17 | Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister | bors | -5/+5 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -0/+4 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -5/+5 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -3/+0 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -2/+0 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -2/+0 |