| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -2/+0 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -6/+6 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -6/+6 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -2/+2 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -2/+0 |
| 2018-11-11 | Rollup merge of #55630 - petrochenkov:noprelude, r=Centril | kennytm | -0/+4 |
| 2018-11-08 | Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertj | Mark Rousskov | -1/+1 |
| 2018-11-07 | Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoerister | kennytm | -2/+1 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -1/+1 |
| 2018-11-05 | -C remark: fix incorrect warning about requiring "--debuginfo" instead of "-C... | Matthias Krüger | -2/+1 |
| 2018-11-03 | resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o... | Vadim Petrochenkov | -0/+4 |
| 2018-11-01 | Clarify error message for -C opt-level | Georg Brandl | -1/+1 |
| 2018-10-29 | Don't print opt fuel messages to stdout because it breaks Rustbuild | Wesley Wiser | -1/+1 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -3/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -6/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-18 | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum | kennytm | -0/+1 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -18/+0 |
| 2018-10-15 | rustc/session: move consts up to improve readability | ljedrz | -9/+9 |
| 2018-10-15 | rustc/session: use to_owned when no string conversion is needed | ljedrz | -2/+2 |
| 2018-10-15 | rustc/session: improve common patterns | ljedrz | -58/+35 |
| 2018-10-15 | rustc/session: improve allocations | ljedrz | -5/+6 |
| 2018-10-15 | rustc/session: whitespace & formatting improvements | ljedrz | -85/+79 |
| 2018-10-13 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -18/+0 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -0/+1 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -2/+26 |
| 2018-10-02 | Move prelude crate names into `Session`. | David Wood | -7/+6 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -2/+0 |
| 2018-10-01 | Auto merge of #54675 - alexcrichton:defaultlibs, r=varkor | bors | -0/+2 |
| 2018-09-30 | Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton | bors | -1/+18 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -7/+7 |
| 2018-09-29 | rust: Add a `-C default-linker-libraries` option | Alex Crichton | -0/+2 |
| 2018-09-28 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -1/+18 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -2/+0 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -0/+2 |
| 2018-09-25 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+11 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -1/+1 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -3/+8 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+11 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+1 |
| 2018-09-18 | Rollup merge of #54232 - pnkfelix:add-way-to-disable-diagnostic-buffering, r=... | Guillaume Gomez | -0/+4 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -5/+5 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -0/+4 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -2/+6 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -3/+4 |