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
Age
Commit message (
Expand
)
Author
Lines
2019-04-01
Optimize indentation in the pretty printer.
Nicholas Nethercote
-3
/
+19
2019-03-24
Remove methods is_struct/is_tuple/is_unit from VariantData
Vadim Petrochenkov
-35
/
+38
2019-03-24
Separate variant id and variant constructor id.
David Wood
-0
/
+1
2019-03-18
Rename typarams to param_names
varkor
-2
/
+2
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-3
/
+3
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-3
/
+3
2019-03-02
Fix C-variadic function printing
Dan Robertson
-3
/
+0
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-2
/
+5
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-2
/
+2
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+3
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-2
/
+2
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-1
/
+1
2019-02-18
Change `Token::interpolated_to_tokenstream()`.
Nicholas Nethercote
-24
/
+28
2019-02-12
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
bors
-1
/
+1
2019-02-12
New return types for str::escape_* that impl Display and Iterator<char>
Simon Sapin
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
Add pretty-printing for const generics
varkor
-1
/
+11
2019-02-07
libsyntax => 2018
Taiki Endo
-23
/
+25
2019-01-20
Auto merge of #57651 - JohnTitor:give-char-type, r=estebank
bors
-0
/
+9
2019-01-20
Mark incorrect recovered `char` literals as `TyErr` to avoid type errors
Yuki Okushi
-0
/
+8
2019-01-16
Add new literal type Err
Yuki Okushi
-0
/
+1
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-1
/
+1
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
-20
/
+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-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
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
Split up `pretty_print` and `print`.
Nicholas Nethercote
-150
/
+152
2018-11-29
Use `Cow` in `Token::String`.
Nicholas Nethercote
-56
/
+62
2018-11-29
Remove `huge_word` and `zero_word`.
Nicholas Nethercote
-9
/
+16
2018-11-29
Fix whitespace in `pp.rs`.
Nicholas Nethercote
-126
/
+126
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
[next]