1. 727436c Release 1.0.2 by David Tolnay · 4 years, 10 months ago
  2. bce8f54 Fix potential skipped star after repetitions by David Tolnay · 4 years, 10 months ago
  3. 35ec183 Encourage format_ident over Ident::new() by Nika Layzell · 4 years, 10 months ago
  4. 78f551d Release 1.0.1 by David Tolnay · 4 years, 10 months ago
  5. 40f0213 Update to 1.0 in readme and links by David Tolnay · 4 years, 10 months ago
  6. 97d4571 Release 1.0.0 by David Tolnay · 4 years, 10 months ago
  7. ab7241b Release 1.0.0-rc3 by David Tolnay · 4 years, 10 months ago
  8. 1d757d4 Can assume Span::join exists by David Tolnay · 4 years, 10 months ago
  9. 35c085d Space apart rustdoc sections by David Tolnay · 4 years, 10 months ago
  10. dbe67ef Document tuple indexing by David Tolnay · 4 years, 10 months ago
  11. 96ec7e7 Document interpolating in doc comments by David Tolnay · 4 years, 10 months ago
  12. 5dd3812 Remove outdated doc about def_site by David Tolnay · 4 years, 10 months ago
  13. 5218552 Em dashes by David Tolnay · 4 years, 10 months ago
  14. 6e16c8f Add format_ident to ident concatenation example by David Tolnay · 4 years, 10 months ago
  15. b9e0394 Clarify into-conversion to proc_macro::TokenStream by David Tolnay · 4 years, 10 months ago
  16. bd7b579 Remove unneeded type parameters from TokenStreamExt by David Tolnay · 4 years, 10 months ago
  17. c480dc7 Add a version of into_token_stream that takes &self by David Tolnay · 4 years, 10 months ago
  18. 682eea4 Remove excessive doc linking by David Tolnay · 4 years, 10 months ago
  19. f8c0d7c Remove format_ident panic case from doc by David Tolnay · 4 years, 10 months ago
  20. 5a1a65c Make the description of formatting traits more recognizable by David Tolnay · 4 years, 10 months ago
  21. 7d0f1bc Update crate-level rustdoc for 1.0 by David Tolnay · 4 years, 10 months ago
  22. d41b84e Release 1.0.0-rc2 by David Tolnay · 4 years, 10 months ago
  23. 6f736c2 Allow ?Sized implementations of Spanned by David Tolnay · 4 years, 11 months ago
  24. 1fcea59 Remove ```edition2018 now that whole crate is on 2018 by David Tolnay · 4 years, 11 months ago
  25. 241e9c5 Call out that spanned module is not public by David Tolnay · 4 years, 11 months ago
  26. 1659244 Rename method of Spanned to avoid conflict with syn Spanned by David Tolnay · 4 years, 11 months ago
  27. 71b1e6f Spanned trait that is implemented for ToTokens as well as Span by David Tolnay · 4 years, 11 months ago
  28. fa7c30f Release 1.0.0-rc1 by David Tolnay · 5 years ago
  29. e46785a Repetition for BTreeSet by David Tolnay · 5 years ago
  30. d5fce2f Generalize RepSliceExt by David Tolnay · 5 years ago
  31. eb7f69d Simplify unneeded lifetimes in runtime by David Tolnay · 5 years ago
  32. b3051f2 Update outdated RepToTokensExt documentation by David Tolnay · 5 years ago
  33. f94b628 Remove leading underscores from __quote_into_iter by David Tolnay · 5 years ago
  34. 8a3353e Update to 2018 edition by David Tolnay · 5 years ago
  35. 0102a43 Remove xxx comments by David Tolnay · 5 years ago
  36. 298b5a3 Make pounded_var_names nonrecursive by David Tolnay · 5 years ago
  37. 142c28c Simplify pounded_var_names by David Tolnay · 5 years ago
  38. b044307 More compact way to deal with unreachable code warning by David Tolnay · 5 years ago
  39. b338802 Simplify quote_bind_into_iter by David Tolnay · 5 years ago
  40. 831532f Simplify quote_bind_next_or_break by David Tolnay · 5 years ago
  41. 2e5ebb7 Drop support for compilers without i128 by David Tolnay · 5 years ago
  42. 7977715 Rename the ident used for interpolated vars by David Tolnay · 5 years ago
  43. 8abb94d Quote $sep as a single token by David Tolnay · 5 years ago
  44. 7972c73 Flatten a layer of calls in quote_token_with_context by David Tolnay · 5 years ago
  45. 3703744 Resolve conflicts in 112 merge by David Tolnay · 5 years ago
  46. c26e820 Merge pull request 112 from qnighy/constant-depth by David Tolnay · 5 years ago
  47. 62fb4bd Replace local_inner_macros with $crate by David Tolnay · 5 years ago
  48. 3aeee7f Stricter about trailing commas in format_ident by David Tolnay · 5 years ago
  49. f67035c Clarify names of format_ident macro variables by David Tolnay · 5 years ago
  50. d29563e Split format_ident private rules to a hidden macro by David Tolnay · 5 years ago
  51. 6261bfd Give format_ident macro its own module by David Tolnay · 5 years ago
  52. 6831a5b Remove indiscriminate use of inline by David Tolnay · 5 years ago
  53. 7151143 Merge pull request 114 from mystor/format_ident by David Tolnay · 5 years ago
  54. 18fc49d Merge pull request #119 from dtolnay/nonrep by David Tolnay · 5 years ago
  55. 63db5e8 Improve require_has_iter error message by David Tolnay · 5 years ago
  56. 7db3398 Validate that quote_spanned is given a span by David Tolnay · 5 years ago
  57. eda75fa Reject repetitions not containing any iterator by David Tolnay · 5 years ago
  58. e9bf09f Add a format_ident! helper macro (#110) by Nika Layzell · 5 years ago
  59. 5673e5f Merge pull request #118 from mystor/quote_next_minver by David Tolnay · 5 years ago
  60. 5db1f4b Bump minimum rust version to 1.31.0 for quote-next by Nika Layzell · 5 years ago
  61. 5e42c84 Simplify the example behavior of quote_bind macros by David Tolnay · 5 years ago
  62. 7f1640e Merge pull request 109 from mystor/dup_name_rep by David Tolnay · 5 years ago
  63. a5e4570 [breaking] Support nonrepeating interpolations within repetitions (#7) by Nika Layzell · 5 years ago
  64. 1039510 Make recursion depth constant to number of tts. by Masaki Hara · 5 years ago
  65. 2932973 Release 0.6.13 by David Tolnay · 5 years ago
  66. a4eb731 Support duplicate interpolations within repetitions (#8) by Nika Layzell · 5 years ago
  67. a5227da Simplify is_ident function (#104) by CreepySkeleton · 5 years ago
  68. 837b511 Release 0.6.12 by David Tolnay · 5 years ago
  69. f2d0dda Support Rc<T> in ToTokens. by Eduard-Mihai Burtescu · 5 years ago
  70. 5a2ba6d Format with rustfmt 2018-12-10 by David Tolnay · 5 years ago
  71. af20c8a Adjust indentation of quote macro rules by David Tolnay · 5 years ago
  72. fcc4242 Move runtime support to its own module by David Tolnay · 5 years ago
  73. f81fdb4 Document limitations of interpolation in a repetition by David Tolnay · 5 years ago
  74. 6338cd9 Release 0.6.11 by David Tolnay · 5 years ago
  75. b248452 Port examples from readme to rustdoc by David Tolnay · 5 years ago
  76. d13a84a Update doc tests to 2018 edition by David Tolnay · 5 years ago
  77. d613429 Move TokenStreamExt documentation to trait methods by David Tolnay · 5 years ago
  78. 03ec289 Use PhantomData from libcore in examples by David Tolnay · 5 years ago
  79. 44038ca Release 0.6.10 by David Tolnay · 6 years ago
  80. 4151ef6 Support i128 and u128 to tokens by David Tolnay · 6 years ago
  81. c731dbb Release 0.6.9 by David Tolnay · 6 years ago
  82. 2169e9b Release 0.6.8 by David Tolnay · 6 years ago
  83. 7fe6ae2 Use local_inner_macros to resolve all helper macros within $crate by David Tolnay · 6 years ago
  84. 65396a1 Clearer impl to append a single token by David Tolnay · 6 years ago
  85. 4a63034 Optimize impl ToTokens for TokenStream by David Tolnay · 6 years ago
  86. 9f14369 Release 0.6.7 by David Tolnay · 6 years ago
  87. 353d6d5 Format with rustfmt 0.99.2 by David Tolnay · 6 years ago
  88. a511de8 Remove useless into-conversions by David Tolnay · 6 years ago
  89. bf574ad Implement a fast path for idents by David Tolnay · 6 years ago
  90. 9742989 Recognize ident tokens by David Tolnay · 6 years ago
  91. fa9b6bb Recognize specific punctuations by David Tolnay · 6 years ago
  92. 01b0a84 Release 0.6.6 by David Tolnay · 6 years ago
  93. 790c7c3 Ignore proc-macro feature on wasm-target by Lukas Lueg · 6 years ago
  94. 617a96a Release 0.6.5 by David Tolnay · 6 years ago
  95. 70b100f ToTokens for &mut T by David Tolnay · 6 years ago
  96. 41ab315 Update Serde snippet to 1.0 api by David Tolnay · 6 years ago
  97. 0642d0e Release 0.6.4 by David Tolnay · 6 years ago
  98. 53da85d Clarify that many different types can be interpolated by David Tolnay · 6 years ago
  99. b975550 Release 0.6.3 by David Tolnay · 6 years ago
  100. 6506e16 Replace `TokenStream::empty` with `::new` by hcpl · 6 years ago