Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
syn
/
6af48996d851c6f240e1bece393ef8c376ff7f89
6af4899
Change codegen to build code as tokens
by David Tolnay
· 6 years ago
66e2089
Release 0.14.6
by David Tolnay
· 6 years ago
ae0009e
Format codegen with rustfmt 0.9.0
by David Tolnay
· 6 years ago
7857211
Parse macros_in_extern as ForeignItemVerbatim
by David Tolnay
· 6 years ago
dc3d624
Only build verbatim parsing code when parsing feature is selected
by David Tolnay
· 6 years ago
61e15e5
Hide labeled blocks from precedence test
by David Tolnay
· 6 years ago
5d08ae6
Parse labeled blocks as ExprVerbatim
by David Tolnay
· 6 years ago
8c81f62
Format generated code through rustfmt
by David Tolnay
· 6 years ago
76178be
Clean up lines that do not start with a multiple of 4 spaces
by David Tolnay
· 6 years ago
5757f45
Hide unused assignments in verbatim parsers
by David Tolnay
· 6 years ago
7a008ff
Combine expr_closure and expr_unstable_async_closure
by David Tolnay
· 6 years ago
9be3258
Verbatim logic in one place
by David Tolnay
· 6 years ago
8339a7b
Remove "async static" movability specifier on async blocks
by David Tolnay
· 6 years ago
ac74072
Sort async keyword token
by David Tolnay
· 6 years ago
18a2582
Merge pull request #465 from ubnt-intrepid/async-verbatim
by David Tolnay
· 6 years ago
57a2886
Clean up confusing match-expression
by David Tolnay
· 6 years ago
a25d1dc
Format with rustfmt 0.9.0
by David Tolnay
· 6 years ago
5d871d9
Configure libsyntax to 2018 edition
by David Tolnay
· 6 years ago
85d7345
remove option!() from async keywords
by Yusuke Sasaki
· 6 years ago
851062f
accept async blocks as verbatim
by Yusuke Sasaki
· 6 years ago
0678b91
enable test cases for async/await
by Yusuke Sasaki
· 6 years ago
01dc099
accept async methods as verbatim
by Yusuke Sasaki
· 6 years ago
2dec315
accept async functions and async closures as verbatim
by Yusuke Sasaki
· 6 years ago
f3475bd
add 'async' keyword
by Yusuke Sasaki
· 6 years ago
209a78c
Release 0.14.5
by David Tolnay
· 6 years ago
0c18c51
Remove one layer of nesting in Debug representation of Punctuated
by David Tolnay
· 6 years ago
eb981bb
Require "full" to parse attributes in expressions
by David Tolnay
· 6 years ago
0235ba6
Allow optional trailing comma in tuple parser
by David Tolnay
· 6 years ago
b022d06
Parse unions in a DeriveInput
by David Tolnay
· 6 years ago
d997aef
Require "full" feature for printing expr attributes
by David Tolnay
· 6 years ago
72972e7
Update equality comparison of existential types
by David Tolnay
· 6 years ago
5d314dc
Parse attributes on expressions
by David Tolnay
· 6 years ago
73c9b52
Parse outer attributes on literal and path expressions
by David Tolnay
· 6 years ago
713a672
Parse outer attributes on closures
by David Tolnay
· 6 years ago
5c4613a
Parse inner attributes within foreign mod
by David Tolnay
· 6 years ago
0a4d4e9
Support feature(extern_in_paths)
by David Tolnay
· 6 years ago
84434f6
Unreserve former keywords: pure, offsetof, sizeof, alignof
by David Tolnay
· 6 years ago
d142fc5
Format struct update syntax like rustfmt
by David Tolnay
· 6 years ago
caa2a6d
Parse where-clause on associated types
by David Tolnay
· 6 years ago
682c663
File tickets against unsupported syntax
by David Tolnay
· 6 years ago
d7c5d02
Triage the ignored test cases
by David Tolnay
· 6 years ago
b965d85
Triage test case that requires extern_in_paths
by David Tolnay
· 6 years ago
c6b5e81
Ignore distinction between DotDotEq and DotDotDot in tests
by David Tolnay
· 6 years ago
a27f29f
Bump the test suite to rustc nightly-2018-07-19
by David Tolnay
· 6 years ago
28bb2e0
Update nightly renamed feature flag in doc tests
by David Tolnay
· 6 years ago
ecd024d
Implement eq for libsyntax data structures
by David Tolnay
· 6 years ago
0cec3e6
Format with rustfmt 0.8.2
by David Tolnay
· 6 years ago
0b64150
Merge pull request #451 from ubnt-intrepid/clippy-rustup
by David Tolnay
· 6 years ago
b683f4d
remove unnecessary 'script' section from .travis.yml
by Yusuke Sasaki
· 6 years ago
2e6b81b
install clippy-preview from rustup
by Yusuke Sasaki
· 6 years ago
c566b20
Release 0.14.4
by David Tolnay
· 6 years ago
f36af87
Parse crate::X in newtype as (crate::X) not crate(::X)
by David Tolnay
· 6 years ago
72283c1
Release 0.14.3
by David Tolnay
· 6 years ago
d093fa9
Update field expr generated code
by David Tolnay
· 6 years ago
d514774
Allow field expressions without full feature
by David Tolnay
· 6 years ago
d228b33
Fix clippy lints
by David Tolnay
· 6 years ago
05ef7ee
Update test suite to nightly-2018-06-27
by David Tolnay
· 6 years ago
28da13c
Update test suite to nightly-2018-06-26
by David Tolnay
· 6 years ago
0bb614f
Update nightly libsyntax api for parsing an expr
by David Tolnay
· 6 years ago
34034e5
Test minimal versions in CI
by David Tolnay
· 6 years ago
5060af6
Clean up Travis scripts
by David Tolnay
· 6 years ago
a3693e1
Release 0.14.2
by David Tolnay
· 6 years ago
a4319b7
Eliminate the old "term" naming
by David Tolnay
· 6 years ago
357e0d2
Clean up some proc_macro2 imports
by David Tolnay
· 6 years ago
642e1c8
Synom for some proc_macro2 types
by David Tolnay
· 6 years ago
e872251
Release 0.14.1
by David Tolnay
· 6 years ago
ea97f72
Merge pull request #434 from hcpl/replace-deprecated
by David Tolnay
· 6 years ago
aa51179
Replace `TokenStream::empty` with `::new`
by hcpl
· 6 years ago
63250cc
Merge pull request #431 from hcpl/syn-requires-proc-macro2-0.4.2
by David Tolnay
· 6 years ago
7c4e257
Require proc-macro2 ^0.4.2
by hcpl
· 6 years ago
8603156
Link to release notes
by David Tolnay
· 6 years ago
1784b23
Update lazy-static example to new proc-macro2
by David Tolnay
· 6 years ago
1c232a7
Update trace-var example to new proc-macro2
by David Tolnay
· 6 years ago
98577c3
Update heapsize2 example to new proc-macro2
by David Tolnay
· 6 years ago
37729ba
Update heapsize example to new proc-macro2
by David Tolnay
· 6 years ago
b6a0e7d
Fix reference to Tokens in comment
by David Tolnay
· 6 years ago
87003d0
Release 0.14.0
by David Tolnay
· 6 years ago
a23b443
Fix default fold_ident of raw identifiers
by David Tolnay
· 6 years ago
cace7f5
Ignore more pedantic lints for various feature combinations
by David Tolnay
· 6 years ago
d3f3214
Fix unused fold macro
by David Tolnay
· 6 years ago
01ed0ce
Format codegen crate with rustfmt 0.7.0
by David Tolnay
· 6 years ago
1883769
Fold span inside of Ident
by David Tolnay
· 6 years ago
94dea10
Ident import is always required
by David Tolnay
· 6 years ago
65fb566
Format with rustfmt 0.7.0
by David Tolnay
· 6 years ago
34071ba
Enable clippy pedantic lints
by David Tolnay
· 6 years ago
106db5e
Clean up identity conversions
by David Tolnay
· 6 years ago
b2fc7ef
Unconditional Clone for Apostrophe
by David Tolnay
· 6 years ago
a6f7917
Update to quote 0.6 from crates.io
by David Tolnay
· 6 years ago
f875eae
Tidy version numbers in dev-dependencies
by David Tolnay
· 6 years ago
fe68c90
Implement Ident::parse_any as an extension trait
by David Tolnay
· 6 years ago
857e7e7
Merge pull request #426 from alexcrichton/next
by David Tolnay
· 6 years ago
55a5f3a
Rename Cursor methods to match TokenTree
by David Tolnay
· 6 years ago
446f7d6
Eliminate to_string() in Ident comparisons
by David Tolnay
· 6 years ago
e58fa70
Propagate quote/proc-macro
by David Tolnay
· 6 years ago
bd0bc3e
Keep only the four From<Token> for Ident impls
by David Tolnay
· 6 years ago
e303b7c
Preserve syn::Ident as a re-export
by David Tolnay
· 6 years ago
131308c
Add a span to the apostrophe in `Lifetime`
by Alex Crichton
· 7 years ago
d261d09
Add back fold_ident
by Alex Crichton
· 7 years ago
715862b
Fix codegen
by Alex Crichton
· 7 years ago
2b3433e
Update codegen Cargo.toml
by Alex Crichton
· 7 years ago
Next »