about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-12/+12
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-6/+2
2014-09-30Fix rustdocSteven Fackler-3/+2
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-6/+2
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-41/+1
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-21/+76
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-21/+76
2014-09-28auto merge of #17529 : nodakai/rust/rustdoc-div-in-h1, r=alexcrichtonbors-3/+4
2014-09-26Remove windows TCB hack from rustdocBrian Anderson-41/+1
2014-09-25rustdoc: replace DIV inside H1 with SPAN.NODA, Kai-3/+4
2014-09-25auto merge of #17492 : alexcrichton/rust/issue-16274, r=aturonbors-2/+12
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-8/+18
2014-09-24handling fallout from entry apiAlexis Beingessner-8/+18
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-5/+6
2014-09-23rustdoc: Don't try to inline the crate rootAlex Crichton-2/+5
2014-09-23rustdoc: Prevent infinite recursion when inliningAlex Crichton-2/+9
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-8/+9
2014-09-19Add enum variants to the type namespaceNick Cameron-29/+29
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-3/+77
2014-09-17rollup merge of #17226 : P1start/rustdoc-colourAlex Crichton-9/+21
2014-09-17auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichtonbors-1/+1
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-4/+12
2014-09-17Restore colour to rustdoc, add colour to ffi functions and methodsP1start-5/+9
2014-09-16Fallout from renamingAaron Turon-41/+41
2014-09-15Port coherence to use the new trait matching codeNiko Matsakis-1/+1
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-0/+1
2014-09-14Display the doc-block toggle on everything again.Huon Wilson-1/+1
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-154/+127
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-09rollup merge of #17090 : alexcrichton/rustdoc-no-stripAlex Crichton-15/+9
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-472/+438
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-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-14/+9
2014-09-06auto merge of #17011 : nodakai/rust/rustdoc-stronger-crate, r=alexcrichtonbors-0/+2
2014-09-06auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonwbors-1/+1
2014-09-06auto merge of #16367 : epdtry/rust/parallel-codegen, r=alexcrichtonbors-2/+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-05move back::link::write into a separate fileStuart Pernsteiner-2/+2
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-2/+2
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-31Make doc search results use <a> tags instead of js for navigatingCarol Nichols-38/+36
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1