| Age | Commit message (Expand) | Author | Lines |
| 2019-06-25 | Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril | Mazdak Farrokhzad | -0/+12 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -66/+51 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -9/+7 |
| 2019-06-25 | Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkov | Mazdak Farrokhzad | -10/+20 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -0/+12 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -10/+20 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -1/+1 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -2/+108 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -88/+78 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+10 |
| 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 | 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 |