| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -7/+5 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -29/+29 |
| 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 | -14/+14 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -16/+9 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -1/+1 |
| 2019-06-23 | Replace Vec<Vec<_>> with Vec<_> | Aaron Hill | -18/+9 |
| 2019-06-23 | Fix typos pointed out by @varkor | Aaron Hill | -9/+9 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -15/+3 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -25/+25 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -49/+51 |
| 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 | Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -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 | Fix fallout from rebase | Aaron Hill | -4/+4 |
| 2019-06-22 | Change how we compute yield_in_scope | Aaron Hill | -1/+116 |
| 2019-06-22 | Fix HIR visit order | Aaron Hill | -1/+1 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -8/+7 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -0/+1 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -9/+6 |
| 2019-06-22 | Rollup merge of #62019 - jeremystucki:refactoring, r=estebank | Mazdak Farrokhzad | -25/+25 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -91/+53 |
| 2019-06-22 | Rollup merge of #61270 - michaelwoerister:remove-incr-comp-warning, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-06-21 | Auto merge of #61959 - oli-obk:const_field_ice, r=eddyb | bors | -24/+39 |
| 2019-06-21 | Remove needless lifetimes | Jeremy Stucki | -25/+25 |
| 2019-06-21 | Remove warnings about incr. comp. generating less debugging output. | Michael Woerister | -18/+2 |
| 2019-06-21 | Further reduce the likelyhood of hash collisions | Oliver Scherer | -0/+1 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -18/+17 |
| 2019-06-21 | Documentation typo | Oliver Scherer | -1/+1 |
| 2019-06-20 | Rollup merge of #61979 - spastorino:fmt-place-base, r=oli-obk | Mazdak Farrokhzad | -23/+25 |
| 2019-06-20 | Implement Debug for PlaceBase | Santiago Pastorino | -23/+25 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -28/+28 |
| 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 | -3/+3 |
| 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 | -12/+12 |
| 2019-06-20 | remove hir::map::name | ljedrz | -7/+0 |
| 2019-06-20 | replace NodeId with HirId in infer::SubregionOrigin | ljedrz | -3/+3 |
| 2019-06-20 | remove TyCtx::expr_span (unused) | ljedrz | -14/+0 |
| 2019-06-20 | replace NodeId with HirId in traits::ObligationCauseCode | ljedrz | -4/+4 |
| 2019-06-20 | Rollup merge of #61968 - eddyb:hir-noclone, r=petrochenkov | Mazdak Farrokhzad | -217/+198 |
| 2019-06-19 | Pacify tidy | Oliver Scherer | -5/+6 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -176/+172 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -41/+26 |