1. 287699d Adjust parsing with inline snapshot to reduce indentation by David Tolnay · 5 years ago
  2. 32245a9 Format newtype variants on one line by David Tolnay · 5 years ago
  3. 6d16fa8 Also PathArgument's naming convention by David Tolnay · 5 years ago
  4. abfc2b4 Special case for Visibility's naming convention by David Tolnay · 5 years ago
  5. caac627 Omit empty vec from snapshot by David Tolnay · 5 years ago
  6. 5302f0e Flatten snapshot representation of syntax tree enums by David Tolnay · 5 years ago
  7. 644246b Omit None values from snapshot by David Tolnay · 5 years ago
  8. 3c3c7d1 Generate debug impls more appropriate for inline snapshot by David Tolnay · 5 years ago
  9. 50c4e8a Change test_derive_input to inline snapshots by David Tolnay · 5 years ago
  10. cab909c Include codegen crate name in generated file header by David Tolnay · 5 years ago
  11. 5ce7420 Only write codegen file if there are changes by David Tolnay · 5 years ago
  12. de114eb Buffer output when codegening files by David Tolnay · 5 years ago
  13. b2188a6 Add a codegen error type to avoid unwraps by David Tolnay · 5 years ago
  14. 0a1e222 Merge pull request #630 from dtolnay/split by David Tolnay · 5 years ago
  15. c94e1a0 Handle codegen features in one place by David Tolnay · 5 years ago
  16. cc8d14e Remove codegen State types by David Tolnay · 5 years ago
  17. 587abd0 Handle fold_span_only a more concise way by David Tolnay · 5 years ago
  18. 4d91882 Switch to TokenStream::extend by David Tolnay · 5 years ago
  19. 1259791 Use consistent imports in codegen crate by David Tolnay · 5 years ago
  20. 9ee641a Consolidate under_name code by David Tolnay · 5 years ago
  21. e627fa8 Consolidate Operand code by David Tolnay · 5 years ago
  22. 097b9ce Remove 'ref' from Operand code by David Tolnay · 5 years ago
  23. cd68054 Inline some small code generation helpers by David Tolnay · 5 years ago
  24. 2fb3d48 Flatten private codegen modules by David Tolnay · 5 years ago
  25. 1e99fa3 Factor out generate loops by David Tolnay · 5 years ago
  26. 1db3d8e Factor out full macro by David Tolnay · 5 years ago
  27. 490b91b Split the visit and visit_mut codegen by David Tolnay · 5 years ago
  28. f1e57f0 Separate out the fold codegen by David Tolnay · 5 years ago
  29. c442e74 Remove a 2015 dyn test case by David Tolnay · 5 years ago
  30. e35e6c9 Support path parameters on Self keyword by David Tolnay · 5 years ago
  31. e6b3709 Skip bracketizing inside await macro by David Tolnay · 5 years ago
  32. 0db515d Update test suite to nightly-2019-05-09 by David Tolnay · 5 years ago
  33. d0b37d2 Use more conventional signature for file::write by David Tolnay · 5 years ago
  34. 43bb524 Provide rustfmt-nightly rename in codegen Cargo.toml by David Tolnay · 5 years ago
  35. cec98a7 Move formatted file writing to module by David Tolnay · 5 years ago
  36. 983cd14 Deduplicate and update codegen doc comment by David Tolnay · 5 years ago
  37. e4d0efe Re-wrap accept_as_ident string patterns by David Tolnay · 5 years ago
  38. 428f10a Exclude snapshot drafts from git by David Tolnay · 5 years ago
  39. a1d0bfe Switch from colored to termcolor by David Tolnay · 5 years ago
  40. b765ca7 Support inline snapshots in snapshot macro by David Tolnay · 5 years ago
  41. d67100d Release syn-codegen 0.1.0 by David Tolnay · 5 years ago
  42. b7622c9 Add an example of include_str!("syn.json") by David Tolnay · 5 years ago
  43. 5b2cd85 Document the syn-codegen data types by David Tolnay · 5 years ago
  44. 35f071f Document purpose of syn-codegen crate by David Tolnay · 5 years ago
  45. 950cc12 Move codegen types to syn-codegen crate by David Tolnay · 5 years ago
  46. e957eb6 Reduce line length in impl_by_parsing_expr calls by David Tolnay · 5 years ago
  47. a58223d Format with rustfmt 2019-04-24 by David Tolnay · 5 years ago
  48. c4a5b54 Avoid 'ast' since syntax tree is concrete by David Tolnay · 5 years ago
  49. 35c8653 Avoid importing parse2 in tests since we don't in docs by David Tolnay · 5 years ago
  50. 162dac1 Suggest trybuild tests by David Tolnay · 5 years ago
  51. 52c0abc Release 0.15.34 by David Tolnay · 5 years ago
  52. 3f79735 Merge pull request #629 from bstrie/exprs by David Tolnay · 5 years ago
  53. 1626c37 Handle ExprGroup when parsing by bstrie · 5 years ago
  54. cde20e6 impl Parse for ExprFoo revisions by bstrie · 5 years ago
  55. b25e113 Update test suite to nightly-2019-05-03 by David Tolnay · 5 years ago
  56. 6c50fdb Gate these convenience impls behind the printing feature as well by bstrie · 5 years ago
  57. b7f8aaf Implement Parse for ExprFoo, round two by bstrie · 5 years ago
  58. 7b4f52d Tentative beginning to implementing Parse for Expr types by bstrie · 5 years ago
  59. 20985b9 Use 2018-style absolute paths in examples by David Tolnay · 5 years ago
  60. 18c081f Add readme for the dev directory by David Tolnay · 5 years ago
  61. e21177e Release 0.15.33 by David Tolnay · 5 years ago
  62. 44b831c Remove unused mut detected by latest nightly by David Tolnay · 5 years ago
  63. ae01918 Update test suite to nightly-2019-04-24 by David Tolnay · 5 years ago
  64. 1a47cda Remove unused mut detected by latest nightly by David Tolnay · 5 years ago
  65. 6533607 Avoid ref keyword in 2018 style docs by David Tolnay · 5 years ago
  66. d4a761d Clarify documentation of Attribute::parse_meta by David Tolnay · 5 years ago
  67. 8271202 Prepare to remove P type parameter of punctuated::IntoIter by David Tolnay · 5 years ago
  68. 4861a95 Merge pull request #626 from dtolnay/peek by David Tolnay · 5 years ago
  69. e1da66f Require rustc that can support assoc consts for peek_any by David Tolnay · 5 years ago
  70. b8a68e4 Function to peek any ident by David Tolnay · 5 years ago
  71. 95479ef Merge pull request #625 from dtolnay/unraw by David Tolnay · 5 years ago
  72. c15a000 Extension method to unraw an ident by David Tolnay · 5 years ago
  73. 359a49b Merge pull request #624 from dtolnay/clone by David Tolnay · 5 years ago
  74. 7f3f13e Implement Clone for the punctuated iterator types by David Tolnay · 5 years ago
  75. b2dc98a Condense the Debug representation for Error by David Tolnay · 5 years ago
  76. 643b96d Release 0.15.32 by David Tolnay · 5 years ago
  77. 01c0410 Fix link from custom_punctuation to Span by David Tolnay · 5 years ago
  78. d8a4721 Hide custom_punctuation_len from rustfmt by David Tolnay · 5 years ago
  79. 5ac27f1 Tweak Debug representation of custom tokens by David Tolnay · 5 years ago
  80. e258471 Remove parens from the custom_punctuation example by David Tolnay · 5 years ago
  81. fcdfe31 Guarantee that the peek indicator is Copy by David Tolnay · 5 years ago
  82. 9888040 Touch up custom_punctuation documentation by David Tolnay · 5 years ago
  83. 04cd0b7 Give conflict-proof names to custom_punctuation helpers by David Tolnay · 5 years ago
  84. 76aabde Factor out custom_punctuation array type by David Tolnay · 5 years ago
  85. f07f817 Move custom_punctuation implementation details to bottom by David Tolnay · 5 years ago
  86. 3c55767 Formatting of helper macros in custom_puncutation by David Tolnay · 5 years ago
  87. 9bfd112 Split custom_keyword and custom_punctuation modules by David Tolnay · 5 years ago
  88. 7bc8ad8 Merge pull request #620 from CAD97/custom_punctuation by David Tolnay · 5 years ago
  89. 32973cf Improve error reporting of custom_punctuation by David Tolnay · 5 years ago
  90. c972df1 Make punct_len just give give up harder on bad input by cad97 · 5 years ago
  91. 6be7320 Properly fix custom_punctuation/PathSeparator test by cad97 · 5 years ago
  92. 310f397 Fix bad rebase of custom_token by cad97 · 5 years ago
  93. 173a817 custom_punctuation macro by Christopher Durham · 6 years ago
  94. ac5e44e Release 0.15.31 by David Tolnay · 5 years ago
  95. d14019e Merge pull request #619 from CAD97/usetree by David Tolnay · 5 years ago
  96. dbdcb66 impl Parse for UseTree by cad97 · 5 years ago
  97. f2f9a53 Remove lib name from Cargo.toml by David Tolnay · 5 years ago
  98. 8714969 Update insta snapshots to nightly-2019-04-06 by David Tolnay · 5 years ago
  99. 2beee04 Format with rustfmt 2019-03-27 by David Tolnay · 5 years ago
  100. 6cfbe16 Merge pull request #615 from peterjoel/parse_impls_for_other_common_expr_types by David Tolnay · 5 years ago