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
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
2018-07-18
Implement existential types
Oliver Schneider
-1
/
+5
2018-07-16
ItemKind
csmoe
-53
/
+53
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-0
/
+1
2018-07-16
ExprKind
csmoe
-4
/
+4
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-1
/
+1
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-1
/
+3
2018-06-28
Extend support to `get_generics` for all `NodeItem`s
Esteban Küber
-1
/
+8
2018-06-28
Point at lifetimes instead of def span for E0195
Esteban Küber
-1
/
+21
2018-06-28
Fix rebase
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-8
/
+8
2018-06-28
Use `Ident`s in a number of structures in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-28
Use `Ident`s for lifetimes in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-21
PathParameters -> GenericArgs fixes
Taylor Cramer
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-1
/
+1
2018-06-20
Lift attrs into hir::GenericParam
varkor
-4
/
+1
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-7
/
+4
2018-06-20
Lift name into GenericParam
varkor
-2
/
+2
2018-06-20
Handle lifetimes in NodeGenericParam also
varkor
-3
/
+6
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-5
/
+3
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-32
/
+37
2018-06-19
Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner.
Felix S. Klock II
-0
/
+42
2018-06-13
Various cleanups
Oliver Schneider
-7
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+8
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-3
/
+3
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-28
/
+19
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-19
Remove HIR inlining
Wesley Wiser
-25
/
+1
[next]