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
/
src
/
test
/
ui
/
did_you_mean
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3685
/
+0
2023-01-01
Verbose suggestions
Esteban Küber
-10
/
+25
2022-12-28
Use verbose suggestions for mutability errors
Esteban Küber
-28
/
+60
2022-12-05
Tweak "the following other types implement trait"
Esteban Küber
-9
/
+0
2022-11-08
use subdiagnostic for sugesting add let
yukang
-0
/
+5
2022-11-05
Do not make typo suggestions when suggesting pattern matching
Deadbeef
-0
/
+30
2022-10-05
Delay function resolution error until typeck
Michael Goulet
-8
/
+8
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-09-22
Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...
bors
-2
/
+2
2022-09-16
bless tests
Deadbeef
-2
/
+2
2022-09-15
more tweak on diagnostic messages
yukang
-21
/
+53
2022-09-15
fix 101793, fix the wording of help msg for bitwise not
yukang
-6
/
+16
2022-08-21
Prefer non-Self non-method types over Self, first
Michael Goulet
-8
/
+8
2022-08-21
Rework point-at-arg
Michael Goulet
-4
/
+8
2022-08-05
recover require,include instead of use in item
yukang
-2
/
+30
2022-07-31
--bless tests
Maybe Waffle
-5
/
+15
2022-07-07
Track implicit `Sized` obligations in type params
Esteban Küber
-1
/
+1
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-2
/
+2
2022-06-25
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...
Matthias Krüger
-1
/
+1
2022-06-22
point to type param definition when not finding variant, method and assoc type
Takayuki Maeda
-1
/
+1
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-06-13
Improve parsing errors and suggestions for bad if statements
Michael Goulet
-2
/
+8
2022-06-07
recover `import` instead of `use` in item
Michael Goulet
-0
/
+44
2022-04-24
Fix suggestion for `_` on return type for fn in impl for Trait
Michael Goulet
-11
/
+16
2022-04-24
Suggest replacing `_` in type signature of impl for Trait
Michael Goulet
-0
/
+43
2022-04-16
Implementation for 65853
Jack Huey
-1
/
+8
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-6
/
+6
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-10
/
+10
2022-04-04
Fix list length
Esteban Kuber
-0
/
+18
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-4
/
+6
2022-04-01
Rollup merge of #95293 - compiler-errors:braces, r=davidtwco
Matthias Krüger
-15
/
+63
2022-03-27
suggest wrapping in struct tuples as well
Michael Goulet
-3
/
+25
2022-03-27
do not suggest enum tuple variant for named field variant
Michael Goulet
-1
/
+24
2022-03-27
suggest wrapping patterns with compatible enum variants
Michael Goulet
-0
/
+109
2022-03-24
suggest wrapping single-expr blocks in square brackets
Michael Goulet
-15
/
+63
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-2
/
+3
2022-03-02
Add more tests for mismatched Option/Result return types.
Mara Bos
-8
/
+68
2022-02-28
Tweak diagnostics
Esteban Kuber
-36
/
+15
2022-02-14
Make `find_similar_impl_candidates` a little fuzzier.
Ben Reeves
-1
/
+2
2022-01-22
respect doc(hidden) when suggesting available fields
Ibraheem Ahmed
-0
/
+43
2022-01-18
generic_arg_infer: placeholder in signature err
lcnr
-20
/
+20
2022-01-17
Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...
Matthias Krüger
-7
/
+7
2022-01-14
Don't use source-map when detecting struct field shorthand
Michael Goulet
-1
/
+1
2022-01-14
Fix `try wrapping expression in variant` suggestion with struct field shorthand
Michael Goulet
-9
/
+30
2022-01-13
Fix suggesting turbofish with lifetime arguments
Michael Goulet
-7
/
+7
2021-12-18
Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgr
bors
-9
/
+29
2021-12-18
get_mut_span_in_struct_field uses span.between
Lucas Kent
-1
/
+1
2021-12-17
Improve suggestion to change struct field to &mut
Lucas Kent
-9
/
+29
2021-12-04
Use multipart suggestions.
Camille GILLOT
-1
/
+5
2021-12-04
Include output type in fn trait bounds.
Camille GILLOT
-1
/
+1
[next]