about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-10-07auto merge of #17834 : sfackler/rust/rustdoc-cfgs, r=alexcrichton,alexcrichtonbors-7/+2
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-12/+12
2014-10-06Properly handle cfgs in rustdocSteven Fackler-7/+2
2014-10-06auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichtonbors-15/+42
2014-10-06auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichtonbors-1/+11
2014-10-06rustdoc: Include lifetimes in re-exported boundsTom Jakubowski-0/+4
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-10/+4
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-9/+21
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-13/+30
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-10/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-12/+12
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02rustdoc: remove handling of Gc.Eduard Burtescu-8/+1
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-1/+0
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