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
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-2040
/
+0
2020-03-27
clarify hir_id <-> node_id method names
Bastian Kauschke
-11
/
+17
2020-03-27
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
Dylan DPC
-41
/
+24
2020-03-25
Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum
Mazdak Farrokhzad
-4
/
+2
2020-03-24
normalize some imports, prefer direct ones.
Mazdak Farrokhzad
-4
/
+2
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-41
/
+24
2020-03-24
move rustc_hir::print -> rustc_hir_pretty
Mazdak Farrokhzad
-4
/
+4
2020-03-24
hir::map: simplify matching code
Mazdak Farrokhzad
-133
/
+73
2020-03-24
{rustc::hir::map -> rustc_passes}::hir_id_validator
Mazdak Farrokhzad
-178
/
+0
2020-03-23
Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc
bors
-552
/
+3
2020-03-22
Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril
Dylan DPC
-3
/
+1
2020-03-22
don't create variable bindings just to return the bound value immediately (cl...
Matthias Krüger
-3
/
+1
2020-03-21
{rustc::hir::map -> rustc_hir}::definitions
Mazdak Farrokhzad
-551
/
+3
2020-03-21
move CrateDisambiguator -> rustc_ast
Mazdak Farrokhzad
-3
/
+2
2020-03-21
Allow `hir().find` to return `None`
John Kåre Alsaker
-17
/
+22
2020-03-19
hir: replace "items" terminology with "nodes" where appropriate.
Eduard-Mihai Burtescu
-26
/
+29
2020-03-19
rustc: use LocalDefId instead of DefIndex in hir::map::definitions.
Eduard-Mihai Burtescu
-106
/
+100
2020-03-19
rustc: use LocalDefId instead of DefIndex in HirId.
Eduard-Mihai Burtescu
-54
/
+42
2020-03-19
rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.
Eduard-Mihai Burtescu
-12
/
+16
2020-03-19
rustc: make LocalDefId's index field public like DefId's is.
Eduard-Mihai Burtescu
-1
/
+1
2020-03-18
Properly handle Spans that reference imported SourceFiles
Aaron Hill
-2
/
+2
2020-03-17
Rename `from_u32_const` -> `from_u32`
Dylan MacKenzie
-1
/
+1
2020-03-15
update comment
Mark Mansi
-5
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-14
/
+19
2020-03-14
Don't try to print missing HIR ids
John Kåre Alsaker
-2
/
+2
2020-03-14
Create the `hir_to_node_id` map before `TyCtxt`
John Kåre Alsaker
-31
/
+25
2020-03-14
Optimize the HIR map
John Kåre Alsaker
-46
/
+49
2020-03-14
Don't hash HIR with bodies thrice
John Kåre Alsaker
-37
/
+43
2020-03-14
Fix HIR map validation
John Kåre Alsaker
-12
/
+14
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-142
/
+53
2020-03-14
Only hash the Hir owner (including its bodies)
John Kåre Alsaker
-4
/
+36
2020-03-14
Remove `Hir` and `HirBody` dep nodes
John Kåre Alsaker
-2
/
+2
2020-03-14
Clean up the collector
John Kåre Alsaker
-137
/
+31
2020-03-14
Remove `AllLocalTraitImpls`
John Kåre Alsaker
-8
/
+0
2020-03-14
Remove the `map` field from `Map`
John Kåre Alsaker
-27
/
+0
2020-03-14
Update `trait_impls`
John Kåre Alsaker
-7
/
+3
2020-03-14
Remove comments
John Kåre Alsaker
-3
/
+0
2020-03-14
Update `find_entry`
John Kåre Alsaker
-1
/
+1
2020-03-14
Update `is_hir_id_module`
John Kåre Alsaker
-3
/
+3
2020-03-14
Update `find`
John Kåre Alsaker
-7
/
+2
2020-03-14
Update `get_parent_node`
John Kåre Alsaker
-9
/
+2
2020-03-14
Update `visit_item_likes_in_module`
John Kåre Alsaker
-36
/
+12
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-25
/
+35
2020-03-14
Update `body_owner` and `maybe_body_owned_by`
John Kåre Alsaker
-39
/
+31
2020-03-14
Update `fn_decl_by_hir_id` and `fn_sig_by_hir_id`
John Kåre Alsaker
-42
/
+44
2020-03-14
Update item functions
John Kåre Alsaker
-15
/
+12
2020-03-14
Create Map after TyCtxt
John Kåre Alsaker
-141
/
+95
2020-03-14
Collect the new maps
John Kåre Alsaker
-8
/
+62
2020-03-14
Add HIR queries
John Kåre Alsaker
-0
/
+24
2020-03-14
Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb
Yuki Okushi
-2
/
+2
[next]