| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -4/+0 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -4/+0 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -0/+2 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+2 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -2/+0 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -2/+2 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -2/+2 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -25/+26 |
| 2018-12-08 | Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiser | Mazdak Farrokhzad | -1/+7 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 2018-12-07 | Improve the usage message for `-Z dump-mir`. | Edd Barrett | -1/+7 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -22/+21 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -2/+2 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -22/+21 |
| 2018-11-29 | Remove not used option | yui-knk | -2/+0 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -2/+0 |
| 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-13 | fix various typos in doc comments | Andy Russell | -6/+6 |
| 2018-11-08 | Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertj | Mark Rousskov | -1/+1 |
| 2018-11-05 | -C remark: fix incorrect warning about requiring "--debuginfo" instead of "-C... | Matthias Krüger | -2/+1 |
| 2018-11-01 | Clarify error message for -C opt-level | Georg Brandl | -1/+1 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -3/+2 |
| 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 |