| Age | Commit message (Expand) | Author | Lines |
| 2019-01-07 | Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoerister | Pietro Albini | -3/+4 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -13/+10 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -8/+1 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -7/+5 |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -21/+19 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -6/+5 |
| 2019-01-03 | Make CompileController thread-safe | John Kåre Alsaker | -3/+4 |
| 2019-01-02 | remove outdated `rustc_driver` tests | Niko Matsakis | -51/+0 |
| 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 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -1/+1 |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -2/+3 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+4 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -4/+2 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -10/+0 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -80/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+4 |
| 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 | -13/+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 | -13/+0 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -22/+10 |
| 2018-12-19 | Rollup merge of #56918 - ljedrz:profiler_nits, r=wesleywiser | Pietro Albini | -62/+57 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -5/+5 |
| 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-17 | profiler: improve readability | ljedrz | -59/+56 |
| 2018-12-17 | profiler: simplify total_duration | ljedrz | -3/+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 | -22/+10 |
| 2018-12-12 | Replace `FileSearch::for_each_lib_search_path` with `search_paths`. | Nicholas Nethercote | -1/+1 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -1/+1 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -5/+5 |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -61/+57 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -15/+15 |
| 2018-12-07 | Auto merge of #56566 - ljedrz:fix_clippy_errors, r=cramertj | bors | -2/+2 |
| 2018-12-07 | Rollup merge of #56434 - Zoxc:par-tests, r=michaelwoerister | kennytm | -1/+1 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -2/+0 |
| 2018-12-06 | Fix | John Kåre Alsaker | -1/+1 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -2/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -15/+15 |
| 2018-12-06 | Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-Simulacrum | Pietro Albini | -3/+3 |
| 2018-12-05 | Don't print the profiling summary to stdout when -Zprofile-json is set | Wesley Wiser | -3/+3 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -2/+2 |