rust/src/libstd
Brian Anderson fbc93082ec std: Rename slice::Vector to Slice
This required some contortions because importing both raw::Slice
and slice::Slice makes rustc crash.

Since `Slice` is in the prelude, this renaming is unlikely to
casue breakage.

[breaking-change]
2014-08-13 11:30:14 -07:00
..
collections std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
io std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
num std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
path std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
rand std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
rt std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
sync Fix typo 2014-08-07 15:14:16 -04:00
ascii.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
bitflags.rs Derive PartialOrd, Ord and Hash for bitflags types. 2014-07-30 16:04:33 -04:00
c_vec.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
dynamic_lib.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
failure.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
fmt.rs auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton 2014-07-22 07:16:17 +00:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
gc.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
hash.rs mark std::hash experimental 2014-07-11 14:25:15 -07:00
lib.rs testsuite: implement #[reexport_test_harness_name] to get access to the 2014-08-09 13:00:58 +10:00
macros.rs core/std: squash dead_code warnings from fail! invocations. 2014-08-11 18:26:31 +10:00
os.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
prelude.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
rtdeps.rs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
task.rs Rename to_str to to_string 2014-07-21 09:54:52 -07:00
to_string.rs Rename to_str to to_string 2014-07-21 09:54:52 -07:00