rust/src/librustdoc
Alex Crichton c07ec507e2 rollup merge of #22287: Ryman/purge_carthographers
This overlaps with #22276 (I left make check running overnight) but covers a number of additional cases and has a few rewrites where the clones are not even necessary.

This also implements `RandomAccessIterator` for `iter::Cloned`

cc @steveklabnik, you may want to glance at this before #22281 gets the bors treatment
2015-02-18 14:31:55 -08:00
..
clean Count and show the deprecated attribute again 2015-02-15 00:39:37 +02:00
html Rollup merge of #22273 - nagisa:doc-deprecated, r=alexcrichton 2015-02-17 06:23:40 +05:30
core.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
doctree.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
externalfiles.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
flock.rs openbsd support 2015-02-01 14:41:38 +01:00
fold.rs Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
lib.rs Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
markdown.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
passes.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00
plugins.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
stability_summary.rs Count and show the deprecated attribute again 2015-02-15 00:39:37 +02:00
test.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
visit_ast.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00