| Age | Commit message (Expand) | Author | Lines |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -2/+3 |
| 2019-01-07 | Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton" | Matthias Krüger | -19/+21 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -8/+1 |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -21/+19 |
| 2019-01-02 | Remove now stray comment | Alex Crichton | -7/+0 |
| 2019-01-02 | Avoid using open_global_now | Alex Crichton | -1/+1 |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -2/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -1/+8 |
| 2018-12-24 | Search codegen backends based on target libdir instead of sysroot. | O01eg | -21/+19 |
| 2018-12-24 | Rollup merge of #56986 - alexcrichton:move-jemalloc, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+0 |
| 2018-12-24 | Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister | Mazdak Farrokhzad | -8/+1 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -62/+5 |
| 2018-12-19 | rustc: Move jemalloc from rustc_driver to rustc | Alex Crichton | -8/+0 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -1/+0 |
| 2018-12-18 | Remove now stray comment | Alex Crichton | -7/+0 |
| 2018-12-18 | Avoid using open_global_now | Alex Crichton | -1/+1 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -1/+0 |
| 2018-12-14 | Always run rustc in a thread | Oliver Scherer | -61/+5 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -1/+0 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -1/+1 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -2/+2 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -1/+1 |
| 2018-12-03 | Bump stack size to 32MB | Oliver Scherer | -3/+5 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -1/+0 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-29 | Remove __build_diagnostic_array! from cg_utils | bjorn3 | -1/+0 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -1/+1 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -0/+8 |
| 2018-10-29 | Don't print opt fuel messages to stdout because it breaks Rustbuild | Wesley Wiser | -1/+1 |
| 2018-10-15 | Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebank | bors | -101/+73 |
| 2018-10-13 | rustc/driver: whitespace & formatting fixes | ljedrz | -24/+20 |
| 2018-10-13 | rustc/driver: remove explicit return, add explicit None | ljedrz | -1/+1 |
| 2018-10-13 | rustc/driver: remove lifetimes from consts | ljedrz | -15/+8 |
| 2018-10-13 | rustc/driver: improve common patterns | ljedrz | -38/+23 |
| 2018-10-13 | rustc/driver: use Cow<str> where applicable | ljedrz | -7/+8 |
| 2018-10-13 | rustc/driver: improve/remove allocations | ljedrz | -15/+12 |
| 2018-10-12 | rustc/driver: improve macro calls | ljedrz | -1/+1 |
| 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 | Remove OneVector | ljedrz | -0/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 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-19 | mv codemap source_map | Donato Sciarra | -3/+3 |