| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Bump stack size to 32MB | Oliver Scherer | -4/+6 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -1/+0 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -1/+1 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -10/+10 |
| 2018-11-29 | Remove __build_diagnostic_array! from cg_utils | bjorn3 | -1/+0 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -1/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-12 | Fix fallout it rustc_driver tests | Oliver Scherer | -5/+5 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -4/+4 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -1/+1 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -1/+1 |
| 2018-11-03 | Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakis | bors | -6/+6 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -6/+6 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -0/+13 |
| 2018-10-29 | Don't print opt fuel messages to stdout because it breaks Rustbuild | Wesley Wiser | -1/+1 |
| 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 |