rust/src/libstd/unstable
bors 9d6c251881 auto merge of #9885 : thestinger/rust/vector, r=brson
The goal here is to avoid requiring a division or multiplication to compare against the length. The bounds check previously used an incorrect micro-optimization to replace the division by a multiplication, but now neither is necessary *for slices*. Unique/managed vectors will have to do a division to get the length until they are reworked/replaced.
2013-10-16 15:21:35 -07:00
..
atomics.rs remove unnecessary transmutes 2013-09-17 11:54:37 -04:00
dynamic_lib.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
extfmt.rs remove the float type 2013-10-01 14:54:10 -04:00
finally.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
intrinsics.rs add an abort intrinsic 2013-10-14 22:45:43 -04:00
lang.rs fix bounds checking failure message 2013-10-15 16:23:26 -04:00
mod.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
raw.rs Flag the Repr::repr function with #[inline] 2013-09-06 22:29:29 -07:00
simd.rs
sync.rs make small ty_struct immediate 2013-10-08 07:11:08 -04:00