rust/src/libcore
Alex Crichton 43bfaa4a33 Mass rename uint/int to usize/isize
Now that support has been removed, all lingering use cases are renamed.
2015-03-26 12:10:22 -07:00
..
fmt Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
hash Change lint names to plurals 2015-03-25 10:06:13 +13:00
num Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
str Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
any.rs Clean up Any's title line 2015-03-24 12:15:49 -04:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
atomic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cell.rs Change lint names to plurals 2015-03-25 10:06:13 +13:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs An example for clone 2015-03-24 16:58:08 -04:00
cmp_macros.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
cmp.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
convert.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
error.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
finally.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
intrinsics.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
iter.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
lib.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
macros.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
marker.rs rollup merge of #23484: alexcrichton/marker-trait-stable 2015-03-23 15:26:24 -07:00
mem.rs Change lint names to plurals 2015-03-25 10:06:13 +13:00
nonzero.rs Rewrite Unique<T> so that it is covariant in T, implies NonZero and ownership, 2015-02-18 10:25:12 -05:00
ops.rs rollup merge of #23282: nikomatsakis/fn-trait-inheritance 2015-03-24 14:50:44 -07:00
option.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
panicking.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
prelude.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
ptr.rs Add trivial cast lints. 2015-03-25 10:03:57 +13:00
raw.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
result.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
simd.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
slice.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00