| Age | Commit message (Expand) | Author | Lines |
| 2018-01-23 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-21 | Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoerister | bors | -3/+9 |
| 2018-01-18 | Use name-discarding LLVM context | Simonas Kazlauskas | -1/+14 |
| 2018-01-18 | [beta] Turn back on "fat" LTO by default | Alex Crichton | -3/+9 |
| 2018-01-10 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+2 |
| 2017-12-26 | avoid ICE when fields are not laid out in order | Niko Matsakis | -5/+13 |
| 2017-12-25 | Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -4/+1 |
| 2017-12-23 | rustc: Set release mode cgus to 16 by default | Alex Crichton | -4/+1 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -0/+12 |
| 2017-12-22 | Rollup merge of #46814 - varkor:contrib-7, r=alexcrichton | kennytm | -0/+25 |
| 2017-12-21 | Add a -Z query-threads compiler option | John Kåre Alsaker | -0/+12 |
| 2017-12-20 | document and tweak the nll, use_mir, etc helpers | Niko Matsakis | -3/+27 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -2/+20 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -0/+3 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -0/+3 |
| 2017-12-20 | Add nll_dump_cause helper to Session | Santiago Pastorino | -0/+3 |
| 2017-12-20 | dump out causal information for "free region" errors | Niko Matsakis | -0/+2 |
| 2017-12-20 | Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton | kennytm | -3/+23 |
| 2017-12-18 | Prevent rustc overwriting input files | varkor | -0/+25 |
| 2017-12-18 | incr.comp.: Add -Cincremental in addition to -Zincremental | Michael Woerister | -3/+23 |
| 2017-12-15 | Rollup merge of #46728 - varkor:contrib-4, r=michaelwoerister | Steve Klabnik | -3/+7 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -0/+2 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -0/+2 |
| 2017-12-14 | Fix division-by-zero ICE in -Z perf-stats | varkor | -3/+7 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -13/+32 |
| 2017-12-13 | Incorporate active-borrows dataflow into MIR borrow check, yielding | Felix S. Klock II | -0/+2 |
| 2017-12-12 | Put miri const eval checking behind -Zmiri | Oliver Schneider | -0/+2 |
| 2017-12-09 | one-time diagnostics: span_suggestion, generalize methods for non-lints | Zack M. Davis | -8/+32 |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -0/+2 |
| 2017-12-03 | Add an i128_lowering flag in TargetOptions | Scott McMurray | -2/+3 |
| 2017-12-03 | Rollup merge of #46442 - est31:master, r=alexcrichton | Corey Farwell | -4/+0 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -24/+97 |
| 2017-12-02 | Remove an unstable and dead compiler flag | est31 | -4/+0 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -24/+97 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -2/+0 |
| 2017-11-26 | Use the official abbrev. | est31 | -1/+1 |
| 2017-11-26 | Replace -Zborrowck-mir with -Zborrowck=mode | est31 | -3/+43 |
| 2017-11-24 | Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa | bors | -0/+3 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -8/+5 |
| 2017-11-24 | This method of once-diagnostics doesn't allow nesting | Oliver Schneider | -15/+5 |
| 2017-11-21 | Auto merge of #45545 - durka:macro-backtrace, r=nrc | bors | -7/+16 |
| 2017-11-20 | address review comments | Alex Burka | -13/+17 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -1/+1 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -1/+1 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -2/+7 |
| 2017-11-18 | Add a MIR pass to lower 128-bit operators to lang item calls | Scott McMurray | -0/+3 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -0/+2 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -1/+1 |
| 2017-11-16 | Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrc | Guillaume Gomez | -2/+9 |
| 2017-11-15 | Set short-message feature unstable | Guillaume Gomez | -2/+9 |