| Age | Commit message (Expand) | Author | Lines |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -274/+25 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -4/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | Rollup merge of #58345 - RalfJung:2nd-filename, r=matthewjasper | Guillaume Gomez | -1/+9 |
| 2019-02-10 | when there are multiple filenames, print what got interpreted as 2nd filename | Ralf Jung | -1/+9 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -0/+1 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -4/+5 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -0/+1 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -2/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -2/+0 |
| 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 |