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-05-17 15:43:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca2ade1d36d0b33d60ff1973ab6c8f3b09bc4c41
rust
/
src
/
libstd
/
sync
T
History
Andrew Paseltiner
ca9b07bbc9
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
...
CC
#34761
2016-12-28 17:47:10 -05:00
..
mpsc
Rollup merge of
#38006
- frewsxcv:libstd-debug, r=alexcrichton
2016-12-20 11:16:17 -08:00
barrier.rs
Implement
fmt::Debug
for all structures in libstd.
2016-12-18 14:55:14 -08:00
condvar.rs
Implement
fmt::Debug
for all structures in libstd.
2016-12-18 14:55:14 -08:00
mod.rs
std: Clean out deprecated APIs
2016-07-12 12:51:13 -07:00
mutex.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00
once.rs
Implement
fmt::Debug
for all structures in libstd.
2016-12-18 14:55:14 -08:00
rwlock.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00