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-30 23:03:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca9b07bbc974414e2b9055c5e50e38a1973401d2
rust
/
src
/
liballoc
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
..
arc.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00
boxed_test.rs
rustfmt liballoc folder
2016-05-28 02:25:16 +05:30
boxed.rs
Auto merge of
#38149
- bluss:is-empty, r=alexcrichton
2016-12-07 07:15:31 +00:00
Cargo.toml
rustbuild: Add support for crate tests + doctests
2016-05-12 08:52:20 -07:00
heap.rs
Remove extra lang item, exchange_free; use box_free instead.
2016-12-26 17:13:51 -07:00
lib.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00
macros.rs
Add
{into,from}_raw
to Rc and Arc
2016-11-05 00:50:41 +00:00
oom.rs
drop an unnecessary newline
2016-11-10 23:44:15 -05:00
raw_vec.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00
rc.rs
Replace uses of
#[unsafe_destructor_blind_to_params]
with
#[may_dangle]
2016-12-28 17:47:10 -05:00