| .. |
|
fmt
|
Clean up isize, usize. Don't bench allocation but formatting.
|
2015-01-23 12:35:52 +01:00 |
|
hash
|
Test fixes and rebase conflicts
|
2015-01-07 19:27:27 -08:00 |
|
num
|
std: Rename Show/String to Debug/Display
|
2015-01-20 22:36:13 -08:00 |
|
any.rs
|
fix the &mut _ patterns
|
2015-01-07 19:26:36 -05:00 |
|
atomic.rs
|
Rename AtomicInt and AtomicUint
|
2015-01-11 11:47:44 -08:00 |
|
cell.rs
|
Improvements to feature staging
|
2015-01-08 03:07:23 -08:00 |
|
char.rs
|
cleanup: &foo[0..a] -> &foo[..a]
|
2015-01-12 17:59:37 -05:00 |
|
clone.rs
|
Extract tests from libcore to a separate crate
|
2014-06-29 15:57:21 -07:00 |
|
cmp.rs
|
std: Stabilize the prelude module
|
2015-01-02 08:54:06 -08:00 |
|
finally.rs
|
std: Rename Show/String to Debug/Display
|
2015-01-20 22:36:13 -08:00 |
|
intrinsics.rs
|
std: Stabilize TypeId and tweak BoxAny
|
2015-01-18 18:29:22 -08:00 |
|
iter.rs
|
Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton
|
2015-01-23 12:02:27 +00:00 |
|
lib.rs
|
Set allow(unstable) in crates that use unstable features
|
2015-01-17 16:38:04 -08:00 |
|
mem.rs
|
Generalise pointer width tests using pointer_width
|
2015-01-13 18:59:45 -08:00 |
|
nonzero.rs
|
Remove deprecated functionality
|
2015-01-03 23:43:57 -08:00 |
|
ops.rs
|
Fallout from mut slices
|
2014-12-30 13:06:25 +13:00 |
|
option.rs
|
markers -> marker
|
2015-01-07 12:10:31 +13:00 |
|
ptr.rs
|
Remove deprecated functionality
|
2015-01-03 23:43:57 -08:00 |
|
result.rs
|
std: Rename Show/String to Debug/Display
|
2015-01-20 22:36:13 -08:00 |
|
slice.rs
|
use slicing sugar
|
2015-01-07 17:35:56 -05:00 |
|
str.rs
|
Remove deprecated functionality
|
2015-01-03 23:43:57 -08:00 |
|
tuple.rs
|
std: Rename Show/String to Debug/Display
|
2015-01-20 22:36:13 -08:00 |