1. 11e6da9 Script to clone the rust-lang/rust repo by David Tolnay · 7 years ago
  2. 8bcc23b No longer need to cache .git/modules by David Tolnay · 7 years ago
  3. 1590f11 Log output when tests/rust already exists by David Tolnay · 7 years ago
  4. e64bd74 No longer using a submodule of rust-lang/rust by David Tolnay · 7 years ago
  5. 55d9ff7 Clean up unused imports in tests by David Tolnay · 7 years ago
  6. f3ec604 Merge pull request #248 from dtolnay/libsyntax by Nika Layzell · 7 years ago
  7. a2a1a4a Get syn tests passing with libsyntax instead of syntex by Nika Layzell · 7 years ago
  8. 091926c Merge pull request #253 from mystor/visit_lifetime by Nika Layzell · 7 years ago
  9. f8bc9f4 Merge pull request #252 from mystor/autotrait by Nika Layzell · 7 years ago
  10. c86173a Add a lifetime to the `Visitor` trait by Nika Layzell · 7 years ago
  11. 0dc6e63 Support parsing the auto trait syntax by Nika Layzell · 7 years ago
  12. 9c14ffe Merge pull request #246 from dtolnay/reference by David Tolnay · 7 years ago
  13. cfa5cc0 Test with libsyntax instead of syntex by David Tolnay · 7 years ago
  14. 0a89b4d Rename Rptr -> Reference by David Tolnay · 7 years ago
  15. 33bc1b5 Merge pull request #245 from dtolnay/foreign-type by David Tolnay · 7 years ago
  16. 199bcbb Extern types by David Tolnay · 7 years ago
  17. fc2d3fe Merge pull request #243 from dtolnay/warn by David Tolnay · 7 years ago
  18. 3d6d17c Do not include tests/rust/README.md and other files by David Tolnay · 7 years ago
  19. 175b2c1 Merge pull request #242 from dtolnay/type by David Tolnay · 7 years ago
  20. 85f07bb Fix warning on unused to_tokens_call by David Tolnay · 7 years ago
  21. fd6bf5c Rename Ty -> Type by David Tolnay · 7 years ago
  22. 88e1feb Merge pull request #241 from dtolnay/token by David Tolnay · 7 years ago
  23. f8db7ba Token macros by David Tolnay · 7 years ago
  24. 307a276 Merge pull request #239 from dtolnay/end by David Tolnay · 7 years ago
  25. 1fc4e49 Return () instead of "" in input_end!() by David Tolnay · 7 years ago
  26. 8fc75a4 Merge pull request #237 from dtolnay/return-type by David Tolnay · 7 years ago
  27. f93b90d Rename FunctionRetTy -> ReturnType by David Tolnay · 7 years ago
  28. 98a1f6b Merge pull request #235 from dtolnay/macro-ident by David Tolnay · 7 years ago
  29. 99a953d Only item macros can have an ident by David Tolnay · 7 years ago
  30. 32edae3 Merge pull request #233 from dtolnay/flatten by David Tolnay · 7 years ago
  31. 1bfa733 Auto-generate ToTokens for Item and TraitItem by David Tolnay · 7 years ago
  32. 857628c Flatten ImplItem into an enum by David Tolnay · 7 years ago
  33. 8894f60 Flatten ForeignItem into an enum by David Tolnay · 7 years ago
  34. 36a28a5 Merge pull request #231 from dtolnay/macro by David Tolnay · 7 years ago
  35. decf28d Rename Mac -> Macro by David Tolnay · 7 years ago
  36. d315354 Merge pull request #229 from dtolnay/trait-item by David Tolnay · 7 years ago
  37. da705bd Flatten TraitItem into an enum by David Tolnay · 7 years ago
  38. 88b5f89 Merge pull request #218 from dtolnay/synom-item by David Tolnay · 7 years ago
  39. 4c614be Expose Synom impls for each kind of Item by David Tolnay · 7 years ago
  40. aee2d28 Merge pull request #221 from dtolnay/exhaustive by David Tolnay · 7 years ago
  41. 92a5651 Require exhaustive pattern matching in switch! parser by David Tolnay · 7 years ago
  42. db01722 Merge pull request #217 from dtolnay/flat-item by David Tolnay · 7 years ago
  43. c6b55bc Flatten ItemKind into an Item enum by David Tolnay · 7 years ago
  44. 897df29 Remove tempdir dependency by David Tolnay · 7 years ago
  45. 684dd15 Merge pull request #216 from dtolnay/no-error-chain by David Tolnay · 7 years ago
  46. 9174b97 Remove error-chain dependency in doc tests by David Tolnay · 7 years ago
  47. be27c62 Merge pull request #204 from mystor/dump-ast by David Tolnay · 7 years ago
  48. 51badbc Merge pull request #214 from Rantanen/ident-doc by David Tolnay · 7 years ago
  49. a87ac03 Add examples to Ident by Mikko Rantanen · 7 years ago
  50. ea998a7 Merge pull request #213 from Rantanen/patch-1 by David Tolnay · 7 years ago
  51. 445dff0 Change README.md Cargo.toml version to 0.11 by Mikko Rantanen · 7 years ago
  52. 9420467 Switch from using a cfg to specifying required-features for the example by Nika Layzell · 7 years ago
  53. d73a365 Clean up Debug output for syn types a bit by Nika Layzell · 7 years ago
  54. 38b0379 Add dump-ast example program by Nika Layzell · 7 years ago
  55. 4515015 Merge pull request #206 from mystor/derive by Nika Layzell · 7 years ago
  56. a6f46c4 Rename methods and functions to be more uniform by Nika Layzell · 7 years ago
  57. 956d2b7 Update fold implementation in test_precedence by Nika Layzell · 7 years ago
  58. 4ab8d6e Correctly handle Option<T> types in visitor codegen by Nika Layzell · 7 years ago
  59. 7f5fc68 Link to quote when only parsing is enabled as well by Nika Layzell · 7 years ago
  60. 1ae9ab1 Add a CI test for codegen by Nika Layzell · 7 years ago
  61. 2772666 First version of syn_codegen to generate fold/visit/visit_mut implementations by Nika Layzell · 7 years ago
  62. cda7ebd Add some helper methods which are used by the visit/fold implementation by Nika Layzell · 7 years ago
  63. 42bf7e3 Expose all ast nodes from their respective submodules by Nika Layzell · 7 years ago
  64. 6b38b13 Stop using ast_struct! for non-ast structs by Nika Layzell · 7 years ago
  65. d5e9859 Merge pull request #194 from alexcrichton/no-underscore-ident by Alex Crichton · 7 years ago
  66. 69b6ae1 Remove unused crate by Alex Crichton · 7 years ago
  67. 23a15f6 Fix `_` as an identifier by accident by Alex Crichton · 7 years ago
  68. 8313b2f Merge pull request #193 from alexcrichton/update-rust by Alex Crichton · 7 years ago
  69. 10143d0 Ignore a failing test in precedence tests by Alex Crichton · 7 years ago
  70. 22b82c2 More unused crates by Alex Crichton · 7 years ago
  71. e21116f Update rust submodule, add some new whitelisted failures by Alex Crichton · 7 years ago
  72. 3956789 Annotate TODO with what syntax needs to be parsed by Alex Crichton · 7 years ago
  73. 6498031 Remove unused crates by Alex Crichton · 7 years ago
  74. f3d9ccc Fix parsing `default impl` items by Alex Crichton · 7 years ago
  75. 03b3027 Relax comma rules in match arms by Alex Crichton · 7 years ago
  76. 70bbd59 Fix attributes on final expressions in blocks by Alex Crichton · 7 years ago
  77. af9d295 Fix parsing `use *;` by Alex Crichton · 7 years ago
  78. 24f1282 Implement `Extend for Delimited` by Alex Crichton · 7 years ago
  79. d5e8431 Merge pull request #184 from mystor/relaxed-totokens by Alex Crichton · 7 years ago
  80. 259ee53 Fix compatibility with --no-default-features by Alex Crichton · 7 years ago
  81. 3936ceb Make ToTokens more lenient when generating tokens for invalid ASTs by Michael Layzell · 7 years ago
  82. 5640be2 Merge pull request #186 from alexcrichton/yield by Alex Crichton · 7 years ago
  83. 5aae682 Merge pull request #183 from alexcrichton/less-rust by Michael Layzell · 7 years ago
  84. fe11046 Support for `yield` by Alex Crichton · 7 years ago
  85. 0aa50e0 Add {first,last}{,_mut} to Delimited by Alex Crichton · 7 years ago
  86. d3743d1 Add a FromIterator<T> for Delimited by Alex Crichton · 7 years ago
  87. 8637477 Remove `rust` as a submodule by Alex Crichton · 7 years ago
  88. c1b76f5 Update parse failure message by Alex Crichton · 7 years ago
  89. 36e91bf Add a Synom description for `Path` by Alex Crichton · 7 years ago
  90. afb49d2 Avoid overflow in Delimited::from(Vec) by Alex Crichton · 7 years ago
  91. 337cd46 Fix implementation of Delimited::push_default by Alex Crichton · 7 years ago
  92. 164c533 Add Delimited::iter_mut by Alex Crichton · 7 years ago
  93. 1262970 Merge pull request #165 from dtolnay/parse by Alex Crichton · 7 years ago
  94. c7a5d3d Pare down the Synom trait by David Tolnay · 7 years ago
  95. 605643b Fix test fallout from proc_macro2 by Alex Crichton · 7 years ago
  96. f9e8f1a Update to published version of `proc_macro2` by Alex Crichton · 7 years ago
  97. ea421ec Merge pull request #175 from mystor/constexpr by Michael Layzell · 7 years ago
  98. 57d5de7 Update test_derive_input due to constexpr changes by Michael Layzell · 7 years ago
  99. 98d2703 Update unicode-xid used by synom to 0.1 by Michael Layzell · 7 years ago
  100. ae38135 Update visit for removal of constexpr by Michael Layzell · 7 years ago