| Age | Commit message (Expand) | Author | Lines |
| 2019-06-23 | let_chains: Change AST validation strategy slightly. | Mazdak Farrokhzad | -34/+45 |
| 2019-06-23 | let_chains: Handle disallowing of let chains in places lowering won't support. | Mazdak Farrokhzad | -58/+67 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -2/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -8/+2 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -16/+17 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -2/+43 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -2/+43 |
| 2019-06-05 | Use both existential-type desugaring and where-clause (predicate) desugaring ... | Alexander Regueiro | -7/+39 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -11/+13 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -16/+19 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-01 | rustc: track the body owner DefId in MC and EUV. | Eduard-Mihai Burtescu | -2/+9 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -23/+0 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -1/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -4/+4 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -1/+1 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -11/+13 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -5/+5 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -6/+8 |
| 2019-05-12 | ast_validation: comments -> doc comments | Mazdak Farrokhzad | -11/+11 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -9/+0 |
| 2019-05-05 | Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth | bors | -1/+2 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -0/+7 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -3/+17 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -0/+7 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -16/+16 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -8/+11 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -1/+9 |
| 2019-04-30 | Rename hir::ExprKind::Use to ::DropTemps and improve docs. | Mazdak Farrokhzad | -1/+1 |
| 2019-04-30 | Use multispan | Yuki OKUSHI | -2/+4 |
| 2019-04-30 | Add error for existential types | Yuki OKUSHI | -0/+6 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -3/+2 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -3/+2 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -6/+3 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -3/+3 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -3/+3 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -1/+1 |