about summary refs log tree commit diff
path: root/src/librustdoc/fold.rs
AgeCommit message (Expand)AuthorLines
2016-03-04Simplify `if let`/`match` expressionsmitaa-0/+1
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-2/+3
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-1/+8
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-26/+2
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-1/+1
2014-12-13librustdoc: fix falloutJorge Aparicio-2/+1
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+6
2014-09-16Fallout from renamingAaron Turon-6/+6
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-9/+11
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-2/+2
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-2/+2
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-5/+5
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-5/+5
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-1/+4
2014-02-11librustdoc -- move closure to clarify scopeNiko Matsakis-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+2
2013-12-16Fix rustdoc output of enums with private variantsSteven Fackler-10/+5
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-0/+6
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-393/+88
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-7/+7
2013-08-07Change const to staticSangeun Kim-14/+14
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-25/+25
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-12/+12
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-16/+14
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-13rustdoc: fix tests for @~str -> @str change.Huon Wilson-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-0/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-4/+4
2013-02-15librustdoc: Get rid of `move`.Luqman Aden-16/+16
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-20/+20
2013-02-01rustdoc: Convert astsrv to pipesBrian Anderson-12/+8
2013-01-30rustdoc: De-modeBrian Anderson-45/+45
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-25/+25
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-12/+12
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-15/+15
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-29librustdoc: Fix a bunch of rustdoc tests. rs=bustagePatrick Walton-0/+3