| Age | Commit message (Expand) | Author | Lines |
| 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 | remove definitions::def_index_to_node_id (unused) | ljedrz | -5/+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-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-17 | change NodeId to HirId in some HIR docs | ljedrz | -5/+5 |
| 2019-06-17 | simplify ICE handling in HirIdValidator | ljedrz | -12/+0 |
| 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 | -18/+18 |
| 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 | -93/+8 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-10 | Rollup merge of #59600 - tobia:master, r=pnkfelix | Mazdak Farrokhzad | -2/+10 |
| 2019-06-06 | syntax: Use `Token` in visitors and fix a mut visitor test | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -1/+1 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -9/+9 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -19/+69 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -43/+44 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -13/+0 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -0/+13 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -32/+9 |
| 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-28 | Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril | bors | -5/+5 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -3/+2 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -5/+5 |
| 2019-05-25 | Auto-derive Encode and Decode implementations | Fabian Drinck | -25/+1 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -0/+17 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -1/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -3/+3 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -0/+17 |
| 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 | -12/+12 |
| 2019-05-17 | Avoid unnecessary interning in `DefPathData::as_interned_str()`. | Nicholas Nethercote | -9/+9 |
| 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 | -170/+86 |
| 2019-05-09 | Fix typo | John Kåre Alsaker | -2/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -170/+86 |
| 2019-05-08 | Rename HirMap to HirEntryMap and add some comments | John Kåre Alsaker | -8/+23 |
| 2019-05-08 | Optimize HIR map | John Kåre Alsaker | -52/+80 |
| 2019-05-06 | Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxc | bors | -57/+33 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -63/+21 |
| 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 |