index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
macro
Age
Commit message (
Expand
)
Author
Lines
2025-10-01
mbe: Add parsing tests for `unsafe` macro rules
Josh Triplett
-9
/
+45
2025-09-26
Ignore more failing ui tests for GCC backend
Guillaume Gomez
-5
/
+6
2025-08-14
mbe: Parse macro `derive` rules
Josh Triplett
-6
/
+139
2025-08-08
mbe: Add parser test for macro attribute recovery
Josh Triplett
-0
/
+50
2025-08-08
mbe: Parse macro attribute rules
Josh Triplett
-0
/
+112
2025-07-05
Rename tests named with `mbe` to use `macro` instead
Josh Triplett
-1
/
+1
2025-07-05
Move macro tests in `parser` into `macro` directory
Josh Triplett
-0
/
+499
2025-07-03
mbe: Gracefully handle macro rules that end after `=>`
Josh Triplett
-0
/
+78
2025-06-24
mbe: Clean up code with non-optional `NonterminalKind`
Trevor Gross
-9
/
+17
2025-06-12
Make `missing_fragment_specifier` an unconditional error
Trevor Gross
-17
/
+8
2025-05-27
Report text_direction_codepoint_in_literal when parsing
Matthew Jasper
-0
/
+125
2025-04-15
Improve parse errors for lifetimes in type position
León Orell Valerian Liehr
-26
/
+57
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-1
/
+1
2025-04-02
Remove `NtExpr` and `NtLiteral`.
Nicholas Nethercote
-2
/
+2
2025-02-23
Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors
Jacob Pratt
-1
/
+6
2025-02-22
Fix "missing match arm body" suggestion involving `!`
Esteban Küber
-1
/
+6
2025-02-21
Remove `NtTy`.
Nicholas Nethercote
-4
/
+13
2024-10-28
Tweak more warnings.
Nicholas Nethercote
-4
/
+4
2024-10-28
Tweak `expand_incomplete_parse` warning.
Nicholas Nethercote
-8
/
+8
2024-07-24
Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`
Trevor Gross
-0
/
+11
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-1
/
+6
2024-06-03
Spruce up the diagnostics of some early lints
León Orell Valerian Liehr
-2
/
+2
2024-06-01
Reject CVarArgs in parse_ty_for_where_clause
León Orell Valerian Liehr
-0
/
+11
2024-05-11
Add parser tests for statement boundary insertion
David Tolnay
-0
/
+104
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-3
/
+3
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-0
/
+16
2023-12-03
Disallow an arm without a body (except for never patterns)
Nadrieril
-1
/
+8
2023-12-03
Detect attempts to expand a macro to a match arm again
Nadrieril
-0
/
+2
2023-12-03
Parse a pattern with no arm
Nadrieril
-7
/
+10
2023-11-24
Show number in error message even for one error
Nilstrieb
-6
/
+6
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+2
2023-08-21
discard dummy field for macro invocation when parse struct
bohan
-38
/
+44
2023-08-02
Add test for enum with fields
Catherine Flores
-31
/
+53
2023-07-24
Recover from some macros
Catherine Flores
-86
/
+88
2023-07-24
Specify macro is invalid in certain contexts
Catherine
-0
/
+148
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+393