summary refs log tree commit diff
path: root/src/librustdoc/passes.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+2
2014-03-27Revert "Modules are either public, or private, so private modules should be s...Alex Crichton-2/+4
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-4/+4
2014-03-17Modules are either public, or private, so private modules should be stripped outJames Miller-4/+2
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-4/+4
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-1/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-14/+13
2014-02-19rustdoc: Show macros in documentationAlex Crichton-2/+2
2014-02-14rustdoc: Strip impls of traits on #[doc(hidden)] typesKevin Ballard-19/+51
2014-02-14rustdoc: Strip impls of stripped private typesKevin Ballard-2/+10
2014-02-13auto merge of #12061 : pongad/rust/delorderable, r=cmrbors-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-14/+14
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-10rustdoc: Don't strip empty modules with documentationAlex Crichton-1/+3
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-2/+2
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+2
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-6/+3
2013-11-28Register new snapshotsAlex Crichton-12/+12
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-8/+8
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-38/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-18Fix struct field visibility and add enum field docSteven Fackler-1/+7
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-78/+128
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-6/+2
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-3/+2
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-1/+1
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-2/+3
2013-09-26rustdoc: Strip implementations of private traitsAlex Crichton-6/+44
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-1/+2
2013-09-25rustdoc: Fix an unindentation bug when collapsingAlex Crichton-1/+1
2013-09-25rustdoc: Collapse before unindentingAlex Crichton-1/+0
2013-09-25rustdoc: Reduce ambiguity with clean::TypeAlex Crichton-0/+2
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-0/+72
2013-09-25rustdoc: Add the ability to list all passesAlex Crichton-22/+0
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+231