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-02-20
hir: add and use hir_to_node_id in NodeCollector
ljedrz
-7
/
+7
2019-02-15
Take Const into account in HIR
varkor
-0
/
+1
2019-02-13
HirId-ify hir::BodyId
ljedrz
-5
/
+24
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-13
/
+11
2019-02-11
Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc
bors
-2
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-13
/
+11
2019-02-09
fix node classification
Ralf Jung
-5
/
+2
2019-02-09
fix --emit=mir: StructCtors are functions
Ralf Jung
-1
/
+4
2019-02-09
fix rebase fallout: AnonConsts are Consts, and Methods are functions
Ralf Jung
-1
/
+4
2019-02-07
Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril
kennytm
-12
/
+12
2019-02-05
typeck: partially HirIdify
ljedrz
-2
/
+6
2019-02-05
move librustc to 2018
Mark Mansi
-12
/
+12
2019-02-04
hir: more HirId methods
ljedrz
-0
/
+60
2019-02-03
hir: remove Definitions::hir_to_def_index
ljedrz
-3
/
+4
2019-02-03
hir: add HirId methods
ljedrz
-0
/
+87
2019-02-02
hir: add HirId to main Hir nodes
ljedrz
-1
/
+1
2019-01-21
Differentiate between closure and function bodies
Oliver Scherer
-2
/
+11
2019-01-15
Make privacy checking, intrinsic checking and liveness checking incremental
John Kåre Alsaker
-0
/
+15
2019-01-14
Parallelize and optimize parts of HIR map creation
John Kåre Alsaker
-16
/
+22
2019-01-11
Address comments
John Kåre Alsaker
-9
/
+6
2019-01-11
Make more passes incremental
John Kåre Alsaker
-0
/
+30
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
-8
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+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
-18
/
+16
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
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
-2
/
+2
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-26
Fix tests and assertions; add some comments
Nick Cameron
-1
/
+1
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-1
/
+7
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-7
/
+7
2018-09-20
fix intra-links for trait impls
QuietMisdreavus
-4
/
+9
2018-09-12
A few cleanups for hir
ljedrz
-48
/
+22
2018-08-27
Revert crate root changes
varkor
-1
/
+10
2018-08-27
Make small modifications
varkor
-18
/
+6
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-211
/
+179
2018-08-27
Convert EntryKind to a struct, Entry
varkor
-207
/
+99
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-180
/
+179
2018-08-27
Rename MapEntry to EntryKind
varkor
-136
/
+134
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
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-04
cleanup: Remove `Def::GlobalAsm`
Vadim Petrochenkov
-1
/
+1
[next]