This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-28 11:17:26 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
656d4e8a962ca51f7a76167fc762fabfaec0cbbd
rust
/
library
/
coretests
T
History
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