| Age | Commit message (Expand) | Author | Lines |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-05-04 | Rename `PathResolution` to `PartialRes` | Vadim Petrochenkov | -39/+31 |
| 2019-05-04 | Remove `def_path_from_id`, `node_id_to_string` | Fabian Drinck | -31/+20 |
| 2019-05-04 | Replace `NodeId` variant of `read` | Fabian Drinck | -17/+13 |
| 2019-05-04 | Remove obsolete comment | Fabian Drinck | -9/+0 |
| 2019-05-04 | Rollup merge of #60527 - davidtwco:issue-60518, r=cramertj | Mazdak Farrokhzad | -1/+3 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into ValueNs. | Eduard-Mihai Burtescu | -10/+2 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -43/+9 |
| 2019-05-03 | Fix async fn lowering ICE with APIT. | David Wood | -1/+3 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -155/+155 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -54/+59 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -168/+151 |
| 2019-05-03 | Rollup merge of #60478 - euclio:doc-fixes, r=cramertj | Mazdak Farrokhzad | -0/+3 |
| 2019-05-03 | Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis | Mazdak Farrokhzad | -16/+52 |
| 2019-05-02 | mention `hir::Body` in docs for `hir::FnDecl` | Andy Russell | -0/+3 |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -16/+52 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -7/+45 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -7/+45 |
| 2019-05-01 | Rollup merge of #60417 - Centril:hir-exprkind-use-renamed-to-drop-temps, r=ol... | Mazdak Farrokhzad | -15/+21 |
| 2019-05-01 | Rename is_range_literal to is_lit | varkor | -4/+4 |
| 2019-04-30 | Refactor is_range_literal | varkor | -17/+17 |
| 2019-04-30 | Pull `is_range_literal` out into `lowering` | varkor | -0/+62 |
| 2019-04-30 | Rename hir::ExprKind::Use to ::DropTemps and improve docs. | Mazdak Farrokhzad | -15/+21 |
| 2019-04-30 | Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obk | bors | -0/+17 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -0/+17 |
| 2019-04-29 | hir: remove LoweredNodeId | ljedrz | -202/+107 |
| 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-13 | Replaced linear token counting macros with optimized implementation | Tobia | -2/+10 |
| 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 |