| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Don't ICE on item in `.await` expression | Nathan Corbyn | -2/+1 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -39/+26 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -10/+20 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -1/+1 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -16/+16 |
| 2019-06-24 | HIR: remove the NodeId find | ljedrz | -6/+0 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -8/+8 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -15/+8 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -1/+1 |
| 2019-06-23 | Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov | bors | -140/+140 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Remove ast_validation logic in favor of lowering with recovery. | Mazdak Farrokhzad | -8/+40 |
| 2019-06-23 | let_chains: Adjust lowering logic in lieu of ::Let. | Mazdak Farrokhzad | -138/+106 |
| 2019-06-22 | Change how we compute yield_in_scope | Aaron Hill | -1/+1 |
| 2019-06-22 | Fix HIR visit order | Aaron Hill | -1/+1 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+1 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -9/+9 |
| 2019-06-20 | remove hir::map::get | ljedrz | -7/+1 |
| 2019-06-20 | make blocks::Code work with HirId | ljedrz | -4/+4 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | remove uses of the NodeId hir::map::expr | ljedrz | -6/+0 |
| 2019-06-20 | remove definitions::def_index_to_node_id (unused) | ljedrz | -5/+0 |
| 2019-06-20 | make hir::def_kind work with HirId | ljedrz | -5/+5 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -2/+2 |
| 2019-06-20 | remove hir::map::name | ljedrz | -7/+0 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -174/+170 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -41/+26 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -14/+12 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -92/+159 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -79/+145 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -13/+14 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -79/+145 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -14/+12 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -2/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-18 | syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo` | Vadim Petrochenkov | -8/+4 |
| 2019-06-18 | allow_internal_unstable: Avoid some more allocations | Vadim Petrochenkov | -5/+10 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -2/+2 |
| 2019-06-17 | change NodeId to HirId in some HIR docs | ljedrz | -7/+7 |
| 2019-06-17 | simplify ICE handling in HirIdValidator | ljedrz | -12/+0 |
| 2019-06-17 | fix a HIR doc, simplify one HIR-related function call | ljedrz | -1/+1 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -18/+18 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -16/+16 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -95/+10 |
| 2019-06-15 | Rollup merge of #61844 - AaronKutch:master, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-14 | Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk | bors | -21/+21 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-14 | in which we decline to suggest the anonymous lifetime in declarations | Zack M. Davis | -8/+33 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |