| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -0/+2 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -2/+4 |
| 2017-11-10 | Make saturating u128 -> f32 casts the default behavior | Robin Kruppe | -2/+2 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -0/+2 |
| 2017-11-08 | Auto merge of #45205 - rkruppe:saturating-casts, r=eddyb | bors | -0/+3 |
| 2017-11-07 | Saturating casts between integers and floats (both directions). | Robin Kruppe | -0/+3 |
| 2017-11-07 | Auto merge of #45822 - kennytm:rollup, r=kennytm | bors | -13/+35 |
| 2017-11-07 | Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearth | kennytm | -13/+35 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -2/+14 |
| 2017-11-07 | incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten... | Michael Woerister | -0/+2 |
| 2017-11-06 | Display all emission types in error msg if user inputs invalid option. | Corey Farwell | -13/+35 |
| 2017-11-06 | Move tls-model to a -Z option since it is unstable | Amanieu d'Antras | -6/+6 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -62/+68 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+1 |
| 2017-11-03 | Update config.rs | Oliver Schneider | -2/+2 |
| 2017-11-03 | Don't add a new -Z flag, reuse -Zunstable-options | Oliver Schneider | -56/+54 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -9/+17 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -1/+13 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -8/+17 |
| 2017-10-30 | Auto merge of #45497 - mikhail-m1:dump-mir-graphviz, r=nikomatsakis | bors | -0/+4 |
| 2017-10-30 | tweak the description | Niko Matsakis | -1/+1 |