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
/
libsyntax
Age
Commit message (
Expand
)
Author
Lines
2018-06-23
Auto merge of #51580 - cramertj:async-await, r=eddyb
bors
-118
/
+330
2018-06-22
Update libsyntax test
Taylor Cramer
-4
/
+14
2018-06-22
Re-reexport some items that were recently made crate-private.
Tim Kuehn
-2
/
+2
2018-06-22
Remove unused map_slice
Taylor Cramer
-10
/
+0
2018-06-22
Auto merge of #51704 - kennytm:rollup, r=kennytm
bors
-4
/
+4
2018-06-22
add an explanatory comment for recovery behavior
Niko Matsakis
-0
/
+3
2018-06-22
Issue #50974: Fix compilation error and test
Lamb
-1
/
+1
2018-06-22
Fix when the help message is displayed
Maerten
-2
/
+2
2018-06-22
Issue #50974: Change text of suggestion to be more direct
Lamb
-1
/
+1
2018-06-22
Issue #50974: Suboptimal error in case of duplicate `,` in struct constructor
Lamb
-2
/
+8
2018-06-22
Rollup merge of #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrum
kennytm
-3
/
+3
2018-06-22
Rollup merge of #51629 - topecongiro:multiple-semicolon-in-local-span, r=petr...
kennytm
-1
/
+1
2018-06-21
Move async edition check to the current span
Taylor Cramer
-2
/
+2
2018-06-21
Async methods
Taylor Cramer
-6
/
+23
2018-06-21
Parse `unsafe async fn` instead of `async unsafe fn`
Taylor Cramer
-4
/
+10
2018-06-21
async await desugaring and tests
Taylor Cramer
-22
/
+154
2018-06-21
Parse async fn header.
Without Boats
-103
/
+160
2018-06-22
Auto merge of #51463 - estebank:error-codes, r=nikomatsakis
bors
-17
/
+34
2018-06-20
make `parse_seq_to_before_end`, `mk_mac_expr`, and `parse_optional_str` publi...
jeb
-3
/
+3
2018-06-20
Rename ParenthesizedArgData to ParenthesisedArgs
varkor
-11
/
+11
2018-06-20
Rename ty_param_bound to generic_bound
varkor
-13
/
+13
2018-06-20
Fix additional comments
varkor
-1
/
+1
2018-06-20
Rename ty_param_bound to trait_bound
varkor
-2
/
+2
2018-06-20
Make GenericBound explicit
varkor
-25
/
+23
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-41
/
+41
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-15
/
+15
2018-06-20
Fix HasAttrs support for GenericParam
varkor
-11
/
+6
2018-06-20
Take advantage of the lifetime refactoring
varkor
-40
/
+33
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-31
/
+18
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-35
/
+31
2018-06-20
Lift bounds into GenericParam
varkor
-69
/
+73
2018-06-20
Simply joint lifetime/type iteration
varkor
-1
/
+1
2018-06-20
Refactor counting methods
varkor
-2
/
+2
2018-06-20
Rename structures in ast
varkor
-67
/
+67
2018-06-20
Remove AngleBracketedArgs impl
varkor
-22
/
+0
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-43
/
+4
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-109
/
+96
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-1
/
+3
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-60
/
+59
2018-06-20
Make method and variable names more consistent
varkor
-39
/
+45
2018-06-20
Rename "parameter" to "arg"
varkor
-82
/
+82
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-59
/
+55
2018-06-20
Rename *Parameter to *Param
varkor
-24
/
+24
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-56
/
+86
2018-06-19
Update error code numbers
Esteban Küber
-4
/
+4
2018-06-19
Fix tidy and remove unused method
Esteban Küber
-2
/
+2
2018-06-19
Point to previous line for single expected token
Esteban Küber
-1
/
+20
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-8
/
+0
2018-06-19
Add code to incorrect `pub` restriction error
Esteban Küber
-3
/
+5
2018-06-19
Add code to `invalid ABI` error
Esteban Küber
-5
/
+9
[next]