Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
proc-macro2
/
1e221fa07849eeffe7120cde5a33d61d1b6a1f0e
1e221fa
Bump to 0.4.7
by David Tolnay
· 7 years ago
32f2043
Merge pull request #106 from H2CO3/default-tokenstream
by Alex Crichton
· 7 years ago
4f74b68
impl Default for TokenStream
by Árpád Goretity
· 7 years ago
b761e47
Bump to 0.4.6
by David Tolnay
· 7 years ago
eff8af2
Display semver exempt APIs on docs.rs
by David Tolnay
· 7 years ago
a01ca8e
Mark types and methods that are semver exempt
by David Tolnay
· 7 years ago
9ecce0d
Short-circuit build steps
by David Tolnay
· 7 years ago
698019b
More colloquial compiler versioning in Cargo.toml comment
by David Tolnay
· 7 years ago
b005ce3
Build minimal dependencies in Travis
by David Tolnay
· 7 years ago
6f12c8c
Remove doc-upload
by David Tolnay
· 7 years ago
3585629
Bump to 0.4.5
by David Tolnay
· 7 years ago
661a1d2
Do not test nightly's debug format
by David Tolnay
· 7 years ago
c2309ca
Eliminate stable Ident interner
by David Tolnay
· 7 years ago
d8fcdb8
Simplify Debug representation of Ident
by David Tolnay
· 7 years ago
03b43da
Format with rustfmt 0.8.2
by David Tolnay
· 7 years ago
bb880b2
Merge pull request #98 from hcpl/fix-group-display-impl
by David Tolnay
· 7 years ago
1a4d779
Fix `Display` impl for `Group`
by hcpl
· 7 years ago
8d71928
Bump to 0.4.4
by David Tolnay
· 7 years ago
1b2bad3
Merge pull request #96 from dtolnay/new
by David Tolnay
· 7 years ago
c3bb459
Rename TokenStream::empty to new
by David Tolnay
· 7 years ago
5fc2d84
Merge pull request #94 from nnethercote/avoid-xid
by David Tolnay
· 7 years ago
e3cb353
Handle ASCII identifiers quickly.
by Nicholas Nethercote
· 7 years ago
f8d09b4
Bump to 0.4.3
by David Tolnay
· 7 years ago
8b71dac
Copy in the Ident documentation from syn 0.13
by David Tolnay
· 7 years ago
82ba02d
Copy in documentation from libproc_macro
by David Tolnay
· 7 years ago
2c8e917
Bump to 0.4.2
by David Tolnay
· 7 years ago
06a1da7
Merge pull request #92 from alexcrichton/eq
by Alex Crichton
· 7 years ago
c0bbcc5
Ident == AsRef<str>
by David Tolnay
· 7 years ago
3d9d6ad
Format with rustfmt 0.7.0
by David Tolnay
· 7 years ago
de57017
Bump to 0.4.1
by Alex Crichton
· 7 years ago
51577c2
Merge pull request #91 from alexcrichton/under
by Alex Crichton
· 7 years ago
f5479a9
Parse `_` as an ident
by Alex Crichton
· 7 years ago
ca3dcad
Merge pull request #90 from alexcrichton/next
by Alex Crichton
· 7 years ago
f388843
Track upstream proc_macro changes
by Alex Crichton
· 7 years ago
47c9301
Bump to 0.3.8
by Alex Crichton
· 7 years ago
7992887
Merge pull request #86 from alexcrichton/work-everywhere
by David Tolnay
· 7 years ago
30a4e9e
Fix the `nightly` feature outside of rustc
by Alex Crichton
· 7 years ago
6b46deb
Copy documentation of semver exempt to rustdoc
by David Tolnay
· 7 years ago
49302e7
Fix typo in readme - stabilized
by David Tolnay
· 7 years ago
2c1dac5
Bump to 0.3.7
by David Tolnay
· 7 years ago
48ea504
Format with rustfmt 0.4.2
by David Tolnay
· 7 years ago
7b052ae
Merge pull request #79 from alexcrichton/debug
by Alex Crichton
· 7 years ago
861af7d
Merge pull request #80 from alexcrichton/spacing
by Alex Crichton
· 7 years ago
3a592ad
Fix spacing of op followed by comment
by David Tolnay
· 7 years ago
034205f
Improve Debug representations
by David Tolnay
· 7 years ago
1143735
Bump to 0.3.6
by David Tolnay
· 7 years ago
cc77fb9
Merge pull request #75 from alexcrichton/validate
by Alex Crichton
· 7 years ago
489c642
Validate input in Term::new
by David Tolnay
· 7 years ago
6de5129
Bump to 0.3.5
by Alex Crichton
· 7 years ago
e24f734
Fix build with semver exempt items
by Alex Crichton
· 7 years ago
2f7460b
Bump to 0.3.4
by Alex Crichton
· 7 years ago
9cd80a6
Fix build on today's nightly
by Alex Crichton
· 7 years ago
dfd23e4
Bump to 0.3.3
by Alex Crichton
· 7 years ago
6e05dac
Merge pull request #74 from alexcrichton/lex-doc-comments
by Alex Crichton
· 7 years ago
1eb96a0
Lex doc comments as attributes
by Alex Crichton
· 7 years ago
99d9630
Bump to 0.3.2
by Alex Crichton
· 7 years ago
2faaac7
Merge pull request #72 from alexcrichton/tweak-interfaces
by Alex Crichton
· 7 years ago
a914a61
Tweak how the library's interface is implemented
by Alex Crichton
· 7 years ago
b2c9462
Prepare more for new proc_macro API
by Alex Crichton
· 7 years ago
b28f38a
Format with rustfmt 0.4.1
by David Tolnay
· 7 years ago
e3573b9
Bump to 0.3.1
by David Tolnay
· 7 years ago
a13d142
Support raw identifiers
by David Tolnay
· 7 years ago
639e4ba
Fix typo in test name
by David Tolnay
· 7 years ago
2794f10
Update version in README
by Alex Crichton
· 7 years ago
b2b4df1
Merge pull request #71 from alexcrichton/v3
by Alex Crichton
· 7 years ago
af5bad4
Reimplement public interface for stability
by Alex Crichton
· 7 years ago
77451ca
Merge pull request #69 from mystor/span-eq
by Alex Crichton
· 7 years ago
9973798
Add PartialEq and Eq implementations for Span
by Nika Layzell
· 7 years ago
1856584
Bump to 0.2.3
by David Tolnay
· 7 years ago
5692530
Merge pull request #65 from alexcrichton/proc-macro-feature
by David Tolnay
· 7 years ago
724687b
Fix default-features = false, features = ["nightly"]
by David Tolnay
· 7 years ago
0e8e7f4
Add a feature for linking to `proc-macro`
by Alex Crichton
· 7 years ago
1fd0e8a
Linkify some documentation
by Alex Crichton
· 8 years ago
ce57c9d
Merge pull request #63 from alexcrichton/fix-eof
by David Tolnay
· 8 years ago
d7904e5
Allow doc comments to be terminated with EOF
by Alex Crichton
· 8 years ago
eca28d4
Bump to 0.2.2
by David Tolnay
· 8 years ago
b9114e6
Merge pull request #58 from alexcrichton/fix
by David Tolnay
· 8 years ago
f7df57c
Add a special case for empty `/*` comments
by Alex Crichton
· 8 years ago
8c03033
Fix a panic in `cooked_byte` on utf-8 chars
by Alex Crichton
· 8 years ago
36931ed
Bump to 0.2.1
by David Tolnay
· 8 years ago
9008f9c
Merge pull request #51 from mystor/truefalse_lit
by David Tolnay
· 8 years ago
7b3bb04
true and false should not be parsed as literals, and should instead be parsed as terms
by Nika Layzell
· 8 years ago
3423187
Bump to 0.2.0
by David Tolnay
· 8 years ago
15cc498
Set html_root_url
by David Tolnay
· 8 years ago
ee04a5d
Merge pull request #50 from alexcrichton/breaking
by David Tolnay
· 8 years ago
1b5788f
Remove 'unstable' cfg
by David Tolnay
· 8 years ago
1ce3a79
Remove impl Default for Span
by David Tolnay
· 8 years ago
066520d
Merge pull request #45 from SergioBenitez/master
by Alex Crichton
· 8 years ago
f2c7105
Merge pull request #49 from alexcrichton/term
by Alex Crichton
· 8 years ago
10effeb
Use the same api for imp::Term as for Term
by David Tolnay
· 8 years ago
c2f9c6a
Bump to 0.1.10
by David Tolnay
· 8 years ago
9025575
Merge pull request #47 from alexcrichton/combine
by David Tolnay
· 8 years ago
4e8e397
Span::resolved_at and Span::located_at to combine behavior of two spans
by David Tolnay
· 8 years ago
71c4b88
Bump to 0.1.9
by David Tolnay
· 8 years ago
b71e64b
Merge pull request #46 from alexcrichton/float
by Alex Crichton
· 8 years ago
114990e
Ensure that float literal is always formatted as floating point
by David Tolnay
· 8 years ago
1380508
Add From<proc_macro::Span> for proc_macro2::Span.
by Sergio Benitez
· 8 years ago
12f379e
Bump to 0.1.8
by David Tolnay
· 8 years ago
47f36a0
Merge pull request #44 from alexcrichton/unstable-flags
by Alex Crichton
· 8 years ago
1ebe397
Rename procmacro2_unstable to procmacro2_semver_exempt
by David Tolnay
· 8 years ago
Next »