| Age | Commit message (Expand) | Author | Lines |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -2/+2 |
| 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 | -1/+4 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -1623/+95 |
| 2019-02-27 | Rollup merge of #58748 - hellow554:scoped_tls, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-26 | update scoped_tls to 1.0 | Marcel Hellwig | -1/+1 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -7/+7 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -2/+2 |
| 2019-02-18 | Fix a transposition in driver.rs. | Benjamin Peterson | -1/+1 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-13 | Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obk | Mazdak Farrokhzad | -0/+5 |
| 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 | -12/+12 |
| 2019-02-12 | Fix rustc_driver swallowing errors when compilation is stopped | gnzlbg | -0/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -12/+12 |
| 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 | -44/+59 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -32/+31 |
| 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/+59 |
| 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-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -2/+2 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 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 | -2/+1 |
| 2019-01-19 | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -40/+13 |
| 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 | -36/+8 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -17/+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 | Add missing unpretty option help message | Hirokazu Hata | -1/+2 |
| 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 | -7/+26 |
| 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 | -17/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -3/+4 |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -2/+3 |
| 2019-01-07 | Auto merge of #57303 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -19/+21 |
| 2019-01-07 | Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton" | Matthias Krüger | -19/+21 |