about summary refs log tree commit diff
path: root/src/librustdoc/passes.rs
AgeCommit message (Expand)AuthorLines
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
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