| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -47/+49 |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -14/+14 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -24/+25 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -20/+20 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -18/+21 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -32/+32 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -45/+39 |
| 2019-09-26 | hir: stop checking codegen fn attrs for constants | David Wood | -1/+1 |
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -20/+52 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -158/+136 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -10/+10 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -3/+1 |
| 2019-09-22 | review comments | Esteban Küber | -2/+1 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -1/+4 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -0/+13 |
| 2019-09-21 | or-patterns: middle/dead: remove `top_pats_hack`. | Mazdak Farrokhzad | -81/+93 |
| 2019-09-17 | adjust larger comment to include the body | Niko Matsakis | -10/+10 |
| 2019-09-17 | use drop-temps { .. } pseudo-notation | Niko Matsakis | -1/+1 |
| 2019-09-17 | introduce `lower_block_expr` convenience function, and use it | Niko Matsakis | -14/+12 |
| 2019-09-16 | adjust desugaring for async fn to correct drop order | Niko Matsakis | -13/+41 |
| 2019-09-16 | or-patterns: remove `Arm::contains_explicit_ref_binding`. | Mazdak Farrokhzad | -17/+0 |
| 2019-09-16 | or-patterns: liveness: generalize + remove `top_pats_hack`. | Mazdak Farrokhzad | -0/+28 |
| 2019-09-15 | simplify `hir::Pat::walk_`. | Mazdak Farrokhzad | -11/+6 |
| 2019-09-15 | or-patterns: use `top_pats_hack` to make things compile. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-15 | or-patterns: normalize HIR pretty priting. | Mazdak Farrokhzad | -10/+1 |
| 2019-09-15 | or-patterns: `hir::Arm::pats` -> `::pat` + `Arm::top_pats_hack`. | Mazdak Farrokhzad | -3/+14 |
| 2019-09-15 | or-patterns: remove hack from lowering. | Mazdak Farrokhzad | -61/+19 |
| 2019-09-15 | Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkov | bors | -1/+1 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -1/+1 |
| 2019-09-15 | Rollup merge of #64457 - petrochenkov:macunfield, r=matthewjasper | Mazdak Farrokhzad | -21/+29 |
| 2019-09-14 | def_collector: Factor out common field handling code | Vadim Petrochenkov | -26/+21 |
| 2019-09-14 | def_collector: Do not ICE on attributes on unnamed fields | Vadim Petrochenkov | -2/+15 |
| 2019-09-13 | typo fix | Guanqun Lu | -1/+1 |
| 2019-09-10 | Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m... | Mazdak Farrokhzad | -20/+15 |
| 2019-09-10 | lowering: extend temporary lifetimes around await | David Wood | -20/+15 |
| 2019-09-09 | Resolve attributes in several places | Caio | -1/+57 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -1/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -145/+152 |
| 2019-09-05 | or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`. | Mazdak Farrokhzad | -46/+72 |
| 2019-09-04 | Remove hashing impls for `LocalInternedString`. | Nicholas Nethercote | -1/+1 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -2/+2 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -91/+91 |
| 2019-08-25 | HirIdify hir::Crate.modules | ljedrz | -10/+10 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -4/+3 |
| 2019-08-21 | review comments | Esteban Küber | -7/+13 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -5/+8 |
| 2019-08-19 | Rollup merge of #63620 - estebank:assoc-type-span, r=Centril | Mazdak Farrokhzad | -12/+13 |
| 2019-08-19 | review comments | Esteban Küber | -11/+12 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -3/+3 |