| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -1/+2 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -9/+7 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -44/+85 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -1/+2 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -9/+9 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -60/+0 |
| 2018-12-17 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -23/+20 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -2/+2 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -2/+2 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 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 |