| Age | Commit message (Expand) | Author | Lines |
| 2018-11-21 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -15/+4 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -2/+2 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -1/+1 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -3/+1 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -1/+1 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -1/+1 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -10/+19 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -1/+14 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -7/+2 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -1/+6 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -5/+5 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -12/+12 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -0/+25 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -3/+3 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -4/+9 |
| 2018-09-19 | 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 |