| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -16/+16 |
| 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 | -7/+7 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -15/+8 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -8/+8 |
| 2019-06-20 | remove hir::map::get | ljedrz | -7/+1 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | remove uses of the NodeId hir::map::expr | ljedrz | -6/+0 |
| 2019-06-20 | make hir::def_kind work with HirId | ljedrz | -5/+5 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -2/+2 |
| 2019-06-20 | remove hir::map::name | ljedrz | -7/+0 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-17 | change NodeId to HirId in some HIR docs | ljedrz | -5/+5 |
| 2019-06-17 | fix a HIR doc, simplify one HIR-related function call | ljedrz | -1/+1 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -14/+14 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -14/+14 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -92/+6 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -5/+5 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -19/+64 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -36/+37 |
| 2019-06-02 | Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril | bors | -4/+0 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -8/+10 |
| 2019-05-31 | Make generics always have a valid span | Esteban Küber | -4/+0 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -5/+5 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -0/+7 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -1/+1 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -0/+7 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -1/+1 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -2/+2 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-09 | Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoerister | Mazdak Farrokhzad | -32/+20 |
| 2019-05-09 | Fix typo | John Kåre Alsaker | -2/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -32/+20 |
| 2019-05-08 | Rename HirMap to HirEntryMap and add some comments | John Kåre Alsaker | -5/+20 |
| 2019-05-08 | Optimize HIR map | John Kåre Alsaker | -47/+58 |
| 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-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -19/+8 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -51/+42 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -0/+8 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -159/+146 |
| 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 | -62/+65 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -3/+2 |
| 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 | -2/+2 |
| 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 |