.. |
fmt
|
Fix the fallout
|
2015-02-15 00:10:19 +03:00 |
hash
|
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
|
2015-02-06 16:21:08 +05:30 |
num
|
Rollup merge of #22339 - petrochenkov:int, r=huonw
|
2015-02-15 18:42:47 +05:30 |
str
|
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
|
2015-02-15 00:09:40 +03:00 |
any.rs
|
Rename Show to Debug, String to Display
|
2015-02-08 20:00:30 +03:00 |
array.rs
|
std: Rename IntoIterator::Iter to IntoIter
|
2015-02-09 15:58:13 -08:00 |
atomic.rs
|
Fallout from stabilization
|
2015-02-17 15:14:17 -08:00 |
borrow.rs
|
convert remaining range(a, b) to a..b
|
2015-01-29 07:49:01 -05:00 |
cell.rs
|
Fallout from stabilization
|
2015-02-17 15:14:17 -08:00 |
char.rs
|
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
|
2015-02-15 00:09:40 +03:00 |
clone.rs
|
core: Use int/isize in Clone boilerplate
|
2015-02-14 15:50:26 -08:00 |
cmp.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
default.rs
|
Merge remote-tracking branch 'rust-lang/master'
|
2015-01-25 22:14:06 -08:00 |
error.rs
|
Rename std::path to std::old_path
|
2015-02-03 14:34:42 -08:00 |
finally.rs
|
remove all kind annotations from closures
|
2015-02-04 20:06:08 -05:00 |
intrinsics.rs
|
Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'.
|
2015-02-11 13:58:11 +11:00 |
iter.rs
|
Remove ExactSizeIterator from 64-bit ranges.
|
2015-02-13 21:26:50 +01:00 |
lib.rs
|
Fix rollup (remove slicing_syntax)
|
2015-02-15 19:26:39 +05:30 |
macros.rs
|
Merge remote-tracking branch 'rust-lang/master'
|
2015-01-25 22:14:06 -08:00 |
marker.rs
|
Add core::marker::PhantomData.
|
2015-02-11 13:51:09 +01:00 |
mem.rs
|
Make the lifetime anchor immutable on std::mem::copy_mut_lifetime
|
2015-02-05 22:19:11 +02:00 |
nonzero.rs
|
rollup merge of #21706: reem/missing-zeroable-impl-for-unique
|
2015-01-30 12:03:19 -08:00 |
ops.rs
|
rustc: Fix a number of stability lint holes
|
2015-02-11 12:14:59 -08:00 |
option.rs
|
Add link to module-level Option documentation.
|
2015-02-13 13:47:09 -05:00 |
panicking.rs
|
Register new snapshots
|
2014-12-30 15:04:43 -08:00 |
prelude.rs
|
register snapshots
|
2015-02-02 13:38:32 -05:00 |
ptr.rs
|
Add core::marker::PhantomData.
|
2015-02-11 13:51:09 +01:00 |
raw.rs
|
Rollup merge of #22350 - brson:usize, r=Gankro
|
2015-02-15 18:42:46 +05:30 |
result.rs
|
remove unused mut qualifiers
|
2015-02-02 13:40:18 -05:00 |
simd.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
slice.rs
|
core::slice: uint -> usize, int -> isize
|
2015-02-14 21:14:46 -08:00 |
tuple.rs
|
Set up docs for missing core types
|
2015-02-09 22:26:33 -05:00 |
ty.rs
|
markers -> marker
|
2015-01-07 12:10:31 +13:00 |