| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+25 |
| 2018-09-15 | Auto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoerister | bors | -91/+46 |
| 2018-09-12 | A few cleanups for hir | ljedrz | -91/+46 |
| 2018-09-06 | Fixup whitespace | Jakub Kozlowski | -1/+1 |
| 2018-09-06 | Allow named lifetimes in async functions. | Jakub Kozlowski | -21/+38 |
| 2018-08-29 | Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister | bors | -0/+17 |
| 2018-08-27 | Revert crate root changes | varkor | -1/+10 |
| 2018-08-27 | Make small modifications | varkor | -19/+7 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -247/+215 |
| 2018-08-27 | Convert EntryKind to a struct, Entry | varkor | -243/+118 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -234/+233 |
| 2018-08-27 | Rename MapEntry to EntryKind | varkor | -161/+159 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -0/+17 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -3/+3 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -2/+2 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -1/+1 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -1/+1 |
| 2018-07-20 | Only methods are fn-like, not other associated items | Oliver Schneider | -1/+7 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -2/+13 |
| 2018-07-16 | ItemKind | csmoe | -57/+57 |
| 2018-07-16 | ForeignItemKind | csmoe | -3/+3 |
| 2018-07-16 | TyKind | csmoe | -0/+1 |
| 2018-07-16 | ExprKind | csmoe | -7/+7 |
| 2018-07-16 | VariantKind | csmoe | -1/+1 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -6/+5 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -29/+7 |
| 2018-07-03 | Avoid sorting the item_ids array the StableHash impl of hir::Mod. | Michael Woerister | -0/+8 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -5/+5 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -6/+8 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -1/+28 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -8/+3 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -17/+30 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -8/+3 |
| 2018-06-28 | Extend support to `get_generics` for all `NodeItem`s | Esteban Küber | -1/+8 |
| 2018-06-28 | Point at lifetimes instead of def span for E0195 | Esteban Küber | -1/+21 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -3/+3 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -16/+16 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -2/+2 |
| 2018-06-28 | Use `Ident`s for lifetimes in HIR | Vadim Petrochenkov | -15/+14 |
| 2018-06-27 | Don't use `println` in the compiler | Oliver Schneider | -1/+1 |
| 2018-06-27 | Generate `DefId`s for the impl trait of `async` functions | Oliver Schneider | -6/+16 |
| 2018-06-27 | Generate `DefId`s for impl Trait in the def_collector | Oliver Schneider | -8/+7 |
| 2018-06-27 | Don't generate a new NodeId for universal impl Trait | Oliver Schneider | -3/+7 |