summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-9/+9
2014-10-06auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichtonbors-3/+7
2014-10-06auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichtonbors-1/+11
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-5/+1
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-3/+3
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-3/+11
2014-10-06rustdoc: make calls of markdown::render saferTom Jakubowski-1/+11
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-9/+9
2014-10-02rustdoc: remove handling of Gc.Eduard Burtescu-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-9/+9
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-20/+53
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-20/+53
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-6/+6
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+4
2014-09-17rollup merge of #17226 : P1start/rustdoc-colourAlex Crichton-7/+12
2014-09-17auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichtonbors-1/+1
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-2/+3
2014-09-17Restore colour to rustdoc, add colour to ffi functions and methodsP1start-5/+9
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-14Display the doc-block toggle on everything again.Huon Wilson-1/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-07rustdoc: Don't strip #-lines if notrustAlex Crichton-15/+9
2014-09-07auto merge of #17035 : huonw/rust/moar-jquery, r=alexcrichtonbors-13/+14
2014-09-06auto merge of #17011 : nodakai/rust/rustdoc-stronger-crate, r=alexcrichtonbors-0/+2
2014-09-06Use more jQuery to avoid displaying Expand Description more often.Huon Wilson-13/+14
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-1/+1
2014-09-05rustdoc/html: emphasize the crate part of the full path.NODA, Kai-0/+2
2014-09-05Work around inability to link lifetime of ref bindings (#16994)Piotr Czarnecki-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-31Make doc search results use <a> tags instead of js for navigatingCarol Nichols-38/+36
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-15/+8
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-20Add #[repr(C)] to all the things!Corey Richardson-0/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-7/+5
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-8/+8
2014-08-12Implement Index for HashMapP1start-8/+8