1. 9e86f71 Update test suite to nightly-2019-06-20 by David Tolnay · 5 years ago
  2. 5f929c7 Clippy const_static_lifetime lint has been renamed by David Tolnay · 5 years ago
  3. 918e8de Emit `..=` instead of `...` for inclusive range syntax in patterns. by Jeb Rosen · 5 years ago
  4. 0f72ec2 Add speculative smuggling test into bracket context by cad97 · 5 years ago
  5. 48e2916 Add speculative smuggling test between bracket contexts by cad97 · 5 years ago
  6. 810c890 Add drawbacks section to advance_to doc by cad97 · 5 years ago
  7. b9e2303 Make life easier for syn_codegen by David Tolnay · 5 years ago
  8. 89bb945 Add Speculative::advance_to for speculative parsing by cad97 · 5 years ago
  9. 2cf4874 Release 0.15.36 by David Tolnay · 5 years ago
  10. 602780f Merge pull request #648 from samsartor/master by David Tolnay · 5 years ago
  11. b7050ef loosen group lifetimes by Sam Sartor · 5 years ago
  12. 0925af2 Update test suite to nightly-2019-06-13 by David Tolnay · 5 years ago
  13. b72388c Apply async unsafe swap in generated code by David Tolnay · 5 years ago
  14. 6df6379 Merge pull request #642 from felixrabe/patch-1 by David Tolnay · 5 years ago
  15. 12cb78e Fix order to be "const async unsafe" everywhere by Felix Rabe · 5 years ago
  16. 848f676 Release 0.15.35 by David Tolnay · 5 years ago
  17. 5b351e5 Emit main in dev crate whether or not there is error by David Tolnay · 5 years ago
  18. 62bdd84 Fix token order of async unsafe fn by David Tolnay · 5 years ago
  19. 7ee1d63 Use interned symbol doc by David Tolnay · 5 years ago
  20. b7f1e9b Update test suite to nightly-2019-06-08 by David Tolnay · 5 years ago
  21. 5438994 Update test suite to nightly-2019-06-07 by David Tolnay · 5 years ago
  22. 2c8fc61 Update test suite to nightly-2019-06-05 by David Tolnay · 5 years ago
  23. 479881f Ignore some lints to support old compilers by David Tolnay · 5 years ago
  24. e52022b Remove parsing placement expr by David Tolnay · 5 years ago
  25. d502e4b Implement parsing const generic params by David Tolnay · 5 years ago
  26. 1150d03 Update test suite to nightly-2019-05-25 by David Tolnay · 5 years ago
  27. b53013e Update test suite to nightly-2019-05-24 by David Tolnay · 5 years ago
  28. e6eb590 Update test suite to nightly-2019-05-23 by David Tolnay · 5 years ago
  29. 3c40005 Revert "Ignore codegen build failure associated with rustfmt bug" by David Tolnay · 5 years ago
  30. 19f8ce8 Ignore codegen build failure associated with rustfmt bug by David Tolnay · 5 years ago
  31. b9cd1bb Smaller format for license section by David Tolnay · 5 years ago
  32. 2979f98 Update test suite to nightly-2019-05-14 by David Tolnay · 5 years ago
  33. 77beabd Switch to SPDX 2.1 license expression by David Tolnay · 5 years ago
  34. 50bd6d0 Merge pull request #634 from dtolnay/insta by David Tolnay · 5 years ago
  35. 3680ccd Remove directory of non-inline snapshots by David Tolnay · 5 years ago
  36. 053a9d3 Remove support for non-inline snapshots by David Tolnay · 5 years ago
  37. fcd53cf Move all use of snapshot to inline by David Tolnay · 5 years ago
  38. 4fd1bd3 Move rest of test_derive_input to inline snapshots by David Tolnay · 5 years ago
  39. 287699d Adjust parsing with inline snapshot to reduce indentation by David Tolnay · 5 years ago
  40. 32245a9 Format newtype variants on one line by David Tolnay · 5 years ago
  41. 6d16fa8 Also PathArgument's naming convention by David Tolnay · 5 years ago
  42. abfc2b4 Special case for Visibility's naming convention by David Tolnay · 5 years ago
  43. caac627 Omit empty vec from snapshot by David Tolnay · 5 years ago
  44. 5302f0e Flatten snapshot representation of syntax tree enums by David Tolnay · 5 years ago
  45. 644246b Omit None values from snapshot by David Tolnay · 5 years ago
  46. 3c3c7d1 Generate debug impls more appropriate for inline snapshot by David Tolnay · 5 years ago
  47. 50c4e8a Change test_derive_input to inline snapshots by David Tolnay · 5 years ago
  48. cab909c Include codegen crate name in generated file header by David Tolnay · 5 years ago
  49. 5ce7420 Only write codegen file if there are changes by David Tolnay · 5 years ago
  50. de114eb Buffer output when codegening files by David Tolnay · 5 years ago
  51. b2188a6 Add a codegen error type to avoid unwraps by David Tolnay · 5 years ago
  52. 0a1e222 Merge pull request #630 from dtolnay/split by David Tolnay · 5 years ago
  53. c94e1a0 Handle codegen features in one place by David Tolnay · 5 years ago
  54. cc8d14e Remove codegen State types by David Tolnay · 5 years ago
  55. 587abd0 Handle fold_span_only a more concise way by David Tolnay · 5 years ago
  56. 4d91882 Switch to TokenStream::extend by David Tolnay · 5 years ago
  57. 1259791 Use consistent imports in codegen crate by David Tolnay · 5 years ago
  58. 9ee641a Consolidate under_name code by David Tolnay · 5 years ago
  59. e627fa8 Consolidate Operand code by David Tolnay · 5 years ago
  60. 097b9ce Remove 'ref' from Operand code by David Tolnay · 5 years ago
  61. cd68054 Inline some small code generation helpers by David Tolnay · 5 years ago
  62. 2fb3d48 Flatten private codegen modules by David Tolnay · 5 years ago
  63. 1e99fa3 Factor out generate loops by David Tolnay · 5 years ago
  64. 1db3d8e Factor out full macro by David Tolnay · 5 years ago
  65. 490b91b Split the visit and visit_mut codegen by David Tolnay · 5 years ago
  66. f1e57f0 Separate out the fold codegen by David Tolnay · 5 years ago
  67. c442e74 Remove a 2015 dyn test case by David Tolnay · 5 years ago
  68. e35e6c9 Support path parameters on Self keyword by David Tolnay · 5 years ago
  69. e6b3709 Skip bracketizing inside await macro by David Tolnay · 5 years ago
  70. 0db515d Update test suite to nightly-2019-05-09 by David Tolnay · 5 years ago
  71. d0b37d2 Use more conventional signature for file::write by David Tolnay · 5 years ago
  72. 43bb524 Provide rustfmt-nightly rename in codegen Cargo.toml by David Tolnay · 5 years ago
  73. cec98a7 Move formatted file writing to module by David Tolnay · 5 years ago
  74. 983cd14 Deduplicate and update codegen doc comment by David Tolnay · 5 years ago
  75. e4d0efe Re-wrap accept_as_ident string patterns by David Tolnay · 5 years ago
  76. 428f10a Exclude snapshot drafts from git by David Tolnay · 5 years ago
  77. a1d0bfe Switch from colored to termcolor by David Tolnay · 5 years ago
  78. b765ca7 Support inline snapshots in snapshot macro by David Tolnay · 5 years ago
  79. d67100d Release syn-codegen 0.1.0 by David Tolnay · 5 years ago
  80. b7622c9 Add an example of include_str!("syn.json") by David Tolnay · 5 years ago
  81. 5b2cd85 Document the syn-codegen data types by David Tolnay · 5 years ago
  82. 35f071f Document purpose of syn-codegen crate by David Tolnay · 5 years ago
  83. 950cc12 Move codegen types to syn-codegen crate by David Tolnay · 5 years ago
  84. e957eb6 Reduce line length in impl_by_parsing_expr calls by David Tolnay · 5 years ago
  85. a58223d Format with rustfmt 2019-04-24 by David Tolnay · 5 years ago
  86. c4a5b54 Avoid 'ast' since syntax tree is concrete by David Tolnay · 5 years ago
  87. 35c8653 Avoid importing parse2 in tests since we don't in docs by David Tolnay · 5 years ago
  88. 162dac1 Suggest trybuild tests by David Tolnay · 5 years ago
  89. 52c0abc Release 0.15.34 by David Tolnay · 5 years ago
  90. 3f79735 Merge pull request #629 from bstrie/exprs by David Tolnay · 5 years ago
  91. 1626c37 Handle ExprGroup when parsing by bstrie · 5 years ago
  92. cde20e6 impl Parse for ExprFoo revisions by bstrie · 5 years ago
  93. b25e113 Update test suite to nightly-2019-05-03 by David Tolnay · 5 years ago
  94. 6c50fdb Gate these convenience impls behind the printing feature as well by bstrie · 5 years ago
  95. b7f8aaf Implement Parse for ExprFoo, round two by bstrie · 5 years ago
  96. 7b4f52d Tentative beginning to implementing Parse for Expr types by bstrie · 5 years ago
  97. 20985b9 Use 2018-style absolute paths in examples by David Tolnay · 5 years ago
  98. 18c081f Add readme for the dev directory by David Tolnay · 5 years ago
  99. e21177e Release 0.15.33 by David Tolnay · 5 years ago
  100. 44b831c Remove unused mut detected by latest nightly by David Tolnay · 5 years ago