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
/
match
Age
Commit message (
Expand
)
Author
Lines
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-2
/
+2
2025-04-26
Improve HIR pretty-printing of if/else some more.
Nicholas Nethercote
-4
/
+4
2025-04-25
Improve pretty printing of if/else.
Nicholas Nethercote
-6
/
+6
2025-04-25
Fix some pretty printing indents.
Nicholas Nethercote
-4
/
+4
2025-04-16
Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests
Lukas Wirth
-0
/
+2
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-4
/
+4
2025-03-21
remove `feature(inline_const_pat)`
lcnr
-30
/
+11
2025-03-07
mir_build: consider privacy when checking for irrefutable patterns
Maja Kądziołka
-0
/
+70
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-4
/
+4
2025-02-14
Consider add-prefix replacements too
Michael Goulet
-12
/
+8
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-10
/
+15
2025-02-04
Quickfix `//@ check-pass` is enough
DuskyElf
-1
/
+1
2025-02-04
Rename and Move some UI tests to more suitable subdirs
DuskyElf
-0
/
+24
2025-01-23
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
许杰友 Jieyou Xu (Joe)
-5
/
+5
2025-01-08
move the experimental match ergonomics tests to be with the other rfc 3627 tests
dianne
-1034
/
+0
2025-01-07
make experimental pattern typing features mutually exclusive
dianne
-180
/
+11
2024-12-31
Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank
Trevor Gross
-3
/
+4
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-6
/
+3
2024-12-12
Tweak multispan rendering
Esteban Küber
-2
/
+1
2024-12-04
Add more context to fall-through "const pattern of non-structural type" error
Esteban Küber
-1
/
+3
2024-12-04
Add context to fall-through "const pattern of non-structural type" error
Esteban Küber
-0
/
+3
2024-12-04
Reword message for non-structural type constant in pattern
Esteban Küber
-2
/
+2
2024-12-04
Specify type kind of constant that can't be used in patterns
Esteban Küber
-2
/
+2
2024-12-04
Tweak output of some const pattern errors
Esteban Küber
-1
/
+1
2024-12-04
On `const` pattern errors, point at the `const` item definition
Esteban Küber
-0
/
+6
2024-11-25
`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`
dianne
-3
/
+4
2024-11-23
Update tests for new TRPL chapter order
Chris Krycho
-2
/
+2
2024-11-22
Stabilize the 2024 edition
Eric Huss
-74
/
+68
2024-11-17
Point at const when intended binding fall-through pattern is a const
Esteban Küber
-0
/
+37
2024-07-05
Match ergonomics 2024: test type inference
Jules Bertholet
-9
/
+87
2024-07-05
Match ergonomics 2024: `&` matches `&mut` on old editions
Jules Bertholet
-0
/
+15
2024-07-05
Rename edition 2021 fail test
Jules Bertholet
-10
/
+10
2024-06-27
Implement TC's match ergonomics 2024 proposal
Jules Bertholet
-44
/
+392
2024-06-23
Replace `f16` and `f128` pattern matching stubs with real implementations
Trevor Gross
-1
/
+44
2024-06-06
Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf...
Matthias Krüger
-137
/
+151
2024-05-20
hir pretty: fix block indent
Nilstrieb
-7
/
+7
2024-05-15
Gate implicit mutable by-reference bindings behind `mut ref`
Jules Bertholet
-2
/
+33
2024-05-15
`&mut` no longer peels off `&`
Jules Bertholet
-62
/
+119
2024-05-15
Remove `ref_pat_everywhere`
Jules Bertholet
-74
/
+0
2024-05-10
Comments and fixes
Jules Bertholet
-42
/
+108
2024-05-10
Fix spans when macros are involved
Jules Bertholet
-4
/
+3
2024-05-10
Various fixes:
Jules Bertholet
-24
/
+41
2024-05-10
Match ergonomics 2024: let `&` patterns eat `&mut`
Jules Bertholet
-69
/
+115
2024-05-02
Stabilize exclusive_range
Ross Smyth
-17
/
+14
2024-04-29
Change wording
est31
-1
/
+1
2024-04-28
Add a note to the ArbitraryExpressionInPattern error
est31
-0
/
+2
2024-04-15
Ensure inherited reference is never set to `&mut` behind an `&`
Jules Bertholet
-23
/
+59
2024-04-15
Support `let &mut x = &&mut 0;`
Jules Bertholet
-3
/
+44
2024-04-15
Properly downgrade inherited mutability
Jules Bertholet
-2
/
+72
2024-04-15
Match ergonomics 2024: Implement eat-one-layer
Jules Bertholet
-0
/
+400
[next]