index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
hir
/
map
/
hir_id_validator.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-20
adjust intravisit HirIdification
ljedrz
-5
/
+2
2019-02-20
hir: change HirIdValidator.hir_ids_seen to a set
ljedrz
-10
/
+15
2019-02-20
hir: HirId-ify intravisit
ljedrz
-24
/
+15
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2019-01-14
Parallelize and optimize parts of HIR map creation
John Kåre Alsaker
-19
/
+26
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-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-10-26
Fix tests and assertions; add some comments
Nick Cameron
-4
/
+8
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-12
A few cleanups for hir
ljedrz
-2
/
+2
2018-07-26
Improve a few vectors - calculate capacity or build from iterators
ljedrz
-1
/
+1
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-3
/
+5
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-10
/
+10
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-2
/
+2
2017-03-22
Introduce HirId, a replacement for NodeId after lowering to HIR.
Michael Woerister
-0
/
+184