rust/src/librustdoc
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
..
html rustdoc: fix overly broad selectors 2014-04-30 17:35:54 +02:00
clean.rs rustdoc: Make strip_hidden use a dedicated hidden item if any. 2014-04-29 04:01:55 +09:00
core.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
doctree.rs rustdoc: External module item links to the module contents. Fixes #12926. 2014-04-27 19:54:31 +09:00
flock.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
fold.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
lib.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
markdown.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
passes.rs rustdoc: Make strip_hidden use a dedicated hidden item if any. 2014-04-29 04:01:55 +09:00
plugins.rs libstd: Implement StrBuf, a new string buffer type like Vec, and 2014-04-10 22:10:10 +10:00
test.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
visit_ast.rs auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw 2014-04-28 05:21:46 -07:00