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
/
print
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Reintroduce special pretty-printing for `$crate` when it's necessary for proc...
Vadim Petrochenkov
-2
/
+25
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-23
/
+2
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-4
/
+4
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-2
/
+2
2018-12-03
Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov
kennytm
-1
/
+0
2018-12-03
Rollup merge of #56419 - mark-i-m:remove-try, r=Centril
kennytm
-1
/
+1
2018-12-02
Remove not used `DotEq` token
yui-knk
-1
/
+0
2018-12-01
remove some uses of try!
Mark Mansi
-1
/
+1
2018-11-29
Use `Cow` in `Token::String`.
Nicholas Nethercote
-53
/
+53
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-02
abolish ICE when pretty-printing async block
Zack M. Davis
-0
/
+3
2018-09-10
Correctly close indentation blocks when pretty printing non-inline module
Tinco Andringa
-1
/
+2
2018-09-10
pretty=expanded should expand mod declarations
Tinco Andringa
-3
/
+10
2018-09-10
Track whether module declarations are inline (fixes #12590)
Tinco Andringa
-4
/
+10
2018-09-01
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
bors
-4
/
+8
2018-08-30
introduce Guard enum
F001
-4
/
+8
2018-08-27
Remove Node* prefix from AnnNode
varkor
-23
/
+21
2018-08-23
Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis
bors
-2
/
+2
2018-08-19
Parse try blocks with the try keyword instead of do catch placeholder
Scott McMurray
-1
/
+1
2018-08-19
Rename `Catch` variants to `TryBlock`
Scott McMurray
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-8
/
+8
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-5
/
+5
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-6
/
+4
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-6
/
+4
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-5
/
+19
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+3
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-10
/
+10
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-2
/
+2
2018-06-23
hygiene: Rename `MarkKind` to `Transparency`
Vadim Petrochenkov
-2
/
+2
2018-06-22
Update libsyntax test
Taylor Cramer
-4
/
+14
2018-06-21
async await desugaring and tests
Taylor Cramer
-6
/
+18
2018-06-21
Parse async fn header.
Without Boats
-27
/
+20
2018-06-20
Make GenericBound explicit
varkor
-5
/
+5
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-5
/
+5
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-4
/
+4
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-22
/
+15
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-17
/
+15
2018-06-20
Lift bounds into GenericParam
varkor
-9
/
+14
2018-06-20
Rename structures in ast
varkor
-10
/
+10
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-1
/
+1
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-19
/
+17
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-10
/
+10
2018-06-20
Make method and variable names more consistent
varkor
-6
/
+8
2018-06-20
Rename "parameter" to "arg"
varkor
-14
/
+14
[next]