| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -3/+1 |
| 2019-03-16 | Addressed review feedback regarding comment phrasing. | Felix S. Klock II | -2/+2 |
| 2019-03-16 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-16 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+65 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -3/+3 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+1 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -2/+1 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -19/+19 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-09 | Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril | Mazdak Farrokhzad | -22/+23 |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -22/+23 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -16/+118 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -7/+13 |
| 2019-02-07 | Validate generic parameter and argument order in ast_validation | varkor | -16/+112 |
| 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 | -1/+0 |
| 2019-01-30 | Fix #57730 | 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 | -1/+0 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+1 |
| 2019-01-28 | Conditionally skip two passes if their related attributes were not found | John Kåre Alsaker | -3/+21 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -3/+3 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -0/+133 |
| 2019-01-24 | Rollup merge of #57730 - Zoxc:combined-ast-validator, r=cramertj | Mazdak Farrokhzad | -144/+106 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -0/+1 |
| 2019-01-19 | Address some comments | John Kåre Alsaker | -12/+7 |
| 2019-01-18 | Merge visitors in AST validation | John Kåre Alsaker | -144/+111 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -20/+11 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -4/+4 |
| 2019-01-13 | Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister | bors | -13/+22 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -2/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -13/+22 |
| 2019-01-08 | Consolidate equality constraints error message | varkor | -2/+3 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -30/+0 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -1/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -59/+0 |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-16 | Rollup merge of #56343 - yui-knk:remove_mir_stats_mod, r=nikomatsakis | Mazdak Farrokhzad | -257/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 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 | -11/+11 |
| 2018-11-29 | Remove not used mod | yui-knk | -257/+0 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1/+0 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+0 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+1 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |