Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
quote
/
2e5ebb7a9c7f5f37238e59c73bfbc121ab9b4025
/
src
2e5ebb7
Drop support for compilers without i128
by David Tolnay
· 5 years ago
7977715
Rename the ident used for interpolated vars
by David Tolnay
· 5 years ago
8abb94d
Quote $sep as a single token
by David Tolnay
· 5 years ago
7972c73
Flatten a layer of calls in quote_token_with_context
by David Tolnay
· 5 years ago
3703744
Resolve conflicts in 112 merge
by David Tolnay
· 5 years ago
c26e820
Merge pull request 112 from qnighy/constant-depth
by David Tolnay
· 5 years ago
62fb4bd
Replace local_inner_macros with $crate
by David Tolnay
· 5 years ago
3aeee7f
Stricter about trailing commas in format_ident
by David Tolnay
· 5 years ago
f67035c
Clarify names of format_ident macro variables
by David Tolnay
· 5 years ago
d29563e
Split format_ident private rules to a hidden macro
by David Tolnay
· 5 years ago
6261bfd
Give format_ident macro its own module
by David Tolnay
· 5 years ago
6831a5b
Remove indiscriminate use of inline
by David Tolnay
· 5 years ago
7151143
Merge pull request 114 from mystor/format_ident
by David Tolnay
· 5 years ago
18fc49d
Merge pull request #119 from dtolnay/nonrep
by David Tolnay
· 5 years ago
63db5e8
Improve require_has_iter error message
by David Tolnay
· 5 years ago
7db3398
Validate that quote_spanned is given a span
by David Tolnay
· 5 years ago
eda75fa
Reject repetitions not containing any iterator
by David Tolnay
· 5 years ago
e9bf09f
Add a format_ident! helper macro (#110)
by Nika Layzell
· 5 years ago
5673e5f
Merge pull request #118 from mystor/quote_next_minver
by David Tolnay
· 5 years ago
5db1f4b
Bump minimum rust version to 1.31.0 for quote-next
by Nika Layzell
· 5 years ago
5e42c84
Simplify the example behavior of quote_bind macros
by David Tolnay
· 5 years ago
7f1640e
Merge pull request 109 from mystor/dup_name_rep
by David Tolnay
· 5 years ago
a5e4570
[breaking] Support nonrepeating interpolations within repetitions (#7)
by Nika Layzell
· 5 years ago
1039510
Make recursion depth constant to number of tts.
by Masaki Hara
· 5 years ago
2932973
Release 0.6.13
by David Tolnay
· 5 years ago
a4eb731
Support duplicate interpolations within repetitions (#8)
by Nika Layzell
· 5 years ago
a5227da
Simplify is_ident function (#104)
by CreepySkeleton
· 5 years ago
837b511
Release 0.6.12
by David Tolnay
· 6 years ago
f2d0dda
Support Rc<T> in ToTokens.
by Eduard-Mihai Burtescu
· 6 years ago
5a2ba6d
Format with rustfmt 2018-12-10
by David Tolnay
· 6 years ago
af20c8a
Adjust indentation of quote macro rules
by David Tolnay
· 6 years ago
fcc4242
Move runtime support to its own module
by David Tolnay
· 6 years ago
f81fdb4
Document limitations of interpolation in a repetition
by David Tolnay
· 6 years ago
6338cd9
Release 0.6.11
by David Tolnay
· 6 years ago
b248452
Port examples from readme to rustdoc
by David Tolnay
· 6 years ago
d13a84a
Update doc tests to 2018 edition
by David Tolnay
· 6 years ago
d613429
Move TokenStreamExt documentation to trait methods
by David Tolnay
· 6 years ago
03ec289
Use PhantomData from libcore in examples
by David Tolnay
· 6 years ago
44038ca
Release 0.6.10
by David Tolnay
· 6 years ago
4151ef6
Support i128 and u128 to tokens
by David Tolnay
· 6 years ago
c731dbb
Release 0.6.9
by David Tolnay
· 6 years ago
2169e9b
Release 0.6.8
by David Tolnay
· 6 years ago
7fe6ae2
Use local_inner_macros to resolve all helper macros within $crate
by David Tolnay
· 6 years ago
65396a1
Clearer impl to append a single token
by David Tolnay
· 6 years ago
4a63034
Optimize impl ToTokens for TokenStream
by David Tolnay
· 6 years ago
9f14369
Release 0.6.7
by David Tolnay
· 6 years ago
353d6d5
Format with rustfmt 0.99.2
by David Tolnay
· 6 years ago
a511de8
Remove useless into-conversions
by David Tolnay
· 6 years ago
bf574ad
Implement a fast path for idents
by David Tolnay
· 6 years ago
9742989
Recognize ident tokens
by David Tolnay
· 6 years ago
fa9b6bb
Recognize specific punctuations
by David Tolnay
· 6 years ago
01b0a84
Release 0.6.6
by David Tolnay
· 6 years ago
790c7c3
Ignore proc-macro feature on wasm-target
by Lukas Lueg
· 6 years ago
617a96a
Release 0.6.5
by David Tolnay
· 6 years ago
70b100f
ToTokens for &mut T
by David Tolnay
· 6 years ago
41ab315
Update Serde snippet to 1.0 api
by David Tolnay
· 6 years ago
0642d0e
Release 0.6.4
by David Tolnay
· 6 years ago
53da85d
Clarify that many different types can be interpolated
by David Tolnay
· 6 years ago
b975550
Release 0.6.3
by David Tolnay
· 6 years ago
6506e16
Replace `TokenStream::empty` with `::new`
by hcpl
· 6 years ago
ab3d500
Release 0.6.2
by David Tolnay
· 6 years ago
ddcf528
Update link to proc-macro2 Span API
by David Tolnay
· 6 years ago
7946ea3
Release 0.6.1
by David Tolnay
· 6 years ago
68cd090
Eliminate references to Tokens
by David Tolnay
· 6 years ago
e62263f
Release 0.6.0
by David Tolnay
· 6 years ago
55fb078
Add back a proc-macro dependency in case we find we need it
by David Tolnay
· 6 years ago
2d8ef48
Brief explanation of TokenStreamExt trait
by David Tolnay
· 6 years ago
f47adf3
Format with rustfmt 0.7.0
by David Tolnay
· 6 years ago
6e5f389
Seal the TokenStreamExt trait
by David Tolnay
· 6 years ago
dce26ff
Move TokenStreamExt trait to ext.rs
by David Tolnay
· 6 years ago
ab935db
Remove references to quote/proc-macro feature
by David Tolnay
· 6 years ago
eed3a2a
Optimize into_token_stream for TokenStream
by David Tolnay
· 6 years ago
9604c63
Prepare for the next proc-macro2 release
by Alex Crichton
· 6 years ago
c1ff101
Format example code in rustfmt style
by David Tolnay
· 6 years ago
d5baceb
Release 0.5.2
by David Tolnay
· 7 years ago
8df6c73
Implement ToTokens for proc_macro2::Op, Group
by David Tolnay
· 7 years ago
45d3801
Release 0.5.1
by David Tolnay
· 7 years ago
b4d53e6
Release 0.5.0
by David Tolnay
· 7 years ago
622e7b5
Format with rustfmt 0.4.1
by David Tolnay
· 7 years ago
7ef4822
Add a feature for linking to proc_macro.
by Kartikaya Gupta
· 7 years ago
0f60738
Update to the proc-macro2 0.3.0 branch
by Alex Crichton
· 7 years ago
062a4b9
Document why quote_spanned should be formatted the way we recommend
by David Tolnay
· 7 years ago
3bdfd71
Release 0.4.2
by David Tolnay
· 7 years ago
33eb276
Implement Hash and PartialEq for quote::Tokens
by Nika Layzell
· 7 years ago
c8f0962
Release 0.4.1
by David Tolnay
· 7 years ago
4047de7
Implement IntoIterator for Tokens
by David Tolnay
· 7 years ago
5520c53
Release 0.4.0
by David Tolnay
· 7 years ago
8b457c2
Upgrade to proc-macro2 0.2
by David Tolnay
· 7 years ago
3569255
Set html_root_url
by David Tolnay
· 7 years ago
92b47f2
Doc tweaks
by David Tolnay
· 7 years ago
a3ef014
Crate-level documentation
by David Tolnay
· 7 years ago
2a88cd8
Tokens documentation
by David Tolnay
· 7 years ago
0510e99
Implement ToTokens for TokenNode
by David Tolnay
· 7 years ago
63e5282
Implement ToTokens for Literal
by David Tolnay
· 7 years ago
cf3b563
Default for Tokens can be derived
by David Tolnay
· 7 years ago
1f11ce2
Organize ToTokens implementations
by David Tolnay
· 7 years ago
4189356
Remove ByteStr
by David Tolnay
· 7 years ago
9ae2877
ToTokens documentation
by David Tolnay
· 7 years ago
cf9813f
Fix doc tests for rust 1.15.1 build
by David Tolnay
· 7 years ago
f9b9814
Document quote_spanned macro
by David Tolnay
· 7 years ago
Next »