This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f3b16d833f
rust
/
library
/
coretests
History
Download ZIP
Download TAR.GZ
Ivar Flakstad
d5bf1a4c9a
Introduce
vtable_for
intrinsic and use it to implement
try_as_dyn
and
try_as_dyn_mut
for fallible coercion from
&T
/
&mut T
to
&dyn Trait
.
2025-12-16 06:39:58 -04:00
..
benches
Implement benchmarks for uN::{gather,scatter}_bits
2025-12-03 20:39:51 +02:00
tests
Introduce
vtable_for
intrinsic and use it to implement
try_as_dyn
and
try_as_dyn_mut
for fallible coercion from
&T
/
&mut T
to
&dyn Trait
.
2025-12-16 06:39:58 -04:00
Cargo.toml
Move float tests from std to core
2025-05-13 22:22:15 +00:00
lib.rs
Put all coretests in a separate crate
2025-01-26 10:26:36 +00:00