| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Move crate type checking later | Mark Rousskov | -1/+1 |
| 2019-10-22 | Target-feature documented as unsafe. rustc book and rustc -C help have been m... | togiberlin | -1/+2 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+4 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -63/+2 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -1/+2 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -1/+2 |
| 2019-10-14 | Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkov | Mazdak Farrokhzad | -181/+283 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+2 |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -11/+14 |
| 2019-10-13 | refactor session::config::build_session_options_and_crate_config | Mazdak Farrokhzad | -181/+283 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -0/+3 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -4/+0 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -11/+14 |
| 2019-10-04 | Update the documented default of -Z mutable-noalias | Josh Stone | -1/+1 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -4/+0 |
| 2019-10-01 | Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton | Tyler Mandry | -3/+16 |
| 2019-09-30 | Make the default parallelism 1 | Mark Rousskov | -3/+16 |
| 2019-09-29 | Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton | bors | -0/+2 |
| 2019-09-28 | Put panic=abort test support behind -Z panic_abort_tests | Tyler Mandry | -0/+2 |
| 2019-09-28 | Trigger ICE on nightly if validators disagree | Dylan MacKenzie | -0/+2 |
| 2019-09-28 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -0/+3 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -8/+0 |
| 2019-09-27 | Remove unpretty=flowgraph. | Mazdak Farrokhzad | -10/+0 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -1/+1 |
| 2019-09-17 | Take Diagnostic in Handler::emit_diagnostic | Mark Rousskov | -1/+1 |
| 2019-09-15 | Hide diagnostics emitted during --cfg parsing | Mark Rousskov | -1/+12 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -2/+2 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -69/+68 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -10/+10 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -0/+2 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -7/+11 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -0/+2 |
| 2019-08-13 | Do not track the sysroot. | Joel Galenson | -8/+1 |
| 2019-08-12 | Hash the remapped sysroot instead of the original. | Joel Galenson | -2/+9 |
| 2019-08-07 | Use consistent capitalization in -C/-Z help | Brian Anderson | -6/+6 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -47/+107 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+1 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -4/+0 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -47/+107 |
| 2019-07-24 | Gate binary dependency information behind -Zbinary-dep-depinfo | Mark Rousskov | -0/+2 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -7/+7 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -4/+0 |
| 2019-07-07 | cli: make help output for -l and -L consistent | Tshepang Lekhonkhobe | -3/+2 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -3/+3 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -13/+12 |
| 2019-06-21 | Remove warnings about incr. comp. generating less debugging output. | Michael Woerister | -18/+2 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -13/+12 |