1. e24eecf Merge pull request #2348 from ehuss/fix-more-comments by Travis Cross · 9 days ago master
  2. c49c560 Remove unreachable alternative in `OUTER_BLOCK_DOC` by Travis Cross · 9 days ago
  3. 6cdb81d Add test cases for deeper nesting and inner doc CRs by Travis Cross · 9 days ago
  4. 1ca9667 Fix spacing in `NESTED_BLOCK_DOC_COMMENT` rule by Travis Cross · 9 days ago
  5. 231f771 Also include the hard-coded test cases for grammar check by Eric Huss · 9 days ago
  6. 0078db3 Fix nested comments with respect to carriage returns by Eric Huss · 9 days ago
  7. 54298a5 Revert BLOCK_COMMENT change for shebang support by Eric Huss · 9 days ago
  8. 1c79291 Add separate BLOCK_CHAR and DOC_BLOCK_CHAR productions by Eric Huss · 9 days ago
  9. 7213954 Add some tests for nested CR in comments by Eric Huss · 9 days ago
  10. a2f45cf Make it easier to see CR output in test errors by Eric Huss · 9 days ago
  11. 4771618 Add some test cases by Eric Huss · 9 days ago
  12. 7ae6109 Merge pull request #2336 from RalfJung/dangling by Travis Cross · 9 days ago
  13. 42163cf Use an intra-doc path for the allocation link by Travis Cross · 9 days ago
  14. 9e185a2 Merge pull request #2347 from ehuss/fix-nightly-check by Travis Cross · 9 days ago
  15. a219e88 Include the ThreeIterator permutation checks by Eric Huss · 9 days ago
  16. b0f06ab Fix nightly Token check by Eric Huss · 9 days ago
  17. d03701c Merge pull request #2346 from rust-lang/TC/sort-grammar-file-walk by Travis Cross · 10 days ago
  18. a9b6a3c Order grammar summary deterministically by Travis Cross · 11 days ago
  19. 3a380bc Merge pull request #2345 from rust-lang/TC/remove-stale-textual-file by Travis Cross · 11 days ago
  20. e66bfc1 Remove leftover `types/textual.md` file by Travis Cross · 11 days ago
  21. f0939b8 Merge pull request #2344 from rust-lang/TC/fix-non-leaf-rules-with-bodies by Travis Cross · 11 days ago
  22. 2f428f7 Fix `edition2024` rule IDs in patterns chapter by Travis Cross · 12 days ago
  23. 19330a5 Make stray subrules into siblings by Travis Cross · 12 days ago
  24. 2a73462 Add rule ID for variadic function syntax by Travis Cross · 12 days ago
  25. a772111 Split lint group rules by Travis Cross · 12 days ago
  26. 9150fd2 Split drop-order sentence out from nesting rule by Travis Cross · 12 days ago
  27. d335131 Fix macro textual scope shadowing link target by Travis Cross · 12 days ago
  28. fad35e1 Add rule ID for function-local macro declarations by Travis Cross · 12 days ago
  29. 8bb6d4e Fix too-nested `items.generics.syntax` rules by Travis Cross · 12 days ago
  30. 2941862 Move `.intro` rules to cover leading notes and examples by Travis Cross · 12 days ago
  31. 95081a7 Add `.intro` rules where missing by Travis Cross · 12 days ago
  32. f491599 Merge pull request #2343 from rust-lang/TC/fix-rule-ids-not-following-header-hierarchy by Travis Cross · 11 days ago
  33. 8ec0e61 Fix rule IDs not following the header hierarchy by Travis Cross · 12 days ago
  34. 41a163d Merge pull request #2342 from rust-lang/TC/fix-verbatim-modifier-heading-level by Travis Cross · 12 days ago
  35. 1db6a84 Fix heading level of the `verbatim` modifier section by Travis Cross · 12 days ago
  36. 360522c Merge pull request #2341 from rust-lang/TC/fix-diagnostics-deprecated-allowed-positions-rule-id by Travis Cross · 13 days ago
  37. 32f6c0f Fix `...diagnostics.deprecated...` rule ID by Travis Cross · 13 days ago
  38. b7d024a Merge pull request #2283 from ehuss/stabilize-never by Travis Cross · 2 weeks ago
  39. 852079c Add a comment explaining the FromStr example by Eric Huss · 3 months ago
  40. d9abf6b Link to divergence in never type intro by Eric Huss · 3 months ago
  41. 6a6ec86 Remove "other" on never type coercion by Eric Huss · 3 months ago
  42. a513d05 Move never type example, and update for stabilization by Eric Huss · 3 months ago
  43. 40cd49a Move type.never.intro to the top by Eric Huss · 3 months ago
  44. d9d9ed5 Simplify examples that worked around unstable `!` by Travis Cross · 5 months ago
  45. 5899ca3 Document stabilization of the never type by Travis Cross · 5 months ago
  46. 9bcd30c Merge pull request #2339 from Wilfred/patch-1 by Travis Cross · 2 weeks ago
  47. 0002ca2 Add missing punctuation by Wilfred Hughes · 2 weeks ago
  48. a6102f9 Merge pull request #2018 from RalfJung/repr-c-enum by Travis Cross · 2 weeks ago
  49. 30b36b5 Remove parens from nonparenthetical clause by Travis Cross · 2 weeks ago
  50. 835307d Add examples for the `enum` layout rules by Travis Cross · 2 weeks ago
  51. 3eca88f Add examples for the discriminant type rules by Travis Cross · 3 weeks ago
  52. 88ca38a Consolidate discriminant typing in the `enum` chapter by Travis Cross · 3 weeks ago
  53. f5dc40c Add parenthetical about C23 and fixed underlying types by Travis Cross · 3 weeks ago
  54. f9c7e98 Reword `enum` portability note into the imperative mood by Travis Cross · 3 weeks ago
  55. 1724ca8 Drop inline link target in the portability note by Travis Cross · 3 weeks ago
  56. 99ff55e Note that `rustc` accepts bad discriminant values by Travis Cross · 3 weeks ago
  57. 4e4a6ab Refactor fieldless `repr(C)` enum rules by Travis Cross · 3 weeks ago
  58. 40ca6c4 emphasize that the isize values matter by Ralf Jung · 11 months ago
  59. 0e004a6 also allow enums where all discriminant values fit an unsigned int by Ralf Jung · 11 months ago
  60. 57360f2 fix field-less repr(C) enum docs by Ralf Jung · 12 months ago
  61. 9ae00ff dangling pointers: turn some consequences of the definition into notes by Ralf Jung · 3 weeks ago
  62. 3b38834 Merge pull request #2331 from rust-lang/TC/fix-shebang-grammar by Travis Cross · 3 weeks ago
  63. 853831a Tolerate malformed comments in shebang lookahead by Travis Cross · 3 weeks ago TC/fix-shebang-grammar
  64. d39edf2 Merge pull request #2330 from ehuss/fix-some-lexer-grammar by Travis Cross · 3 weeks ago
  65. 64c5bef Merge pull request #2325 from ehuss/lexer4 by Travis Cross · 3 weeks ago
  66. 508c53c Fix typo by Travis Cross · 3 weeks ago
  67. 5b328bc Fix BLOCK_COMMENT in the context of SHEBANG by Eric Huss · 3 weeks ago
  68. 3befb8b Fix the grammar for OUTER_BLOCK_DOC and bare CR by Eric Huss · 3 weeks ago
  69. afeea28 Fix the grammar for string continuation by Eric Huss · 3 weeks ago
  70. eda7083 Merge pull request #2329 from rust-lang/TC/revert-risc-def by Eric Huss · 3 weeks ago
  71. 71bc0a2 Revert "Document RISC-V d, e, and f extensions" by Travis Cross · 3 weeks ago TC/revert-risc-def
  72. 1621a64 Add grammar validation tool by Eric Huss · 4 weeks ago
  73. a1de0dc Minor code cleanup in grammar by Eric Huss · 4 weeks ago
  74. ea0bdaf Add a unique ID to each Expression node by Eric Huss · 4 weeks ago
  75. b438ef4 Derive Debug for grammar::parser::Error by Eric Huss · 4 weeks ago
  76. 6fc2917 Clarify ExpressionKind::Unicode doc comment by Eric Huss · 4 weeks ago
  77. 6332b0a Add a Display impl for Expression by Eric Huss · 4 weeks ago
  78. 05de2fb Change keywords list to be part of the grammar by Eric Huss · 4 weeks ago
  79. 7243cad Update C_STRING_LITERAL to help with parsing by Eric Huss · 4 weeks ago
  80. f8a3bd4 Add last_expr and is_break helper methods by Eric Huss · 7 months ago
  81. 4c1538f Rewrite Charset so that it uses Expression by Eric Huss · 7 months ago
  82. 8f8f7d6 Merge pull request #2328 from lukaslueg/railroad39 by Eric Huss · 3 weeks ago
  83. aa11837 Bump railroad-dependency; themed syntax diagrams by lukaslueg · 4 weeks ago
  84. 9df7eb8 Merge pull request #2321 from folkertdev/c-variadic-naked-functions by Travis Cross · 4 weeks ago
  85. 4063aaf Cover the `-unwind` variants in the naked ABI rule by Travis Cross · 5 weeks ago
  86. bbc1245 Rework the naked C-variadic example by Travis Cross · 5 weeks ago
  87. ce76b34 Clarify the ABI rule for naked variadic functions by Travis Cross · 5 weeks ago
  88. 9912c14 Link the first use of "naked functions" in the rule by Travis Cross · 5 weeks ago
  89. 9724a4f Use rule links for the naked C-variadic references by Travis Cross · 5 weeks ago
  90. 1ee6aaa carve out space for naked functions by Folkert de Vries · 5 weeks ago
  91. 45726ce use sysv64 (generated with gcc https://godbolt.org/z/5nvjvzx8n) by Folkert de Vries · 5 weeks ago
  92. 7c012d9 document naked c-variadic functions by Folkert de Vries · 5 weeks ago
  93. e6402cf Merge pull request #2300 from folkertdev/extern-custom by Travis Cross · 4 weeks ago
  94. 4956ce9 Add example for non-unit return with `extern "custom"` by Travis Cross · 4 weeks ago
  95. 2a4f50f Add example for `cold` on `extern "custom"` functions by Travis Cross · 4 weeks ago
  96. 0a7b870 Move `extern "custom"` `cold` rule to `cold` attribute by Travis Cross · 4 weeks ago
  97. 99dfffa Revise the new `extern "custom"` rules by Travis Cross · 4 weeks ago
  98. 217edc5 note that the cold attribute is rejected by Folkert de Vries · 4 weeks ago
  99. 7474a51 note that the unit return type is syntactic: aliases are not resolved by Folkert de Vries · 4 weeks ago
  100. 6a5392a Merge pull request #2293 from zachs18/zst-empty-enum by Travis Cross · 4 weeks ago