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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
hir
/
map
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-18
Declare DefIndex with the newtype_index macro
Fabian Drinck
-2
/
+2
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-2
/
+2
2019-05-09
Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoerister
Mazdak Farrokhzad
-32
/
+20
2019-05-09
Fix typo
John Kåre Alsaker
-2
/
+2
2019-05-09
cleanup: Remove `DefIndexAddressSpace`
Vadim Petrochenkov
-32
/
+20
2019-05-08
Rename HirMap to HirEntryMap and add some comments
John Kåre Alsaker
-5
/
+20
2019-05-08
Optimize HIR map
John Kåre Alsaker
-47
/
+58
2019-05-04
Remove `def_path_from_id`, `node_id_to_string`
Fabian Drinck
-31
/
+20
2019-05-04
Replace `NodeId` variant of `read`
Fabian Drinck
-17
/
+13
2019-05-04
Remove obsolete comment
Fabian Drinck
-9
/
+0
2019-05-03
rustc: use DefKind instead of Def, where possible.
Eduard-Mihai Burtescu
-19
/
+8
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-51
/
+42
2019-04-29
Account for const fns to avoid incorrect suggestions
Esteban Küber
-0
/
+8
2019-04-25
Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc
bors
-159
/
+146
2019-04-24
hir: make NodeId methods depend on HirId ones
ljedrz
-118
/
+102
2019-04-24
hir: remove NodeId from Entry & simplify Map
ljedrz
-62
/
+65
2019-04-21
Remove mutability from `Def::Static`
Vadim Petrochenkov
-2
/
+2
2019-04-14
HirIdify hir::Def
ljedrz
-3
/
+2
2019-03-28
Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister
Mazdak Farrokhzad
-1
/
+1
2019-03-28
Rollup merge of #59413 - Zoxc:hirid, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2019-03-26
Combine input and eval_always query types
John Kåre Alsaker
-1
/
+1
2019-03-25
Make more lints incremental
John Kåre Alsaker
-1
/
+2
2019-03-25
Make some lints incremental
John Kåre Alsaker
-4
/
+4
2019-03-25
hir: replace NodeId with HirId in ItemId
ljedrz
-2
/
+2
2019-03-24
Re-order fields in `Def::Ctor`.
David Wood
-1
/
+1
2019-03-24
Move `CtorOf` into `hir::def`.
David Wood
-2
/
+2
2019-03-24
Remove `CtorOf` from `Node::Ctor`.
David Wood
-9
/
+13
2019-03-24
Separate variant id and variant constructor id.
David Wood
-15
/
+20
2019-03-23
Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc
bors
-13
/
+1
2019-03-16
Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexreg
kennytm
-2
/
+4
2019-03-15
rustc: replace node_path_str with uses of def_path_str.
Eduard-Mihai Burtescu
-1
/
+2
2019-03-14
Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk
bors
-0
/
+1
2019-03-12
rustc: fix ICE when trait alias has bare Self
Sean McArthur
-2
/
+4
2019-03-10
hir: remove trait_auto_impl
ljedrz
-12
/
+0
2019-03-10
hir: replace NodeId with HirId in trait_impls
ljedrz
-1
/
+1
2019-03-07
hir: remove some obsolete NodeId methods
ljedrz
-34
/
+20
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-1
/
+1
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-11
/
+11
2019-03-05
Only insert nodes which changes lint levels in the LintLevelMap
John Kåre Alsaker
-0
/
+1
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-4
/
+4
2019-03-02
hir: remove NodeId from VariantData
ljedrz
-2
/
+2
2019-03-02
hir: remove NodeId from Item
ljedrz
-1
/
+1
2019-03-02
hir: remove NodeId from ForeignItem
ljedrz
-1
/
+1
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-1
/
+1
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-1
/
+1
2019-03-01
hir: remove NodeId from Local
ljedrz
-1
/
+1
2019-02-24
hir: remove NodeId from Expr
ljedrz
-2
/
+5
2019-02-24
hir: remove NodeId from MacroDef
ljedrz
-1
/
+1
2019-02-24
hir: remove NodeId from GenericParam
ljedrz
-3
/
+8
2019-02-20
hir: add and use hir_to_node_id in NodeCollector
ljedrz
-7
/
+7
[next]