1. d7dc146 Assume that proc_macro is new enough by David Tolnay · 6 years ago
  2. 8418d42 Remove slow_extend codepath by David Tolnay · 6 years ago
  3. 1596a8c Assume that u128 is available by David Tolnay · 6 years ago
  4. 8749c01 Drop support for old compilers by David Tolnay · 6 years ago
  5. 371011a Get ready to land breaking changes by David Tolnay · 6 years ago
  6. ff38409 Suppress new 2018 edition idiom lints by David Tolnay · 6 years ago
  7. 0360cf8 Fix typo in Span::eq documentation by David Tolnay · 6 years ago
  8. bc3bd3f Copy literal constructor docs from proc_macro by David Tolnay · 6 years ago
  9. 97e2622 Merge pull request #180 from Michael-F-Bryan/thread-safety-docs by David Tolnay · 6 years ago
  10. 4333996 Updated the docs to mention thread-safety (fixes alexcrichton/proc-macro2#133) by Michael Bryan · 6 years ago
  11. 373fab0 Smaller format for license section by David Tolnay · 6 years ago
  12. 15b7651 Switch to SPDX 2.1 license expression by David Tolnay · 6 years ago
  13. f514921 Release 0.4.30 by David Tolnay · 6 years ago
  14. 1ef4d12 Merge pull request #177 from ivanbakel/cloneable_intoiter by David Tolnay · 6 years ago
  15. f6754d3 Make TokenStream's IntoIter derive Clone by Isaac van Bakel · 6 years ago
  16. 79c8ed7 Release 0.4.29 by David Tolnay · 6 years ago
  17. ce12a48 Remove double negative in !proc_macro_span_disallowed by David Tolnay · 6 years ago
  18. b455dd7 Use a cfg called proc_macro_span to control feature(proc_macro_span) by David Tolnay · 6 years ago
  19. 8a1827a Merge pull request #176 from Nemo157/block-nightly-feature by David Tolnay · 6 years ago
  20. 099db2a Detect if the user has disallowed usage of the proc_macro_span feature by Wim Looman · 6 years ago
  21. 692f49c Fix reference to Serde in contribution section by David Tolnay · 6 years ago
  22. 16c2b45 Release 0.4.28 by David Tolnay · 6 years ago
  23. ed21fad Merge pull request #173 from dtolnay/sourcemap by David Tolnay · 6 years ago
  24. dd7a2a3 Merge pull request #172 from dtolnay/linecolumn by David Tolnay · 6 years ago
  25. 6c3b070 Rename codemap to source map by David Tolnay · 6 years ago
  26. 9d4fb44 Derive traits for LineColumn by David Tolnay · 6 years ago
  27. 20458b6 Merge pull request #171 from alexcrichton/escape by Alex Crichton · 6 years ago
  28. e4482f4 Avoid needless escape of quotes by David Tolnay · 6 years ago
  29. 219b1d3 Link to syn::parse_str as the fallible Ident constructor by David Tolnay · 6 years ago
  30. 637eef4 Rename private functions to match rename of Term to Ident by David Tolnay · 6 years ago
  31. 5a2f730 Add trailing commas in test_debug_tokenstream by David Tolnay · 6 years ago
  32. 35d24c3 Keep deprecated ATOMIC_USIZE_INIT to support old compilers by David Tolnay · 7 years ago
  33. 7b9bd94 Release 0.4.27 by David Tolnay · 7 years ago
  34. 2b01a3f Merge pull request #166 from dtolnay/location by David Tolnay · 7 years ago
  35. 3b1f7d2 Expose span locations on stable by David Tolnay · 7 years ago
  36. ad8e2e5 Mention spurious CI failures during publish by David Tolnay · 7 years ago
  37. 248810b Link to patch publishing PR by David Tolnay · 7 years ago
  38. 5c2bf64 Explain how to publish with --allow-dirty by David Tolnay · 7 years ago
  39. 471a7ed Format with rustfmt 2018-12-10 by David Tolnay · 7 years ago
  40. c34356a Release 0.4.26 by David Tolnay · 7 years ago
  41. 298cdb5 Merge pull request #164 from dtolnay/doc by David Tolnay · 7 years ago
  42. 53607bc Merge pull request #163 from dtolnay/unwrap by David Tolnay · 7 years ago
  43. 7aa1c9c Explain post-1.30 purpose of this crate by David Tolnay · 7 years ago
  44. 40bbb1c Rename Span::unstable to Span::unwrap by David Tolnay · 7 years ago
  45. fd8cdc8 Omit missing spans from Debug output by David Tolnay · 7 years ago
  46. 02b42d4 Merge pull request #162 from dtolnay/rename by David Tolnay · 7 years ago
  47. 9204bac Rename wrapper variants from Nightly/Stable to Compiler/Fallback by David Tolnay · 7 years ago
  48. aef075b Rename nightly->wrapper, stable->fallback by David Tolnay · 7 years ago
  49. 51ec726 Merge pull request #161 from dtolnay/edition by David Tolnay · 7 years ago
  50. 7a96473 Update documentation to 2018 edition by David Tolnay · 7 years ago
  51. dd1af43 Release 0.4.25 by David Tolnay · 7 years ago
  52. 4453fcc Format with rustfmt 2018-12-10 by David Tolnay · 7 years ago
  53. 057e7f3 Merge pull request #160 from dtolnay/panic by David Tolnay · 7 years ago
  54. c0425cd Better panic on Span::unstable outside of proc macro by David Tolnay · 7 years ago
  55. b0778c5 Merge pull request #158 from dtolnay/nightly by Alex Crichton · 7 years ago
  56. 17eb070 Infer nightly feature on nightly toolchain by David Tolnay · 7 years ago
  57. 11a3575 Update build url by Alex Crichton · 7 years ago
  58. 53b2f46 Distinguish the WebAssembly build in Travis by David Tolnay · 7 years ago
  59. f6674da Bump to 0.4.24 by David Tolnay · 7 years ago
  60. d82df61 Merge pull request #152 from ogoffart/procmacro2_semver_exempt-on-stable by David Tolnay · 7 years ago
  61. 42d3019 Allow to use procmacro2_semver_exempt on stable rust by Olivier Goffart · 7 years ago
  62. 857acc5 Merge pull request #151 from dtolnay/path by David Tolnay · 7 years ago
  63. d981303 Merge branch 'master' into path by David Tolnay · 7 years ago
  64. 7c8bf4b Merge pull request #150 from dtolnay/marker by David Tolnay · 7 years ago
  65. 0d9991c Merge pull request #146 from dtolnay/doctest by David Tolnay · 7 years ago
  66. e7b17ec Add tests for marker trait impls by David Tolnay · 7 years ago
  67. 9cd3b4c Remove proc_macro2::FileName in favor of PathBuf by David Tolnay · 7 years ago
  68. 7e654a8 Remove Send and Sync from SourceFile by David Tolnay · 7 years ago
  69. 102ee29 Bump to 0.4.23 by David Tolnay · 7 years ago
  70. d7568e5 Work around when built as a dependency in docs.rs by David Tolnay · 7 years ago
  71. 6dfc6a6 Test two additional relevant compiler versions by David Tolnay · 7 years ago
  72. 7c711f0 Enable testing of documentation examples by David Tolnay · 7 years ago
  73. c239f03 Update documentation of parsing Ident by David Tolnay · 7 years ago
  74. 553aaa9 Bump to 0.4.22 by David Tolnay · 7 years ago
  75. 279519f Attempt to unbreak docs.rs build by David Tolnay · 7 years ago
  76. 3f8382d Bump to 0.4.21 by David Tolnay · 7 years ago
  77. f7aae83 Merge pull request #144 from alexcrichton/u128 by David Tolnay · 7 years ago
  78. 6938566 Add support for 128-bit integers by Alex Crichton · 7 years ago
  79. 92bca96 Bump to 0.4.20 by Alex Crichton · 7 years ago
  80. ca168d9 Merge pull request #138 from xd009642/master by Alex Crichton · 7 years ago
  81. 1fd3767 Adds def site feature to super-unstable by xd009642 · 7 years ago
  82. 79e40a1 Merge pull request #134 from dtolnay/group by Alex Crichton · 7 years ago
  83. f14813f Provide Group::span_open and span_close by David Tolnay · 7 years ago
  84. 262c957 Bump to 0.4.19 by David Tolnay · 7 years ago
  85. 25afcab Merge pull request #130 from alexcrichton/from-token-stream-iter by David Tolnay · 7 years ago
  86. 53b0067 Add `FromIterator<TokenStream> for TokenStream` by Alex Crichton · 7 years ago
  87. 6aafb1a Merge pull request #129 from dtolnay/exempt by Alex Crichton · 7 years ago
  88. aa9b25a Remove semver exempt testing from 1.15 and stable builds by David Tolnay · 7 years ago
  89. 1ded350 Bump to 0.4.18 by David Tolnay · 7 years ago
  90. 11a33d3 Merge pull request #128 from dtolnay/rich by David Tolnay · 7 years ago
  91. e839e4f Enable rich API on 1.29.0 by David Tolnay · 7 years ago
  92. d4286c8 Bump to 0.4.17 by David Tolnay · 7 years ago
  93. ba83726 Merge pull request #125 from dtolnay/eq by Alex Crichton · 7 years ago
  94. c0b0f2e Optimize PartialEq impls for Ident by David Tolnay · 7 years ago
  95. aeae459 Bump to 0.4.16 by David Tolnay · 7 years ago
  96. 311f788 Merge pull request #123 from dtolnay/panic by Alex Crichton · 7 years ago
  97. 78ef773 Implement sanity check for juggling panic hooks by David Tolnay · 7 years ago
  98. 2ff99ce Format with rustfmt 0.99.2 by David Tolnay · 7 years ago
  99. 2ed15d5 Hide panic output in nightly_works by David Tolnay · 7 years ago
  100. b07f847 Bump to 0.4.15 by Alex Crichton · 7 years ago