| Age | Commit message (Expand) | Author | Lines |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -1244/+0 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -8/+0 |
| 2019-03-01 | Fix import | John Kåre Alsaker | -0/+1 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -0/+3 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -463/+25 |
| 2019-02-18 | Fix a transposition in driver.rs. | Benjamin Peterson | -1/+1 |
| 2019-02-13 | Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obk | Mazdak Farrokhzad | -0/+5 |
| 2019-02-12 | Fix rustc_driver swallowing errors when compilation is stopped | gnzlbg | -0/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -44/+58 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -6/+6 |
| 2019-01-31 | Use ensure for mir_borrowck | John Kåre Alsaker | -1/+1 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -44/+58 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -3/+3 |
| 2019-01-28 | Conditionally skip two passes if their related attributes were not found | John Kåre Alsaker | -14/+17 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -3/+7 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -1/+4 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+1 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -25/+10 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -4/+5 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -0/+2 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -3/+7 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -21/+5 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -13/+2 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -16/+10 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -4/+5 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -0/+2 |
| 2019-01-13 | Retain original pass order | Igor Matuszewski | -2/+2 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -5/+5 |
| 2019-01-13 | Querify local proc_macro_decls_static | Igor Matuszewski | -2/+5 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -16/+10 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -13/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -3/+4 |
| 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-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 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+4 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -10/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+4 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -9/+4 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -5/+5 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -9/+4 |
| 2018-12-12 | Replace `FileSearch::for_each_lib_search_path` with `search_paths`. | Nicholas Nethercote | -1/+1 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -5/+5 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -28/+28 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -1/+1 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -2/+0 |