about summary refs log tree commit diff
path: root/src/librustc/hir/map/hir_id_validator.rs
AgeCommit message (Expand)AuthorLines
2019-02-20adjust intravisit HirIdificationljedrz-5/+2
2019-02-20hir: change HirIdValidator.hir_ids_seen to a setljedrz-10/+15
2019-02-20hir: HirId-ify intravisitljedrz-24/+15
2019-02-05move librustc to 2018Mark Mansi-3/+3
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-19/+26
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-2/+2
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-1/+1
2018-10-26Fix tests and assertions; add some commentsNick Cameron-4/+8
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-1/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-09-12A few cleanups for hirljedrz-2/+2
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-1/+1
2018-07-16ItemKindcsmoe-1/+1
2018-06-07Add existential type definitonsOliver Schneider-3/+5
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-10/+10
2017-07-05use field init shorthand in src/librustcZack M. Davis-2/+2
2017-03-22Introduce HirId, a replacement for NodeId after lowering to HIR.Michael Woerister-0/+184