rust/src/libstd
Aaron Turon 7deb9abd1b Add isize, usize modules, deprecate int, uint modules
This PR introduces `isize` and `usize` modules to `core` and `std`, and
deprecates the existing `int` and `uint` modules. The rustdoc primitive
type links now point to these new modules.

Due to deprecation this is a:

[breaking-change]
2015-01-07 11:40:11 -08:00
..
collections Merge pull request #20674 from jbcrail/fix-misspelled-comments 2015-01-07 15:35:30 +00:00
ffi Fix misspelled comments. 2015-01-06 20:53:18 -05:00
io Register new snapshots 2015-01-07 10:27:52 -08:00
num Add isize, usize modules, deprecate int, uint modules 2015-01-07 11:40:11 -08:00
path Register new snapshots 2015-01-07 10:27:52 -08:00
prelude Test fixes and rebase conflicts 2015-01-06 16:10:37 -08:00
rand More test fixes 2015-01-06 21:26:48 -08:00
rt rollup merge of #20563: cmr/macro-input-future-proofing 2015-01-06 15:49:15 -08:00
sync More test fixes 2015-01-06 21:26:48 -08:00
sys Merge pull request #20674 from jbcrail/fix-misspelled-comments 2015-01-07 15:35:30 +00:00
thread_local rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
time Register new snapshots 2015-01-06 15:24:24 -08:00
ascii.rs
bitflags.rs More test fixes 2015-01-06 21:26:48 -08:00
bool.rs
dynamic_lib.rs
error.rs
failure.rs
fmt.rs Merge pull request #20674 from jbcrail/fix-misspelled-comments 2015-01-07 15:35:30 +00:00
hash.rs
lib.rs Add isize, usize modules, deprecate int, uint modules 2015-01-07 11:40:11 -08:00
macros.rs More test fixes 2015-01-06 21:26:48 -08:00
os.rs More test fixes 2015-01-06 21:26:48 -08:00
rtdeps.rs
thread.rs Merge pull request #20674 from jbcrail/fix-misspelled-comments 2015-01-07 15:35:30 +00:00
thunk.rs
tuple.rs
unit.rs