Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
syn
/
c6b5e812819279fcf632d0869220b9ca06b38b47
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
· 7 years ago
857e7e7
Merge pull request #426 from alexcrichton/next
by David Tolnay
· 7 years ago
55a5f3a
Rename Cursor methods to match TokenTree
by David Tolnay
· 7 years ago
446f7d6
Eliminate to_string() in Ident comparisons
by David Tolnay
· 7 years ago
e58fa70
Propagate quote/proc-macro
by David Tolnay
· 7 years ago
bd0bc3e
Keep only the four From<Token> for Ident impls
by David Tolnay
· 7 years ago
e303b7c
Preserve syn::Ident as a re-export
by David Tolnay
· 7 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
3fec393
Fix up some final issues
by Alex Crichton
· 7 years ago
5efb787
Release 0.13.11
by David Tolnay
· 7 years ago
5f84492
Merge pull request #429 from goffrie/master
by David Tolnay
· 7 years ago
ac02b18
Don't parse a plus sign when parsing a function type's return type.
by Geoffry Song
· 7 years ago
f0fea9a
Fix doctests and macros
by Alex Crichton
· 7 years ago
9dc5d0e
Fix test_grouping
by Alex Crichton
· 7 years ago
eaa6e43
Fix test_lit
by Alex Crichton
· 7 years ago
0f1813d
Fix test_token_trees
by Alex Crichton
· 7 years ago
78e92a7
Fix test_meta_item
by Alex Crichton
· 7 years ago
40cef9a
Update proc-macro2
by Alex Crichton
· 7 years ago
499ed64
Fix test_ident
by Alex Crichton
· 7 years ago
eed4bc7
Fix test_generics
by Alex Crichton
· 7 years ago
a86282f
Fix test_derive_input
by Alex Crichton
· 7 years ago
bfec0d3
Fix test_expr
by Alex Crichton
· 7 years ago
a74a1c8
Update to the next version of proc-macro2
by Alex Crichton
· 7 years ago
1df4ef0
Release 0.13.10
by David Tolnay
· 7 years ago
57bd4d1
Merge pull request #424 from MSleepyPanda/master
by David Tolnay
· 7 years ago
c3f0c22
Update documentation
by MSleepyPanda
· 7 years ago
4b9cc69
Introduce `parse_any` method for parsing identifiers containing rust keywords
by MSleepyPanda
· 7 years ago
2e56ab6
Release 0.13.9
by David Tolnay
· 7 years ago
8d98200
Build with all features on play.rust-lang.org
by David Tolnay
· 7 years ago
ee7e988
Revert "Build with all features on play.rust-lang.org"
by David Tolnay
· 7 years ago
d1dcfb0
Release 0.13.8
by David Tolnay
· 7 years ago
04257e8
Build with all features on play.rust-lang.org
by David Tolnay
· 7 years ago
2b06954
Revert "Work around a Clippy crash on functions called new"
by David Tolnay
· 7 years ago
38d79da
Release 0.13.7
by David Tolnay
· 7 years ago
8cd33a9
Merge pull request #420 from MSleepyPanda/master
by David Tolnay
· 7 years ago
f5137d7
Add $ token
by MSleepyPanda
· 7 years ago
e3d6b47
Release 0.13.6
by David Tolnay
· 7 years ago
b57c849
Format with rustfmt 0.6.1
by David Tolnay
· 7 years ago
83ddebb
Remove identity conversion in expression parser
by David Tolnay
· 7 years ago
d39db40
Work around a Clippy crash on functions called new
by David Tolnay
· 7 years ago
bf8ed87
Release 0.13.5
by David Tolnay
· 7 years ago
00a7574
Merge pull request #418 from dtolnay/custom
by David Tolnay
· 7 years ago
8c5012c
Add a custom_keyword parser
by David Tolnay
· 7 years ago
646b9b6
Merge pull request #417 from dtolnay/len
by David Tolnay
· 7 years ago
9700be0
Implement ExactSizeIterator for Punctuated iterators
by David Tolnay
· 7 years ago
7046d72
Release 0.13.4
by David Tolnay
· 7 years ago
2997d6f
Merge pull request #414 from dtolnay/arm
by David Tolnay
· 7 years ago
313a36f
Parse match arm containing block expression
by David Tolnay
· 7 years ago
8157e5e
Remove incomplete test explanation
by David Tolnay
· 7 years ago
7ad746c
Release 0.13.3
by David Tolnay
· 7 years ago
Next »