| Age | Commit message (Expand) | Author | Lines |
| 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 | -28/+17 |
| 2018-10-15 | rustc/session: improve allocations | ljedrz | -3/+4 |
| 2018-10-15 | rustc/session: whitespace & formatting improvements | ljedrz | -82/+76 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -0/+4 |
| 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-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -1/+1 |
| 2018-09-29 | rust: Add a `-C default-linker-libraries` option | Alex Crichton | -0/+2 |
| 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-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/+2 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -0/+2 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -21/+22 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -16/+44 |
| 2018-09-06 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -14/+25 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -16/+44 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -1/+1 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-09 | Reuse Hash impls for session data structures | Mark Rousskov | -32/+4 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -7/+0 |
| 2018-08-07 | Fix outdated description of -Zcross-lang-lto. | Michael Woerister | -1/+1 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -0/+18 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -60/+62 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -15/+13 |
| 2018-08-04 | Normalize EntryFnType variants to standard style | Mark Rousskov | -3/+2 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -11/+9 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -21/+20 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+2 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -1/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+2 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -6/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+2 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -1/+16 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -6/+0 |
| 2018-07-26 | Add `migrate` to list of values for `-Z borrowck=...` | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -0/+15 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -0/+2 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -0/+6 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -3/+3 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -7/+4 |
| 2018-07-06 | Rollup merge of #52099 - zackmdavis:and_the_case_of_the_typ, r=oli-obk | Mark Rousskov | -1/+1 |
| 2018-07-06 | Remove CrossLangLto::NoLink which does not have a use case anymore. | Michael Woerister | -6/+3 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -1/+1 |