| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Bump stack size to 32MB | Oliver Scherer | -4/+6 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -1/+3 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -0/+1 |
| 2018-10-15 | rustc/session: improve allocations | ljedrz | -1/+1 |
| 2018-10-15 | Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebank | bors | -246/+208 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -0/+1 |
| 2018-10-13 | rustc/driver: whitespace & formatting fixes | ljedrz | -86/+87 |
| 2018-10-13 | rustc/driver: unwrap_or_else with function calls | ljedrz | -7/+5 |
| 2018-10-13 | rustc/driver: remove explicit return, add explicit None | ljedrz | -2/+2 |
| 2018-10-13 | rustc/driver: don't sort base if it only has one element | ljedrz | -2/+3 |
| 2018-10-13 | rustc/driver: remove lifetimes from consts | ljedrz | -15/+8 |
| 2018-10-13 | rustc/driver: improve common patterns | ljedrz | -58/+33 |
| 2018-10-13 | rustc/driver: use Cow<str> where applicable | ljedrz | -7/+8 |
| 2018-10-13 | rustc/driver: improve/remove allocations | ljedrz | -32/+30 |
| 2018-10-12 | rustc/driver: improve macro calls | ljedrz | -30/+25 |
| 2018-10-12 | rustc/driver: simplify profile::trace::cons | ljedrz | -8/+8 |
| 2018-10-08 | Stabilize the `Option::replace` method | Clément Renault | -1/+0 |
| 2018-09-30 | Re-export `getopts` so custom drivers can reference it. | Richard Diamond | -1/+1 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -0/+1 |
| 2018-09-26 | rustc_driver/test.rs: rustfmt | Niko Matsakis | -163/+219 |
| 2018-09-26 | fix rustc_driver tests | Niko Matsakis | -2/+2 |
| 2018-09-26 | Remove OneVector | ljedrz | -3/+5 |
| 2018-09-15 | Fix missing struct name | Marshall Bowers | -1/+1 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -3/+9 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -7/+41 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -1/+1 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -7/+41 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | Revert "renamed t_nil to t_unit" | kenta7777 | -9/+9 |
| 2018-09-10 | renamed t_nil to t_unit | kenta7777 | -9/+9 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-07 | switch to using `NonZeroU32` to represent indices | Niko Matsakis | -9/+14 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -1/+0 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -19/+19 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -28/+28 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -8/+8 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-14 | Auto merge of #53354 - kennytm:rollup, r=kennytm | bors | -4/+6 |
| 2018-08-14 | Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis | kennytm | -1/+3 |