about summary refs log tree commit diff
path: root/src/librustdoc/passes.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-8/+8
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-26/+17
2014-11-26rustdoc: inherited vis. for struct variant fieldsTom Jakubowski-0/+4
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-1/+3
2014-10-21rustdoc: hide private traits in strip-private passTom Jakubowski-1/+12
2014-10-09rustdoc: Implement constant documentationAlex Crichton-1/+2
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-1/+1
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+3
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-1/+1
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-1/+1
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-1/+15
2014-05-27std: Rename strbuf operations to stringRicho Healey-7/+7
2014-05-27std: Remove String's to_ownedRicho Healey-5/+5
2014-05-25rustdoc: Start inlining structs across cratesAlex Crichton-1/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+5
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-4/+5
2014-05-12rustdoc: Fix hiding implementations of traitsAlex Crichton-1/+2
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-17/+21
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-7/+10
2014-05-07std: Modernize the local_data apiAlex Crichton-6/+3
2014-04-29rustdoc: Make strip_hidden use a dedicated hidden item if any.Kang Seonghoon-15/+16
2014-04-20rustdoc: Display tuple structs correctlyAlex Crichton-1/+10
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-12/+12
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-5/+6
2014-04-04rustdoc: Fix hiding of private fieldsAlex Crichton-7/+1
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