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
2022-10-13
Move some tests to more reasonable directories
Caio
-0
/
+33
2022-10-01
bless ui tests
Maybe Waffle
-4
/
+4
2022-09-27
add a label to struct/enum/union ident name
Takayuki Maeda
-0
/
+2
2022-09-15
Remove the let_else feature gate from the testsuite
est31
-14
/
+12
2022-09-15
Remove feature gate from let else suggestion
est31
-2
/
+2
2022-09-13
Rebase fallout.
Camille GILLOT
-12
/
+8
2022-09-08
Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank
Dylan DPC
-154
/
+103
2022-09-06
Shrink span for bindings with subpatterns.
Camille GILLOT
-154
/
+103
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-180
/
+180
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-21
Note closure kind mismatch cause
Michael Goulet
-3
/
+27
2022-08-21
Rework point-at-arg
Michael Goulet
-3
/
+3
2022-08-17
Reenable early feature-gates as future-compat warnings
Christopher Durham
-1
/
+28
2022-08-09
suggest adding an appropriate missing pattern excluding comments
Takayuki Maeda
-0
/
+43
2022-07-09
Rollup merge of #99008 - obeis:issue-98974, r=compiler-errors
Dylan DPC
-4
/
+16
2022-07-08
Update ui test for the new E0530 suggestion
Obei Sideg
-4
/
+16
2022-07-07
Shorten span for closures.
Camille GILLOT
-1
/
+1
2022-07-06
use `named_span` in case of tuple variant
Takayuki Maeda
-6
/
+6
2022-07-01
Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez
bors
-3
/
+3
2022-07-01
Only label place where type is needed if span is meaningful
Michael Goulet
-3
/
+3
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-105
/
+57
2022-06-24
improve wording of a suggestion
Maybe Waffle
-1
/
+1
2022-06-23
Suggest defining variable as mutable on `&mut _` type mismatch in pats
Maybe Waffle
-0
/
+5
2022-06-19
Be more hygenic with spans
Michael Goulet
-56
/
+38
2022-06-19
Only omit trailing comma if block doesn't come from macro expansion
Michael Goulet
-1
/
+1
2022-06-16
bless clippy tests
klensy
-1
/
+1
2022-06-16
Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-...
Yuki Okushi
-1
/
+5
2022-06-10
Fix suggestions for `&a: T` parameters
Maybe Waffle
-1
/
+5
2022-06-10
Bless tests.
Camille GILLOT
-92
/
+84
2022-06-02
add new `emit_inference_failure_err`
lcnr
-8
/
+14
2022-05-29
Note pattern mismatch coming from for-loop desugaring
Michael Goulet
-0
/
+43
2022-05-20
Move tests
Caio
-0
/
+15
2022-04-27
Make [e]println macros eagerly drop temporaries (for backport)
David Tolnay
-1
/
+1
2022-04-26
Move some tests to more reasonable places
Caio
-0
/
+44
2022-04-16
Implementation for 65853
Jack Huey
-1
/
+9
2022-04-10
Delay a bug when we see SelfCtor in ref pattern
Michael Goulet
-0
/
+20
2022-03-30
Restore `impl Future<Output = Type>` to async blocks
Michael Goulet
-1
/
+1
2022-03-27
Point (again) to more expressions with their type, even if not fully resolved
Esteban Kuber
-1
/
+8
2022-03-22
remove [async output] from impl Future
Michael Goulet
-1
/
+1
2022-03-16
Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC
Dylan DPC
-1
/
+1
2022-03-12
Fix rebase conflicts with stderr files
Devin Ragotzy
-53
/
+160
2022-03-12
Only filter doc(hidden) fields/variants when not crate local
Devin Ragotzy
-9
/
+65
2022-03-12
Update output for doc hidden usefulness ui test output
Devin Ragotzy
-62
/
+64
2022-03-12
Add struct to doc hidden usefulness ui tests
Devin Ragotzy
-11
/
+35
2022-03-12
Add struct to stability ui tests in usefulness
Devin Ragotzy
-15
/
+60
2022-03-11
Format core and std macro rules, removing needless surrounding blocks
David Tolnay
-1
/
+1
2022-03-08
Do not suggest `let_else` if no bindings would be introduced
Esteban Kuber
-16
/
+0
2022-03-08
Suggest `if let`/`let_else` for refutable pat in `let`
Esteban Kuber
-14
/
+38
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-146
/
+146
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-523
/
+654
[next]