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
/
map
Age
Commit message (
Expand
)
Author
Lines
2018-07-26
Improve a few vectors - calculate capacity or build from iterators
ljedrz
-1
/
+1
2018-07-20
Only methods are fn-like, not other associated items
Oliver Schneider
-1
/
+7
2018-07-18
Implement existential types
Oliver Schneider
-2
/
+13
2018-07-16
ItemKind
csmoe
-57
/
+57
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-0
/
+1
2018-07-16
ExprKind
csmoe
-7
/
+7
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-6
/
+5
2018-07-08
Remove fallback to parent modules from lexical resolution
Vadim Petrochenkov
-29
/
+7
2018-07-03
Avoid sorting the item_ids array the StableHash impl of hir::Mod.
Michael Woerister
-0
/
+8
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-5
/
+5
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-6
/
+8
2018-06-30
Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis
bors
-1
/
+28
2018-06-30
Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
bors
-8
/
+3
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-17
/
+30
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-8
/
+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
-16
/
+16
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
-15
/
+14
2018-06-27
Don't use `println` in the compiler
Oliver Schneider
-1
/
+1
2018-06-27
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-6
/
+16
2018-06-27
Generate `DefId`s for impl Trait in the def_collector
Oliver Schneider
-8
/
+7
2018-06-27
Don't generate a new NodeId for universal impl Trait
Oliver Schneider
-3
/
+7
2018-06-23
hygiene: More descriptive names for things involved in late hygienic name res...
Vadim Petrochenkov
-13
/
+18
2018-06-21
PathParameters -> GenericArgs fixes
Taylor Cramer
-1
/
+1
2018-06-21
Async methods
Taylor Cramer
-13
/
+39
2018-06-21
async await desugaring and tests
Taylor Cramer
-4
/
+36
2018-06-21
Parse async fn header.
Without Boats
-23
/
+18
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
Take advantage of the lifetime refactoring
varkor
-8
/
+1
2018-06-20
Lift name into GenericParam
varkor
-2
/
+2
2018-06-20
Handle lifetimes in NodeGenericParam also
varkor
-3
/
+6
2018-06-20
Rename structures in ast
varkor
-3
/
+3
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-11
/
+4
2018-06-20
Rename DefPathData::LifetimeDef to LifetimeParam
varkor
-4
/
+4
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-18
/
+11
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-38
/
+43
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-3
/
+3
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
-35
/
+25
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-1
/
+1
2018-05-30
rustc: don't visit lifetime parameters through visit_lifetime.
Eduard-Mihai Burtescu
-5
/
+9
2018-05-28
scrap `find_node_for_hir_id` in favor of `hir_to_node_id`
Zack M. Davis
-8
/
+0
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-3
/
+3
[prev]
[next]