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
/
cast
Age
Commit message (
Expand
)
Author
Lines
2024-09-24
use more accurate spans for user type ascriptions
Lukas Markeffsky
-4
/
+4
2024-09-24
add another test
Lukas Markeffsky
-1
/
+14
2024-08-27
Arbitrary self types v2: pointers feature gate.
Adrian Taylor
-1
/
+1
2024-08-14
Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...
Matthias Krüger
-0
/
+3
2024-08-13
diagnostics: use `DeepRejectCtxt` for check
Michael Howell
-0
/
+3
2024-08-11
Normalize struct tail properly in borrowck and hir typeck
Michael Goulet
-1
/
+19
2024-08-05
Normalize when equating dyn tails in MIR borrowck
Michael Goulet
-0
/
+21
2024-07-14
Use ordinal number in argument error
long-long-float
-1
/
+1
2024-07-07
Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` super trait
Maybe Lapkin
-0
/
+9
2024-07-05
Equate types instead of using `Unsize`
Maybe Lapkin
-26
/
+27
2024-07-04
Sort trait names before printing
Maybe Lapkin
-3
/
+3
2024-07-04
Properly normalize types in bck when checking pointer casts
Maybe Lapkin
-0
/
+42
2024-07-04
Fill in tracking issue
Maybe Lapkin
-4
/
+4
2024-07-04
Use `DiagSymbolList` for a lint diagnostic
Maybe Lapkin
-1
/
+28
2024-07-04
Align the changes to the lang decision
Maybe Lapkin
-7
/
+21
2024-07-04
Actually check that the traits are the same for casting pointers to dyn _
Waffle Lapkin
-5
/
+31
2024-07-04
test blessing
Waffle Lapkin
-11
/
+10
2024-07-04
blessings
Maybe Waffle
-8
/
+2
2024-07-04
Add more checks for pointers with vtable meta
Maybe Waffle
-29
/
+205
2024-07-04
Add tests for `*const Trait<'a>` -> `*const Trait<'b>` and similar casts
Maybe Waffle
-0
/
+99
2024-07-04
Forbid casts of raw pointers to trait objects with the same trait, but differ...
Maybe Waffle
-16
/
+28
2024-07-04
Add a test for `*const Tr<A>` to `*const Tr<B>` casts
Maybe Waffle
-0
/
+41
2024-05-11
FIx ICE while casting a type with error
Gurinder Singh
-0
/
+81
2024-04-21
Miri: detect wrong vtables in wide pointers
Ralf Jung
-1
/
+1
2024-03-19
add test for casting pointer to union with unsized tail
Lukas Markeffsky
-0
/
+37
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-17
/
+17
2024-02-12
Lint on reference casting to bigger underlying allocation
Urgau
-6
/
+6
2024-02-09
Emit more specific diagnostics when enums fail to cast with `as`
Gurinder Singh
-1
/
+84
2024-02-07
Update tests
r0cky
-2
/
+24
2023-12-20
Update existing tests
Veera
-1
/
+1
2023-12-20
fix: diagnostic for casting reference to slice
Veera
-0
/
+27
2023-11-24
Show number in error message even for one error
Nilstrieb
-14
/
+14
2023-10-25
Never consider raw pointer casts to be trival
Nilstrieb
-0
/
+24
2023-09-22
make unsized cast illegal
ouz-a
-0
/
+15
2023-09-18
Migrate 'cast to bool' diagnostic
clubby789
-7
/
+32
2023-09-11
add source type for invalid bool casts
asquared31415
-8
/
+92
2023-01-15
suggest `is_empty` for collections when casting to `bool`
Ezra Shaw
-3
/
+97
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1172
[prev]