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
/
structs
Age
Commit message (
Expand
)
Author
Lines
2022-09-28
fix a ui test
Takayuki Maeda
-3
/
+5
2022-09-28
improve errors for incomplete functions in struct definitions
Takayuki Maeda
-0
/
+18
2022-09-27
add a label to struct/enum/union ident name
Takayuki Maeda
-0
/
+9
2022-09-25
Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot
bors
-11
/
+23
2022-08-22
Simplify create_substs_for_associated_item
Michael Goulet
-11
/
+23
2022-08-09
Extend comma suggestion to cases where fields arent missing
Michael Goulet
-11
/
+60
2022-06-19
Be more specific for what lifetimes are not allowed on
Michael Goulet
-5
/
+5
2022-06-16
diagnostics: fix trailing space
klensy
-3
/
+3
2022-06-02
review comments
Esteban Küber
-2
/
+2
2022-06-01
Make output more specific
Esteban Küber
-15
/
+25
2022-06-01
Fix typo
Esteban Küber
-2
/
+2
2022-06-01
More accurately handle suggestions
Esteban Küber
-12
/
+14
2022-06-01
Provide more context when denying invalid type params
Esteban Küber
-0
/
+32
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+4
2022-03-28
Remove duplicated and unused test files
Caio
-0
/
+56
2022-03-28
Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty...
bors
-0
/
+122
2022-03-28
suggest replacing field when using the same type
Takayuki Maeda
-0
/
+122
2022-03-27
diagnostics: suggest missing comma in bad FRU syntax
Michael Howell
-0
/
+56
2022-03-27
Point (again) to more expressions with their type, even if not fully resolved
Esteban Kuber
-0
/
+6
2021-12-14
Make TyS::is_suggestable more structual
Michael Goulet
-6
/
+0
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-3
/
+3
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+38
2021-08-11
Modify structured suggestion output
Esteban Küber
-6
/
+6
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-3
/
+6
2021-05-11
improve diagnosts for GATs
b-naber
-8
/
+8
2021-05-07
Also take unions and enums into account
LeSeulArtichaut
-5
/
+42
2021-05-07
Add basic test
LeSeulArtichaut
-0
/
+25
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-17
/
+15
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-2
/
+2
2021-03-14
Rollup merge of #82789 - csmoe:issue-82772, r=estebank
Yuki Okushi
-5
/
+7
2021-03-12
fix: check before index into generated patterns
csmoe
-17
/
+3
2021-03-12
add ui testcase for issue 82772
csmoe
-8
/
+24
2021-03-05
Update tests names to start with `issue-`
Henry Boisdequin
-1
/
+1
2021-02-25
Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor
Dylan DPC
-0
/
+20
2021-02-25
add helpful error notes and fix the false 'defined here' messages
Henry Boisdequin
-0
/
+20
2021-02-23
Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank
Dylan DPC
-0
/
+40
2021-02-20
Fix suggestion span and move suggestions into new subwindow.
Reese Williams
-6
/
+12
2021-02-14
Clarify error message and remove pretty printing in help suggestions.
Reese Williams
-4
/
+8
2021-01-26
Tweak suggestion for missing field in patterns
Esteban Küber
-2
/
+2
2021-01-20
Improve suggestion for tuple struct pattern matching errors.
Reese Williams
-0
/
+30
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-19
/
+37
2020-11-06
Fixing Spelling Typos
ankushduacodes
-2
/
+2
2020-09-11
Provide suggestion for missing fields in patterns
Esteban Küber
-0
/
+18
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-5
/
+5
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-15
/
+44
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+17
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-4
/
+4
2020-03-22
Add span label to primary error span
Esteban Küber
-10
/
+10
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-4
/
+28
[next]