rust/src/liballoc
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
..
arc.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
boxed.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
boxed_test.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
oom.rs Add set_oom_handler and use it print a message when out of memory 2016-01-12 01:55:45 +00:00
raw_vec.rs Support 16-bit pointers as well as i/usize 2016-05-19 13:55:13 -04:00
rc.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30