| 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/+8 |
| 2018-01-18 | [beta] Turn back on "fat" LTO by default | Alex Crichton | -3/+9 |
| 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 |
| 2017-12-09 | one-time diagnostics: span_suggestion, generalize methods for non-lints | Zack M. Davis | -8/+32 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -21/+82 |
| 2017-11-26 | Replace -Zborrowck-mir with -Zborrowck=mode | est31 | -1/+1 |
| 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 | -4/+11 |
| 2017-11-20 | address review comments | Alex Burka | -8/+12 |
| 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/+5 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -2/+4 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -7/+7 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -8/+17 |
| 2017-10-28 | Auto merge of #45540 - virgil-palanciuc:master, r=estebank | bors | -4/+11 |
| 2017-10-28 | fixed tidy error | Virgil Palanciuc | -2/+2 |
| 2017-10-28 | implemented code review | Virgil Palanciuc | -4/+11 |
| 2017-10-27 | Fix tidy error line longer than 100 chars | Laurent Arnoud | -1/+3 |
| 2017-10-27 | Quit immediately when current directory is invalid | Laurent Arnoud | -3/+4 |
| 2017-10-26 | Use expect for current_dir on librustc/session mod | Laurent Arnoud | -1/+3 |
| 2017-10-25 | fix #44953 - The “use of unstable library feature 'rustc_private'” error ... | Virgil Palanciuc | -2/+2 |
| 2017-10-25 | Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister | bors | -8/+16 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -8/+29 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -7/+10 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -8/+16 |
| 2017-10-13 | Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoerister | bors | -0/+37 |
| 2017-10-10 | Upgrade some comments to doc comments | Oliver Schneider | -27/+27 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -0/+37 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -3/+1 |
| 2017-09-23 | Rollup merge of #44717 - pnkfelix:debugflags-borrowckmir-implies-emitendregio... | Corey Farwell | -1/+2 |
| 2017-09-20 | Make `-Z borrowck-mir` imply that `EndRegion`'s should be emitted. | Felix S. Klock II | -1/+2 |
| 2017-09-16 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -3/+7 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -12/+29 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -11/+3 |
| 2017-09-05 | Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0). | Felix S. Klock II | -0/+4 |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -1/+7 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+1 |