summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-1/+1
2014-06-06Test fixes from the rollupAlex Crichton-1/+1
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-0/+14
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-10/+11
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-06-05rustdoc: Include supertraits on inlined traitsTom Jakubowski-1/+9
2014-06-02rustdoc: Correctly inline required/provided methodsAlex Crichton-7/+12
2014-06-01rustdoc: Ensure external impls are inlined onceAlex Crichton-10/+17
2014-06-01rustdoc: Filter private methods from inlined implsAlex Crichton-2/+7
2014-05-31rustdoc: Don't inline tuple struct constructorsAlex Crichton-0/+5
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-4/+38
2014-05-31rustdoc: Filter inlining private external itemsAlex Crichton-1/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-0/+278