rust/src/libcoretest
bors 7738479d72 Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch
Support 16-bit pointers as well as i/usize

I'm opening this pull request to get some feedback from the community.

Although Rust doesn't support any platforms with a native 16-bit pointer at the moment, the [AVR-Rust][ar] fork is working towards that goal. Keeping this forked logic up-to-date with the changes in master has been onerous so I'd like to merge these changes so that they get carried along when refactoring happens. I do not believe this should increase the maintenance burden.

This is based on the original work of Dylan McKay (@dylanmckay).

[ar]: https://github.com/avr-rust/rust
2016-06-03 22:32:15 -07:00
..
fmt std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
hash
num Rollup merge of #33426 - sfackler:try-from, r=aturon 2016-05-08 07:02:22 -07:00
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs
atomic.rs
cell.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
char.rs Extend the test for EscapeUnicode 2016-05-26 10:54:58 +02:00
clone.rs
cmp.rs
intrinsics.rs
iter.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
mem.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00
nonzero.rs
ops.rs
option.rs cleanup int suffixes in libcoretest 2016-03-11 08:42:56 +05:30
ptr.rs
result.rs
slice.rs Avoid bounds check for slice binary search 2016-01-22 15:08:27 -02:00
str.rs
tuple.rs