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
Age
Commit message (
Expand
)
Author
Lines
2018-06-27
Don't generate a new NodeId for universal impl Trait
Oliver Schneider
-7
/
+10
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-20
/
+34
2018-06-27
Cleanup in preparation of generic extraction
Oliver Schneider
-3
/
+4
2018-06-27
Auto merge of #51815 - oli-obk:lowering_cleanups2, r=nikomatsakis
bors
-21
/
+25
2018-06-26
Flatten some occurrences of `[P<T>]` to `[T]`
Oliver Schneider
-21
/
+25
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-1
/
+1
2018-06-26
Rollup merge of #51731 - varkor:closure-array-break-length, r=estebank
Pietro Albini
-15
/
+25
2018-06-24
Auto merge of #51740 - GuillaumeGomez:fix-error-code-numbers, r=cramertj
bors
-4
/
+4
2018-06-23
Fix error code numbers
Guillaume Gomez
-4
/
+4
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-7
/
+5
2018-06-23
hygiene: More descriptive names for things involved in late hygienic name res...
Vadim Petrochenkov
-13
/
+18
2018-06-23
Fix an ICE with continue inside a closure inside a loop condition
varkor
-15
/
+25
2018-06-23
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
bors
-5
/
+5
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-5
/
+5
2018-06-22
Fix rustdoc and remove default impl for FnHeader
Taylor Cramer
-14
/
+10
2018-06-22
Remove impl trait names and move bits of await into a function
Taylor Cramer
-17
/
+7
2018-06-22
Review nits and updates
Taylor Cramer
-7
/
+8
2018-06-21
PathParameters -> GenericArgs fixes
Taylor Cramer
-33
/
+21
2018-06-21
Add path parameters to std_path
Taylor Cramer
-30
/
+38
2018-06-21
Async methods
Taylor Cramer
-18
/
+56
2018-06-21
Fix typo in multiple lifetimes error
Taylor Cramer
-1
/
+1
2018-06-21
async await desugaring and tests
Taylor Cramer
-155
/
+566
2018-06-21
Parse async fn header.
Without Boats
-67
/
+91
2018-06-20
Fix rebase issues with existential types
varkor
-3
/
+3
2018-06-20
Rename ParenthesizedArgData to ParenthesisedArgs
varkor
-2
/
+2
2018-06-20
Fix additional comments
varkor
-1
/
+1
2018-06-20
Make GenericBound explicit
varkor
-3
/
+3
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-37
/
+37
2018-06-20
Address various comments
varkor
-2
/
+2
2018-06-20
Lift attrs into hir::GenericParam
varkor
-13
/
+11
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-20
/
+19
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-73
/
+77
2018-06-20
Take advantage of the lifetime refactoring
varkor
-18
/
+10
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-22
/
+7
2018-06-20
Lift name into GenericParam
varkor
-28
/
+17
2018-06-20
Handle lifetimes in NodeGenericParam also
varkor
-3
/
+6
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-16
/
+18
2018-06-20
Lift bounds into GenericParam
varkor
-68
/
+68
2018-06-20
Simply joint lifetime/type iteration
varkor
-6
/
+0
2018-06-20
Refactor counting methods
varkor
-7
/
+7
2018-06-20
Rename structures in ast
varkor
-15
/
+15
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-85
/
+47
2018-06-20
Remove all traces of lifetimes() and types() methods
varkor
-31
/
+32
2018-06-20
Rename DefPathData::LifetimeDef to LifetimeParam
varkor
-6
/
+6
2018-06-20
Remove AngleBracketedArgs impl
varkor
-1
/
+5
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-1
/
+4
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-68
/
+64
2018-06-20
Remove hir::GenericParam::is_*_param
varkor
-14
/
+0
2018-06-20
Remove specific parameter iterators from hir::Generics
varkor
-43
/
+38
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-295
/
+278
[prev]
[next]