1. c442e74 Remove a 2015 dyn test case by David Tolnay · 5 years ago
  2. e35e6c9 Support path parameters on Self keyword by David Tolnay · 5 years ago
  3. 04f4279 Parse impls for more expr types Including: loop, while, for, if, literals by Peter Hall · 5 years ago
  4. bd2af03 PathArgument::is_none is only called from Path::is_ident by David Tolnay · 5 years ago
  5. 86dd3bc Document that Path::is_ident requires parsing feature by David Tolnay · 5 years ago
  6. 95989db Set all documentation examples to 2018 edition by David Tolnay · 6 years ago
  7. fd5b117 Update example code to 2018 edition by David Tolnay · 6 years ago
  8. 6259e46 Copyright/license headers by David Tolnay · 6 years ago
  9. 67fea04 Use Error and Result from root in tests by David Tolnay · 6 years ago
  10. a2d1706 Add path comparison Path::is_ident by David Tolnay · 6 years ago
  11. a1c9807 Make doc examples compatible with stable by David Tolnay · 6 years ago
  12. 9d0882a Parse associated type bounds in path by David Tolnay · 6 years ago
  13. 12f3b6f Remove PathTokens from public API by David Tolnay · 6 years ago
  14. 0d3e5cd Remove Path::global by David Tolnay · 6 years ago
  15. 206edfb Identify parser functions as conditional by David Tolnay · 6 years ago
  16. bbbd530 Document Path::parse_mod_style by David Tolnay · 6 years ago
  17. 38a6d84 Remove XXX notes by David Tolnay · 6 years ago
  18. 9b00f65 Remove macro_use and extern crate in doc tests by David Tolnay · 6 years ago
  19. 6402391 Move TokensOrDefault out of root by David Tolnay · 6 years ago
  20. 66cb0c4 Lifetimes as single tokens from cursor by David Tolnay · 6 years ago
  21. 94d304f Move extension traits into top level ext module by David Tolnay · 6 years ago
  22. 73b7ca1 Format with rustfmt 0.99.2 by David Tolnay · 6 years ago
  23. f5ebc19 Remove parse_synom shim by David Tolnay · 6 years ago
  24. 0dea1b9 Replace old Ident::parse_any by David Tolnay · 6 years ago
  25. 8db2d66 Remove ty_no_eq_after by David Tolnay · 6 years ago
  26. 248a4e1 Remove old mod style path parsing by David Tolnay · 6 years ago
  27. 310b326 Make individual expr impls private by David Tolnay · 6 years ago
  28. 6029108 Implement some atom exprs by David Tolnay · 6 years ago
  29. a7d69fc Parse types by David Tolnay · 6 years ago
  30. 4fb7123 Parse paths by David Tolnay · 6 years ago
  31. 9cc2f09 Fix bastion of the turbofish by David Tolnay · 6 years ago
  32. 0a4d4e9 Support feature(extern_in_paths) by David Tolnay · 6 years ago
  33. 65fb566 Format with rustfmt 0.7.0 by David Tolnay · 6 years ago
  34. 857e7e7 Merge pull request #426 from alexcrichton/next by David Tolnay · 6 years ago
  35. 446f7d6 Eliminate to_string() in Ident comparisons by David Tolnay · 6 years ago
  36. e303b7c Preserve syn::Ident as a re-export by David Tolnay · 6 years ago
  37. ac02b18 Don't parse a plus sign when parsing a function type's return type. by Geoffry Song · 6 years ago
  38. f0fea9a Fix doctests and macros by Alex Crichton · 6 years ago
  39. a74a1c8 Update to the next version of proc-macro2 by Alex Crichton · 6 years ago
  40. 94d2b79 Format with rustfmt 0.4.2 by David Tolnay · 6 years ago
  41. 96c6fbe Allow cond_reduce without a sub parser by David Tolnay · 6 years ago
  42. 298570b Print generic params and generic arguments in the right order by David Tolnay · 6 years ago
  43. c043519 Clean up some type docs by David Tolnay · 7 years ago
  44. 461d98e Document what feature everything requires by David Tolnay · 7 years ago
  45. 0565850 The remaining syntax tree documentation by David Tolnay · 7 years ago
  46. a454c8f Documentation of expression types by David Tolnay · 7 years ago
  47. e826d81 Documentation of path generics by David Tolnay · 7 years ago
  48. 5608068 Rename one of the two meanings of 'item' by David Tolnay · 7 years ago
  49. 5553501 Add license boilerplate to source files by David Tolnay · 7 years ago
  50. 056de30 Move Path to its own file by David Tolnay · 7 years ago