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
fa62eba92a
rust
/
src
/
liballoc
/
tests
History
Download ZIP
Download TAR.GZ
Michael Lamparski
90b361b3a7
fix my unit test that was horrendously wrong
...
and add one for non-mut slicing since I touched that method too
2018-04-18 16:48:56 -04:00
..
btree
Move alloc::Bound to {core,std}::ops
2018-03-29 13:12:49 +02:00
binary_heap.rs
Remove all unstable placement features
2018-04-03 11:02:34 +02:00
cow_str.rs
Add trailing newlines to files which have no trailing newlines.
2017-12-30 15:50:52 +08:00
fmt.rs
Merge crate
collections
into
alloc
2017-06-13 23:37:34 -07:00
heap.rs
Use NonNull<Void> instead of *mut u8 in the Alloc trait
2018-04-12 22:53:22 +02:00
lib.rs
Mark the rest of the
unicode
feature flag as perma-unstable.
2018-04-12 00:13:53 +02:00
linked_list.rs
Implement LinkedList::drain_filter
2017-11-25 21:28:49 +01:00
slice.rs
Rollup merge of
#48639
- varkor:sort_by_key-cached, r=bluss
2018-03-27 10:47:44 +02:00
str.rs
fix my unit test that was horrendously wrong
2018-04-18 16:48:56 -04:00
string.rs
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
2018-04-12 22:53:13 +02:00
vec.rs
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
2018-04-12 22:53:13 +02:00
vec_deque.rs
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
2018-04-12 22:53:13 +02:00