about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2014-11-23Make rustdoc display `extern crate` statements correctlyP1start-5/+7
2014-11-20rustdoc: Allow private modules be included in docsAlexander Light-39/+47
2014-11-18std: Stabilize std::fmtAlex Crichton-5/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+3
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-10rustdoc: revise method counts in stability summaryAaron Turon-13/+11
2014-11-06Fallout from collection conventionsAlexis Beingessner-9/+9
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-23/+23
2014-10-16librustdoc: Remove all uses of {:?}.Luqman Aden-2/+2
2014-10-09rustdoc: Implement constant documentationAlex Crichton-18/+35
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-6/+6
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-6/+6
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-6/+6
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-12/+16
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-12/+16
2014-09-25rustdoc: replace DIV inside H1 with SPAN.NODA, Kai-3/+4
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-7/+13
2014-09-24handling fallout from entry apiAlexis Beingessner-7/+13
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-1/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+3
2014-09-19Add enum variants to the type namespaceNick Cameron-5/+5
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+1
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-0/+1
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-1/+1
2014-09-05Work around inability to link lifetime of ref bindings (#16994)Piotr Czarnecki-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmrbors-8/+10
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-12/+12
2014-08-28Fallout from stabilizing core::optionAaron Turon-12/+12
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-7/+7
2014-08-26Always insert methods into the search index, even if we're currently in a pri...SiegeLord-8/+10
2014-08-26DST coercions and DST structsNick Cameron-1/+2
2014-08-17rustdoc: Fix and improve line break hints with the <wbr> tagPiotr Czarnecki-3/+3
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-15/+30
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-2/+2
2014-08-12Implement Index for HashMapP1start-2/+2
2014-08-06make rustdoc more responsiveAlexis Beingessner-7/+7
2014-08-04rustdoc: Just "stability" instead of "stability dashboard"Brian Anderson-1/+1
2014-08-04rustdoc: Emit keywords for all crate pagesBrian Anderson-0/+12
2014-08-04rustdoc: Put field instantiation in declaration order.Brian Anderson-3/+3
2014-08-04rustdoc: Use more descriptive description metadata.Brian Anderson-1/+19
2014-08-02auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnikbors-1/+1
2014-08-02Add hide/show detail toggles to rustdocAlexis Beingessner-0/+6