| Age | Commit message (Expand) | Author | Lines |
| 2018-04-17 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -3/+0 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -3/+4 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -5/+5 |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -0/+5 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+11 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+5 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -1/+7 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -1/+2 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -266/+378 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -3/+0 |
| 2018-03-08 | Move the resource limits to the session in preparation for attributes configu... | Oliver Schneider | -0/+10 |
| 2018-03-06 | Run rustfmt over modified files | Santiago Pastorino | -259/+378 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -7/+0 |
| 2018-03-05 | Fix some merge fallout. | Michael Woerister | -1/+1 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -47/+19 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -4/+4 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -4/+5 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -1/+17 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -5/+6 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -2/+4 |
| 2018-02-23 | Add ability for hardwired lints to operate on the diagnostic builder | Manish Goregaokar | -1/+13 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -0/+4 |
| 2018-02-05 | Add -Zepoch | Manish Goregaokar | -1/+6 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -2/+4 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -8/+11 |
| 2018-01-29 | Add -Zapproximate-suggestions | Manish Goregaokar | -2/+4 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -0/+4 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -6/+6 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -6/+6 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -34/+58 |
| 2018-01-23 | Rename `-Z explain` to `-Z teach` | Esteban Küber | -2/+2 |
| 2018-01-23 | Create `StructuredDiagnostic` | Esteban Küber | -0/+4 |
| 2018-01-21 | Remove the IGNORED_ATTR_NAMES thread local | John Kåre Alsaker | -0/+6 |
| 2018-01-16 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -2/+2 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -2/+2 |
| 2018-01-07 | Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe | kennytm | -1/+8 |
| 2018-01-05 | rustc: Don't ICE if we invalidate an invalid incr dir | Alex Crichton | -0/+1 |
| 2018-01-05 | Use name-discarding LLVM context | Simonas Kazlauskas | -1/+8 |
| 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-21 | Add a -Z query-threads compiler option | John Kåre Alsaker | -0/+6 |
| 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-15 | Rollup merge of #46728 - varkor:contrib-4, r=michaelwoerister | Steve Klabnik | -3/+7 |
| 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 | -4/+4 |