1. a187dc1 Update quote to 1.0.15 by David LeGare · 2 years, 4 months ago
  2. 4c4795d Upgrade rust/crates/quote to 1.0.8 by Haibo Huang · 3 years, 6 months ago
  3. ebd2692 Upgrade rust/crates/quote to 1.0.7 by Haibo Huang · 4 years ago
  4. 73bab92 Upgrade rust/crates/quote to 1.0.6 by Haibo Huang · 4 years, 1 month ago
  5. a8f5053 Update to latest quote-1.0.3 by Chih-Hung Hsieh · 4 years, 3 months ago
  6. 87b35cf Use released quote-1.0.2 at crates.io by Chih-Hung Hsieh · 4 years, 8 months ago
  7. 3179b09 Add regression test for issue 130 by David Tolnay · 4 years, 10 months ago
  8. a3a54c8 Add test that repeats BTreeSet by David Tolnay · 5 years ago
  9. f94b628 Remove leading underscores from __quote_into_iter by David Tolnay · 5 years ago
  10. 8a3353e Update to 2018 edition by David Tolnay · 5 years ago
  11. 0102a43 Remove xxx comments by David Tolnay · 5 years ago
  12. 2e5ebb7 Drop support for compilers without i128 by David Tolnay · 5 years ago
  13. 4c1e82d Add tests for doc comments and attributes by David Tolnay · 5 years ago
  14. 7151143 Merge pull request 114 from mystor/format_ident by David Tolnay · 5 years ago
  15. 18fc49d Merge pull request #119 from dtolnay/nonrep by David Tolnay · 5 years ago
  16. 63db5e8 Improve require_has_iter error message by David Tolnay · 5 years ago
  17. 7db3398 Validate that quote_spanned is given a span by David Tolnay · 5 years ago
  18. eda75fa Reject repetitions not containing any iterator by David Tolnay · 5 years ago
  19. e9bf09f Add a format_ident! helper macro (#110) by Nika Layzell · 5 years ago
  20. e7a1930 Update not-repeatable ui test error message by David Tolnay · 5 years ago
  21. 7f1640e Merge pull request 109 from mystor/dup_name_rep by David Tolnay · 5 years ago
  22. a781984 Add ui tests by David Tolnay · 5 years ago
  23. a5e4570 [breaking] Support nonrepeating interpolations within repetitions (#7) by Nika Layzell · 5 years ago
  24. a4eb731 Support duplicate interpolations within repetitions (#8) by Nika Layzell · 5 years ago
  25. b3a3d76 Update tests for new proc-macro2 escape behavior by David Tolnay · 5 years ago
  26. fe7e65e Hide unsupported integer suffixes from rustc 1.15 by David Tolnay · 6 years ago
  27. 4151ef6 Support i128 and u128 to tokens by David Tolnay · 6 years ago
  28. 68cd090 Eliminate references to Tokens by David Tolnay · 6 years ago
  29. f47adf3 Format with rustfmt 0.7.0 by David Tolnay · 6 years ago
  30. 9604c63 Prepare for the next proc-macro2 release by Alex Crichton · 6 years ago
  31. 622e7b5 Format with rustfmt 0.4.1 by David Tolnay · 6 years ago
  32. 0f60738 Update to the proc-macro2 0.3.0 branch by Alex Crichton · 6 years ago
  33. 4047de7 Implement IntoIterator for Tokens by David Tolnay · 6 years ago
  34. 8b457c2 Upgrade to proc-macro2 0.2 by David Tolnay · 6 years ago
  35. 4189356 Remove ByteStr by David Tolnay · 6 years ago
  36. 0625b2f Reduce surface area of Tokens by David Tolnay · 6 years ago
  37. 5c029a1 Hex literal support no longer exists by David Tolnay · 6 years ago
  38. 5eee379 Format with rustfmt 0.3.4-nightly by David Tolnay · 6 years ago
  39. 19ded1b Resolve clippy lints by David Tolnay · 6 years ago
  40. b647348 Remove ToTokens for vec, slice, arrays by David Tolnay · 6 years ago
  41. 2cd9e39 Update to published `proc_macro2` by Alex Crichton · 7 years ago
  42. dd5f645 Rewrite to work with `proc_macro2` tokens by Alex Crichton · 7 years ago
  43. a213d1c append tokens to tokens by Colin Kiegel · 7 years ago
  44. 8afd4ad ToTokens for Cow by David Tolnay · 7 years ago
  45. 42e4a70 Byte strings use byte escapes not unicode escapes by David Tolnay · 7 years ago
  46. f2d5996 Implement ToTokens for () by David Tolnay · 7 years ago
  47. 7bde7cb Use as_str in tests by David Tolnay · 8 years ago
  48. 11dc4cd Merge pull request #19 from SimonSapin/hex by David Tolnay · 8 years ago
  49. 9a9412a Merge pull request #18 from SimonSapin/lit by David Tolnay · 8 years ago
  50. b8e2832 Add a Hex wrapper for integer type, with a ToTokens impl using `{:X}`. by Simon Sapin · 8 years ago
  51. 0b796dc Implement ToTokens as literals for arrays, tuples, slices, and Vec. by Simon Sapin · 8 years ago
  52. c4a15f8 Add Ident. by Simon Sapin · 8 years ago
  53. 19f2cad Simplify representation of zero char inside strings by David Tolnay · 8 years ago
  54. f712283 Simplify representation of the zero char by David Tolnay · 8 years ago
  55. 90c5061 Add support for passing no tokens to quote!() by Michael Layzell · 8 years ago
  56. 53a3d38 Avoid extra unnecessary spaces in the tokens string by Michael Layzell · 8 years ago
  57. e090414 Underscore the loop variable by David Tolnay · 8 years ago
  58. 0b84b0a Add test for duplicate token by David Tolnay · 8 years ago
  59. cf9df99 Empty repetition is empty by David Tolnay · 8 years ago
  60. 7a5bbfa Do not quote \" and \' unnecessarily by David Tolnay · 8 years ago
  61. 0ef1f60 Fancy repetition by David Tolnay · 8 years ago
  62. 61983e2 ToTokens for char by David Tolnay · 8 years ago
  63. c96baa9 Allow values other than vec to be used in repeaters by Sean Griffin · 8 years ago
  64. 7e04893 Include type information when quoting numbers by David Tolnay · 8 years ago
  65. 1a2f463 quote! by David Tolnay · 8 years ago