| .. |
|
fmt
|
Fix negate_unsigned feature gate check
|
2015-07-14 21:48:43 +03:00 |
|
hash
|
Remove all unstable deprecated functionality
|
2015-08-12 14:55:17 -07:00 |
|
num
|
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
|
2015-08-22 09:59:07 +00:00 |
|
any.rs
|
Mass rename uint/int to usize/isize
|
2015-03-26 12:10:22 -07:00 |
|
array.rs
|
Implement FixedSizeArray for all fixed size arrays
|
2015-08-31 10:55:39 +02:00 |
|
atomic.rs
|
core: Shuffle around float parsing
|
2015-08-17 19:35:52 -07:00 |
|
cell.rs
|
Add map and filter_map associated functions to std::cell::Ref and RefMut
|
2015-05-29 08:39:07 +02:00 |
|
char.rs
|
Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton
|
2015-08-27 00:41:13 +00:00 |
|
clone.rs
|
Remove all i suffixes
|
2015-01-30 04:38:54 +01:00 |
|
cmp.rs
|
Remove all unstable deprecated functionality
|
2015-08-12 14:55:17 -07:00 |
|
intrinsics.rs
|
Strip all leading/trailing newlines
|
2015-03-15 09:08:21 -07:00 |
|
iter.rs
|
remove calls to deprecated iter::order functions
|
2015-08-27 13:30:37 -04:00 |
|
lib.rs
|
std: Stabilize/deprecate features for 1.4
|
2015-09-11 09:48:48 -07:00 |
|
mem.rs
|
std: Remove #[old_orphan_check] from PartialEq
|
2015-03-31 13:39:14 -07:00 |
|
nonzero.rs
|
Mass rename uint/int to usize/isize
|
2015-03-26 12:10:22 -07:00 |
|
ops.rs
|
Mass rename uint/int to usize/isize
|
2015-03-26 12:10:22 -07:00 |
|
option.rs
|
core: Implement IntoIterator for Option and Result references
|
2015-08-27 18:48:41 +02:00 |
|
ptr.rs
|
Replace many uses of mem::transmute with more specific functions
|
2015-08-09 22:05:22 +02:00 |
|
result.rs
|
core: Implement IntoIterator for Option and Result references
|
2015-08-27 18:48:41 +02:00 |
|
slice.rs
|
O(1) count,nth,last for slice::Windows,Chunks(Mut)
|
2015-08-12 08:34:51 -07:00 |
|
str.rs
|
Moved coretest::str tests into collectiontest::str
|
2015-04-05 18:52:58 +02:00 |
|
tuple.rs
|
Deprecating i/u suffixes in libcoretest
|
2015-02-10 22:56:31 +00:00 |