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
/
tests
/
ui
/
coercion
Age
Commit message (
Expand
)
Author
Lines
2025-07-05
cleaned up some tests
Kivooeo
-20
/
+14
2025-07-01
moved tests
Kivooeo
-0
/
+90
2025-06-24
Check CoerceUnsized impl validity before coercing
Michael Goulet
-0
/
+32
2025-06-06
Make cast suggestions verbose
Esteban Küber
-6
/
+3
2025-06-02
Add missing `dyn` keywords to tests that do not test for them
Lukas Wirth
-6
/
+6
2025-05-31
Note ref expr being cast when encounter NonScalar cast error
xizheyin
-0
/
+2
2025-05-09
Merge typeck loop with static/const item eval loop
Oli Scherer
-15
/
+15
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-9
/
+15
2025-04-24
fix for issue 135412
Kivooeo
-1
/
+55
2025-04-14
Normalize ADT fields in find_tails_for_unsizing
Michael Goulet
-0
/
+32
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-2
/
+2
2025-03-21
cleaned and organized 3 tests in `./tests/ui/issues`
Spencer
-0
/
+36
2025-02-24
Consolidate and rework CoercePointee and DispatchFromDyn errors
Michael Goulet
-4
/
+9
2025-01-31
Rework "long type names" printing logic
Esteban Küber
-3
/
+3
2024-12-12
Tweak multispan rendering
Esteban Küber
-2
/
+1
2024-12-03
Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser
bors
-69
/
+16
2024-11-26
Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors
Guillaume Gomez
-9
/
+1
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-9
/
+1
2024-11-25
Tweak parameter mismatch explanation to not say unknown
Michael Goulet
-1
/
+1
2024-11-22
Get rid of HIR const checker
Michael Goulet
-69
/
+16
2024-11-12
add parentheses when unboxing suggestion needed
Yihai Lin
-0
/
+77
2024-09-26
Check allow instantiating object trait binder when upcasting and in new solver
Michael Goulet
-0
/
+27
2024-09-16
Relate receiver invariantly in method probe for Mode::Path
Michael Goulet
-15
/
+4
2024-08-31
Inline expected_inputs_for_expected_output into check_argument_types/check_ex...
Michael Goulet
-0
/
+5
2024-08-31
Use equality when relating formal and expected type in arg checking
Michael Goulet
-0
/
+19
2024-08-19
Use subtyping for UnsafeFnPointer coercion, too
Michael Goulet
-0
/
+14
2024-08-06
diagnostics: `Box<dyn Trait>` suggestion with multiple matching impl
Michael Howell
-0
/
+4
2024-06-17
Remove windows-specific copy of test
Oli Scherer
-88
/
+10
2024-06-17
Use subtyping instead of equality, since method resolution also uses subtyping
Oli Scherer
-8
/
+20
2024-05-13
Add test for dynamic dispatch + Pin::new soundness
Alice Ryhl
-0
/
+28
2024-05-05
Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank
bors
-0
/
+409
2024-05-03
We do not coerce &mut &mut T -> *mut mut T
Jubilee Young
-0
/
+62
2024-04-30
Remove note about iteration count in coerce
Gurinder Singh
-0
/
+409
2024-04-21
Move some tests
Caio
-0
/
+126
2024-03-15
Refactored a few bits:
Steven Trotter
-10
/
+9
2024-03-15
Added ability to report on generic argument mismatch better
Steven Trotter
-8
/
+13
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-50
/
+50
2024-02-12
fix ICE for deref coercions with type errors
Lukas Markeffsky
-5
/
+28
2024-02-10
don't skip coercions for types with errors
Lukas Markeffsky
-0
/
+24
2024-02-09
Move some tests
Caio
-0
/
+56
2024-02-07
Update tests
r0cky
-1
/
+13
2024-01-23
Remove track_errors entirely
Oli Scherer
-1
/
+1
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-10
/
+10
2023-10-08
remove trailing dots
Ali MJ Al-Nasrawy
-1
/
+1
2023-10-08
always show and explain sub region
Ali MJ Al-Nasrawy
-1
/
+4
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-6
/
+6
2023-08-02
Fix #107113, avoid suggest for macro attributes
yukang
-1
/
+18
2023-05-24
Move tests
Caio
-0
/
+32
2023-05-12
Note base types of coercion
Michael Goulet
-4
/
+4
[next]