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-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
2018-04-15
Make use of thread-safe arenas
John Kåre Alsaker
-3
/
+3
2018-03-28
Make HirMap thread-safe
John Kåre Alsaker
-4
/
+10
2018-03-20
Pass attributes to hir::TyParam
Mrowqa
-0
/
+1
2018-03-02
Perform manual fixups
Manish Goregaokar
-1
/
+4
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-02-19
Implement describe_def query for LOCAL_CRATE
Michael Woerister
-0
/
+98
2018-02-13
Handle path prefix mapping in a more stable way when computing the crate hash.
Michael Woerister
-0
/
+1
[next]