rust/src/libstd
bors 9f484e616e auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton
In the process, `Splits` got changed to be more like `CharSplits` in `str` to present the DEI interface.

Note that `treemap` still has a `rev_iter` function because it seems like it would be a significant interface change to expose a DEI - the iterator would have to gain an extra pointer, the completion checks would be more complicated, and it isn't easy to check that such an implementation is correct due to the use of unsafety to subvert the aliasing properties of `&mut`.

This fixes #9391.
2014-04-30 15:46:47 -07:00
..
comm Rewrite paragraph describing difference between try_send and send_opt 2014-04-19 10:23:15 -06:00
fmt Fix spelling mistakes in documentation and code. 2014-04-20 01:35:14 -04:00
hash Update libuv 2014-04-24 09:08:07 -07:00
io Added missing values in std::io::standard_error() 2014-04-27 14:45:28 +02:00
num Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rs 2014-04-27 15:49:47 -05:00
path Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
rt Fix repeated module documentation 2014-04-27 22:17:49 -04:00
sync Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
unstable rustc: Add search paths to dylib load paths 2014-04-29 18:58:39 -07:00
any.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
ascii.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
bitflags.rs Update for language changes 2014-04-30 10:02:11 -07:00
bool.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
c_str.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
c_vec.rs Register new snapshots 2014-04-08 00:03:11 -07:00
cast.rs auto merge of #13651 : ryantm/rust/master, r=brson 2014-04-22 10:46:32 -07:00
cell.rs Stop using transmute_mut in RefCell 2014-04-10 15:21:59 -07:00
char.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
cleanup.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
clone.rs Made the clone_from implementation for ~T reuse the T itself if 2014-03-18 16:29:57 -07:00
cmp.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
container.rs Add a default impl for Set::is_superset 2014-04-15 19:45:00 -07:00
default.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
from_str.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
gc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
intrinsics.rs auto merge of #13693 : thestinger/rust/mem, r=alexcrichton 2014-04-23 04:36:32 -07:00
iter.rs Fixed typo in std::iter 2014-04-27 16:50:55 +02:00
kinds.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
lib.rs Move bitflags module to libstd 2014-04-30 10:01:14 -07:00
local_data.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
macros.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
managed.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
mem.rs std: Add more docs to std::mem::replace. 2014-04-28 22:28:47 +09:00
ops.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
option.rs Fix other bugs with new closure borrowing 2014-04-23 10:03:43 -07:00
os.rs Cleaned up os::consts. The module only exposes constants for the target OS and arch. 2014-04-25 00:38:05 -04:00
owned.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
prelude.rs rustdoc: fix overly broad selectors 2014-04-30 17:35:54 +02:00
ptr.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
raw.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
rc.rs Hide trait rc::RcBoxPtr from docs 2014-04-23 23:35:45 +08:00
reference.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
reflect.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
repr.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
result.rs Fix other bugs with new closure borrowing 2014-04-23 10:03:43 -07:00
rtdeps.rs Remove libc from std 2014-04-04 09:31:21 -07:00
slice.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
str.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
strbuf.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
task.rs Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
to_str.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
tuple.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
ty.rs Fix an unnecessary use of cast::transmute 2014-04-05 20:38:35 +02:00
unicode.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
unit.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
vec.rs Fixed typo in std::vec 2014-04-28 15:39:11 +02:00