| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -42/+65 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -175/+160 |
| 2019-04-24 | hir: make NodeId methods depend on HirId ones | ljedrz | -118/+102 |
| 2019-04-24 | hir: remove NodeId from Entry & simplify Map | ljedrz | -78/+79 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -64/+206 |
| 2019-04-21 | Correct lowering order to avoid ICE after rebase. | David Wood | -11/+17 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+39 |
| 2019-04-21 | Enforce consistent drop order w/ async methods. | David Wood | -9/+27 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -31/+91 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -17/+18 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -5/+4 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -5/+5 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -1/+19 |
| 2019-04-20 | Refactor some existing methods | varkor | -15/+3 |
| 2019-04-20 | Add a `header` method to `FnKind` | varkor | -0/+8 |
| 2019-04-17 | Point at try `?` on errors affecting the err match arm of the desugared code | Esteban Küber | -7/+15 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -52/+203 |
| 2019-04-11 | Auto merge of #59227 - Zoxc:fix-get, r=eddyb | bors | -3/+3 |
| 2019-04-05 | Move match_path from DefId to lint::LateContext | flip1995 | -104/+2 |
| 2019-04-03 | Uplift match_def_path from Clippy | flip1995 | -3/+104 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -285/+394 |
| 2019-03-31 | Convert symbols to strings for pretty printing | John Kåre Alsaker | -3/+3 |
| 2019-03-29 | Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -8/+8 |
| 2019-03-28 | Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister | Mazdak Farrokhzad | -1/+1 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -59/+84 |
| 2019-03-26 | Combine input and eval_always query types | John Kåre Alsaker | -1/+1 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -1/+2 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -4/+4 |
| 2019-03-25 | Allocate HIR id counters on demand | John Kåre Alsaker | -18/+13 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -15/+42 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -10/+2 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -35/+38 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -1/+2 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -1/+2 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -10/+10 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -20/+20 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -14/+16 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -16/+6 |
| 2019-03-24 | Slightly more uniform treatment of struct and variant constructors | Vadim Petrochenkov | -5/+3 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -59/+35 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -77/+121 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -21/+6 |
| 2019-03-22 | Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasper | Mazdak Farrokhzad | -1/+12 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -3/+4 |
| 2019-03-19 | review comments | Esteban Küber | -1/+1 |
| 2019-03-19 | Update src/librustc/hir/mod.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-03-18 | Rename typarams to param_names | varkor | -2/+2 |