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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
pattern
Age
Commit message (
Expand
)
Author
Lines
2021-08-30
Handle irrufutable or unreachable let-else
Cameron Steffen
-12
/
+21
2021-08-26
Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank
Manish Goregaokar
-37
/
+1020
2021-08-25
Adjust spans
Noah Lev
-69
/
+193
2021-08-21
Bless tests
Noah Lev
-17
/
+17
2021-08-21
Add cross-crate tuple field count error test
Noah Lev
-0
/
+613
2021-08-21
Make E0023 spans even more precise
Noah Lev
-88
/
+58
2021-08-21
Add more tuple pattern too many fields test cases
Noah Lev
-6
/
+258
2021-08-17
Make spans for tuple patterns in E0023 more precise
Noah Lev
-24
/
+48
2021-08-16
Don't mark `if_let_guard` as an incomplete feature
Léo Lanteri Thauvin
-5
/
+4
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-18
/
+20
2021-08-11
Modify structured suggestion output
Esteban Küber
-26
/
+26
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-07-27
Auto merge of #85305 - MarcusDunn:master, r=pnkfelix
bors
-259
/
+202
2021-07-18
Remove impl trait bindings handling on const AST lowering
Santiago Pastorino
-18
/
+0
2021-07-17
Auto merge of #86761 - Alexhuszagh:master, r=estebank
bors
-22
/
+0
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-22
/
+0
2021-07-02
Improve error reporting for modifications behind `&` references
Fabian Wolff
-4
/
+4
2021-06-19
Refactor `PatternError` structure
Yuki Okushi
-14
/
+46
2021-06-04
updated line #'s on ui tests and removed feature flag test
marcusdunn
-217
/
+202
2021-06-04
removed more uses of feature gate
marcusdunn
-2
/
+0
2021-06-04
removed uses of feature gate
marcusdunn
-40
/
+0
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-05-02
add suggestion for unit enum variant when matched with a patern
Aliénore Bouttefeux
-3
/
+13
2021-04-12
Compiler error messages: reduce assertiveness of message E0384
James Addison
-2
/
+2
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-4
/
+2
2021-03-22
Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis
bors
-14
/
+10
2021-03-20
Move some tests to more reasonable directories - 5
Caio
-0
/
+30
2021-03-19
update tests
mark
-14
/
+10
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-2
/
+1
2021-02-23
Rollup merge of #82308 - estebank:issue-82290, r=lcnr
Dylan DPC
-0
/
+27
2021-02-19
Lower condition of `if` expression before it's "then" block
Esteban Küber
-0
/
+27
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-4
/
+26
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-4
/
+4
2021-02-13
Add match pattern diagnostics regression test
Bram van den Heuvel
-0
/
+29
2021-02-07
Auto merge of #80632 - Nadrieril:fix-80501, r=varkor
bors
-0
/
+27
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-13
/
+13
2021-02-03
move test to be with the others
mark
-44
/
+0
2021-01-26
Account for existing `_` field pattern when suggesting `..`
Esteban Küber
-2
/
+2
2021-01-24
Identify subpatterns by the path to them instead of spans
Nadrieril
-21
/
+3
2021-01-24
Add tests
Nadrieril
-0
/
+45
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+244
2021-01-12
Include `..` suggestion if fields are all wildcards
Camelid
-6
/
+16
2021-01-12
Always show suggestions in their own subwindows
Camelid
-20
/
+30
2021-01-12
Add a test case with lots of whitespace
Camelid
-8
/
+34
2021-01-12
Only suggest `..` if more than one field is missing
Camelid
-60
/
+26
2021-01-12
Specialize `..` help message for all fields vs. the rest
Camelid
-13
/
+13
2021-01-12
Suggest `Variant(..)` if all of the mentioned fields are `_`
Camelid
-4
/
+4
2021-01-12
Suggest `_` and `..` if a pattern has too few fields
Camelid
-0
/
+179
2021-01-12
Add tests for uninhabited types
Nadrieril
-212
/
+351
2021-01-12
Deduplicate some tests using revisions
Nadrieril
-227
/
+74
[next]