1. 01c0410 Fix link from custom_punctuation to Span by David Tolnay · 5 years ago
  2. d8a4721 Hide custom_punctuation_len from rustfmt by David Tolnay · 5 years ago
  3. 5ac27f1 Tweak Debug representation of custom tokens by David Tolnay · 5 years ago
  4. e258471 Remove parens from the custom_punctuation example by David Tolnay · 5 years ago
  5. fcdfe31 Guarantee that the peek indicator is Copy by David Tolnay · 5 years ago
  6. 9888040 Touch up custom_punctuation documentation by David Tolnay · 5 years ago
  7. 04cd0b7 Give conflict-proof names to custom_punctuation helpers by David Tolnay · 5 years ago
  8. 76aabde Factor out custom_punctuation array type by David Tolnay · 5 years ago
  9. f07f817 Move custom_punctuation implementation details to bottom by David Tolnay · 5 years ago
  10. 3c55767 Formatting of helper macros in custom_puncutation by David Tolnay · 5 years ago
  11. 9bfd112 Split custom_keyword and custom_punctuation modules by David Tolnay · 5 years ago
  12. 7bc8ad8 Merge pull request #620 from CAD97/custom_punctuation by David Tolnay · 5 years ago
  13. 32973cf Improve error reporting of custom_punctuation by David Tolnay · 5 years ago
  14. c972df1 Make punct_len just give give up harder on bad input by cad97 · 5 years ago
  15. 6be7320 Properly fix custom_punctuation/PathSeparator test by cad97 · 5 years ago
  16. 310f397 Fix bad rebase of custom_token by cad97 · 5 years ago
  17. 173a817 custom_punctuation macro by Christopher Durham · 6 years ago
  18. ac5e44e Release 0.15.31 by David Tolnay · 5 years ago
  19. d14019e Merge pull request #619 from CAD97/usetree by David Tolnay · 5 years ago
  20. dbdcb66 impl Parse for UseTree by cad97 · 5 years ago
  21. f2f9a53 Remove lib name from Cargo.toml by David Tolnay · 5 years ago
  22. 8714969 Update insta snapshots to nightly-2019-04-06 by David Tolnay · 5 years ago
  23. 2beee04 Format with rustfmt 2019-03-27 by David Tolnay · 6 years ago
  24. 6cfbe16 Merge pull request #615 from peterjoel/parse_impls_for_other_common_expr_types by David Tolnay · 6 years ago
  25. 04f4279 Parse impls for more expr types Including: loop, while, for, if, literals by Peter Hall · 6 years ago
  26. c1a8efe Release 0.15.30 by David Tolnay · 6 years ago
  27. fc52f4d Merge pull request #614 from peterjoel/601_expr_parse_impls by David Tolnay · 6 years ago
  28. 55f00f7 Parse impl for ExprMatch by Peter Hall · 6 years ago
  29. 8d642ab Updated generated code to rustfmt 2019-03-26 by David Tolnay · 6 years ago
  30. 162a504 Update test suite to nightly-2019-03-26 by David Tolnay · 6 years ago
  31. 8ae13e9 Update test suite to nightly-2019-03-24 by David Tolnay · 6 years ago
  32. e9b448f Replace macro_use extern crate in tests by David Tolnay · 6 years ago
  33. 7d8b331 Move tests to snapshot testing via insta by David Tolnay · 6 years ago
  34. ccc1cf8 Merge pull request #599 from dtolnay/build by David Tolnay · 6 years ago
  35. f7e348f Re-enable tests that don't require mod common by David Tolnay · 6 years ago
  36. 3f7d9d3 Display a banner when nightly-only tests are being skipped by David Tolnay · 6 years ago
  37. f83b6c9 Disable nightly-only tests on non nightly compiler by David Tolnay · 6 years ago
  38. d01c893 Release 0.15.29 by David Tolnay · 6 years ago
  39. 50144d9 Clippy cyclomatic complexity lint has been renamed by David Tolnay · 6 years ago
  40. 0451dfe Merge pull request #598 from dtolnay/build by David Tolnay · 6 years ago
  41. de32b47 Ship build.rs to crates.io by David Tolnay · 6 years ago
  42. d9d5b25 Show example of rustc-style error message in comment by David Tolnay · 6 years ago
  43. f91eab4 Update path to dump-syntax main.rs in example invocation by David Tolnay · 6 years ago
  44. ddc51f1 Merge pull request #594 from dtolnay/span by David Tolnay · 6 years ago
  45. cefc788 Access single span via the Deref impl by David Tolnay · 6 years ago
  46. 19ce0e7 Pretend to have `span` field on punctuation with single span by David Tolnay · 6 years ago
  47. 9350a2c Release 0.15.28 by David Tolnay · 6 years ago
  48. bd2af03 PathArgument::is_none is only called from Path::is_ident by David Tolnay · 6 years ago
  49. 86dd3bc Document that Path::is_ident requires parsing feature by David Tolnay · 6 years ago
  50. c8b0e0f Format with wrap_comments = true by David Tolnay · 6 years ago
  51. e058a5b Merge pull request #593 from dtolnay/parse_with by David Tolnay · 6 years ago
  52. 29e8d8c Add LitStr::parse_with by David Tolnay · 6 years ago
  53. ff85357 Simplify error construction in LitStr::parse example by David Tolnay · 6 years ago
  54. 3867920 Add a Travis build to test examples by David Tolnay · 6 years ago
  55. 2a58567 Name the `cargo test` Travis build by David Tolnay · 6 years ago
  56. 8c26e87 Color the dump-syntax output by David Tolnay · 6 years ago
  57. 72cd7e8 Trim trailing whitespace in error message by David Tolnay · 6 years ago
  58. 2e7bd25 Add dump-syntax fallback error message by David Tolnay · 6 years ago
  59. c2ddaaf Use more conventional crate layout for dump-syntax by David Tolnay · 6 years ago
  60. 558d7ba Include actual filename in dump-syntax error message by David Tolnay · 6 years ago
  61. daa0588 Format dump-syntax errors in rustc style by David Tolnay · 6 years ago
  62. 078e550 Show token that failed to parse in dump-syntax by David Tolnay · 6 years ago
  63. 8d7f7cf Remove dump-syntax from top-level Cargo.toml by David Tolnay · 6 years ago
  64. f4a8002 Remove "Error:" prefix inserted by returning error from main by David Tolnay · 6 years ago
  65. c34b272 Avoid failing Travis build when Clippy not available by David Tolnay · 6 years ago
  66. 314e1e6 Replace deprecated Span::unstable method with unwrap by David Tolnay · 6 years ago
  67. 73d052b Implement question mark error handling in dump-syntax by David Tolnay · 6 years ago
  68. 3f4d6ef Use std::fs helper function in dump-syntax example by David Tolnay · 6 years ago
  69. 936a9ff Place each standalone example in a workspace by David Tolnay · 6 years ago
  70. 124e50b Resolve clippy redundant_closure lint in Punctuated iter methods by David Tolnay · 6 years ago
  71. 87407bd Remember to update version number in syn.json by David Tolnay · 6 years ago
  72. 12c027f Include trailing newline on last line of syn.json by David Tolnay · 6 years ago
  73. e41c441 Continue using deprecated atomic_usize_init on old compilers by David Tolnay · 6 years ago
  74. feb1f05 Release 0.15.27 by David Tolnay · 6 years ago
  75. fac872d Format with rustfmt 2019-02-14 by David Tolnay · 6 years ago
  76. da67286 Skim formatting const generics, which crashes rustfmt by David Tolnay · 6 years ago
  77. 276856f Merge pull request #578 from dlrobertson/update_post_c_variadics_pr by David Tolnay · 6 years ago
  78. b7aa807 Sync with Rust post C-variadic PR by Dan Robertson · 6 years ago
  79. 6f1b7f2 Better name for deserializing Private data if absent by David Tolnay · 6 years ago
  80. 822790e Use the real Version type from semver crate by David Tolnay · 6 years ago
  81. 4bc5523 Remove clone from codegen types by David Tolnay · 6 years ago
  82. 1022712 Parse version together with definitions by David Tolnay · 6 years ago
  83. 397bd0b Update codegen to 2018 edition by David Tolnay · 6 years ago
  84. 15730f2 Simplify introspect_type by David Tolnay · 6 years ago
  85. 75c5a17 Condense representation of variants in json by David Tolnay · 6 years ago
  86. 440fe58 Remove Features methods by David Tolnay · 6 years ago
  87. fa67ab0 Remove constructors in favor of public fields by David Tolnay · 6 years ago
  88. 07b2cca Assert that json can be deserialized by David Tolnay · 6 years ago
  89. c2be7b2 Move ident and features fields into Node struct by David Tolnay · 6 years ago
  90. 485973a Public fields for the codegen types by David Tolnay · 6 years ago
  91. 47fe740 Format codegen with rustfmt 2018-12-10 by David Tolnay · 6 years ago
  92. 8964fff Omit private fields from json by David Tolnay · 6 years ago
  93. 14d463e Emit fields as a json map of name to type by David Tolnay · 6 years ago
  94. 6da9cf0 Merge pull request #581 from carllerche/reclasify-span-ident by David Tolnay · 6 years ago
  95. cbf7cc1 Reclasify Ident and Span as being from proc_macro2 by Carl Lerche · 6 years ago
  96. d307657 Use syn and proc_macro2 keys in json by David Tolnay · 6 years ago
  97. 157c7eb Remove redundancy about tokens in json by David Tolnay · 6 years ago
  98. f9bb8ff Include token types in json file by David Tolnay · 6 years ago
  99. 295141b Reduce json nesting by David Tolnay · 6 years ago
  100. 8b47c6b Merge pull request #580 from carllerche/introspect-json by David Tolnay · 6 years ago