| Age | Commit message (Expand) | Author | Lines |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -0/+2 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -0/+2 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -3/+49 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -19/+0 |
| 2018-02-05 | Add -Zepoch | Manish Goregaokar | -3/+49 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -2/+6 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -8/+11 |
| 2018-01-29 | Use correct output file paths for error checking | varkor | -39/+0 |
| 2018-01-29 | Warn when rustc output conflicts with existing directories | varkor | -9/+29 |
| 2018-01-29 | Add -Zapproximate-suggestions | Manish Goregaokar | -2/+6 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -2/+7 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -9/+9 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -9/+9 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -45/+103 |
| 2018-01-23 | Rename `-Z explain` to `-Z teach` | Esteban Küber | -3/+3 |
| 2018-01-23 | Create `StructuredDiagnostic` | Esteban Küber | -0/+4 |
| 2018-01-23 | Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoerister | kennytm | -0/+6 |
| 2018-01-23 | Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis | kennytm | -12/+24 |
| 2018-01-22 | Don't make it necessary to enable `unstable-options` | Esteban Küber | -4/+0 |
| 2018-01-22 | Fix test for variadic error change | Esteban Küber | -1/+1 |
| 2018-01-22 | Mark `--explain` as unstable | Esteban Küber | -2/+5 |
| 2018-01-22 | Add `--explain` for extended error explanations | Esteban Küber | -0/+2 |
| 2018-01-21 | Remove the IGNORED_ATTR_NAMES thread local | John Kåre Alsaker | -0/+6 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -0/+2 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -9/+7 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -12/+24 |
| 2018-01-18 | Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakis | kennytm | -2/+2 |
| 2018-01-16 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-15 | Add `-Z dep-info-omit-d-target` to control dep-info style | Adam C. Foltzer | -0/+3 |
| 2018-01-15 | Fix test | varkor | -1/+1 |
| 2018-01-14 | Make dump_mir_dir non-optional | varkor | -1/+1 |
| 2018-01-14 | Add a default directory for -Zmir-dump-dir | varkor | -1/+1 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -2/+2 |
| 2018-01-09 | Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichton | bors | -0/+2 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -2/+2 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+2 |
| 2018-01-07 | Remove redundant -Zdebug-llvm option | Björn Steinbrink | -4/+0 |
| 2018-01-07 | Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe | kennytm | -1/+14 |
| 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/+14 |
| 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 |