This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
alloc
/
tests
History
Ralf Jung
fe29ac9a44
fix into_iter on ZST
2022-08-31 14:21:35 +02:00
..
arc.rs
…
borrow.rs
…
boxed.rs
…
btree_set_hash.rs
…
c_str.rs
Remove use of reverted std::ffi::c_char
2022-04-27 14:01:04 -07:00
const_fns.rs
impl const Default for Box<[T]> and Box<str>
2022-04-11 12:14:18 -07:00
cow_str.rs
…
fmt.rs
liballoc tests: avoid int2ptr cast
2022-06-27 10:50:56 -04:00
heap.rs
…
lib.rs
Rollup merge of
#95376
- WaffleLapkin:drain_keep_rest, r=dtolnay
2022-08-30 11:26:47 +05:30
linked_list.rs
…
rc.rs
…
slice.rs
Use Box::new() instead of box syntax in alloc tests
2022-05-29 00:41:14 +02:00
str.rs
Replace most uses of
pointer::offset
with
add
and
sub
2022-08-21 02:21:41 +04:00
string.rs
…
thin_box.rs
Make use of
pointer::is_aligned[_to]
2022-08-21 15:46:03 +04:00
vec_deque.rs
…
vec.rs
fix into_iter on ZST
2022-08-31 14:21:35 +02:00