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
/
binop
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1595
/
+0
2022-12-13
Stop pointing to operators if their libcore method source is not available
Oli Scherer
-52
/
+12
2022-12-13
Inform the user which trait is meant in the diagnostic itself instead of rely...
Oli Scherer
-10
/
+10
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-66
/
+40
2022-12-05
Tweak "the following other types implement trait"
Esteban Küber
-8
/
+3
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-0
/
+4
2022-10-19
Generalize call suggestion for unsatisfied predicate
Michael Goulet
-1
/
+1
2022-10-19
Standardize arg suggestions between typeck and trait selection
Michael Goulet
-1
/
+1
2022-09-26
address review
b-naber
-8
/
+8
2022-09-08
Avoid source-map call in operator error
Michael Goulet
-1
/
+1
2022-09-04
Rollup merge of #100647 - obeis:issue-99875, r=nagisa
Matthias Krüger
-1
/
+1
2022-08-29
Make the trait bound is not satisfied specify kind
Obei Sideg
-1
/
+1
2022-08-28
More descriptive argument placeholders
Michael Goulet
-2
/
+2
2022-08-28
Suggest calling when operator types mismatch
Michael Goulet
-0
/
+5
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-95
/
+35
2022-06-28
Remove redundant logic to suggest `as_ref`
Michael Goulet
-2
/
+14
2022-05-17
Taking review into account
ricked-twice
-10
/
+4
2022-04-26
Move some tests to more reasonable places
Caio
-0
/
+43
2022-04-25
Replace suggest_constraining_param with suggest_restricting_param_bound
Will Crichton
-0
/
+36
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-4
/
+4
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-17
/
+17
2022-04-04
Fix list length
Esteban Kuber
-0
/
+20
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+30
2022-02-16
Make implementation generic
Lucas Kent
-8
/
+8
2021-12-14
test should pass :sweat_smile:
ouz-a
-0
/
+1
2021-12-14
Add regression test and comment
ouz-a
-0
/
+8
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+136
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+72
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+30
2021-10-15
Bless tests
Cameron Steffen
-2
/
+2
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-15
/
+198
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-23
/
+23
2021-06-16
Update test stderr files
Aris Merchant
-5
/
+0
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-2
/
+2
2021-02-14
Apply suggestions
Benoît du Garreau
-2
/
+5
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+216
2020-12-31
Move binop-related tests
Yuki Okushi
-0
/
+155
2020-12-21
Move test from compile-fail to ui/binop
Donough Liu
-0
/
+57
2020-10-17
Improve wording of "cannot multiply" type error
Camelid
-2
/
+18
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-4
/
+4
2020-07-27
mv std libs to library/
mark
-11
/
+11
2020-06-26
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-17
/
+74
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-74
/
+17
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-17
/
+74
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+2
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+21
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-88
/
+66
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-6
/
+0
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-66
/
+154
[next]