rust/src/libcore
bors 3d0d9bb6fb auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize

Closes #20893

[breaking-change]
2015-01-12 22:56:20 +00:00
..
fmt core: rm unused lifetime. 2015-01-10 11:31:53 +11:00
hash std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
num Improvements to feature staging 2015-01-08 03:07:23 -08:00
str Forbid trailing attributes in impl blocks 2015-01-08 21:36:30 -08:00
any.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
array.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
atomic.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
borrow.rs rollup merge of #20722: alexcrichton/audit-show 2015-01-07 17:18:59 -08:00
cell.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
char.rs Stabilization of impls and fallout from stabilization 2015-01-05 14:26:04 -08:00
clone.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
cmp.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
default.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
finally.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
intrinsics.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
iter.rs auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis 2015-01-12 04:45:18 +00:00
lib.rs Feature gate #[rustc_on_unimplemented] 2015-01-12 00:00:53 +05:30
macros.rs Re-reduce libstd macro duplication 2015-01-09 11:06:17 -08:00
marker.rs markers -> marker 2015-01-07 12:10:31 +13:00
mem.rs markers -> marker 2015-01-07 12:10:31 +13:00
nonzero.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
ops.rs Allow any integral to be used as Shr and Shl RHS 2015-01-11 15:34:53 +02:00
option.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
panicking.rs Register new snapshots 2014-12-30 15:04:43 -08:00
prelude.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
ptr.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
raw.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
result.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
simd.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
slice.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
tuple.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00