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