summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-5/+1
2014-06-21rustdoc: show default type parameters in genericsTom Jakubowski-1/+4
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+8
2014-06-16Fix rustdoc's formatting of lifetimesP1start-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-1/+2
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-21/+53
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-7/+8
2014-06-09auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichtonbors-0/+4
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-0/+4
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-1/+1
2014-06-08Remove unused name_str_pair methodSteven Fackler-6/+0
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-24/+26
2014-06-06Move subst data structures into subst.rs, fix capitalizationNiko Matsakis-7/+8
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-9/+9
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-9/+9
2014-06-05rustdoc: Include supertraits on inlined traitsTom Jakubowski-1/+9
2014-06-03rustdoc: Put primitives in respective modulesAlex Crichton-9/+19
2014-06-02rustdoc: Correctly inline required/provided methodsAlex Crichton-12/+16
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-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-1/+1
2014-05-31rustdoc: Don't inline tuple struct constructorsAlex Crichton-0/+5
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-1/+16
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-31rustdoc: Create anchor pages for primitive typesAlex Crichton-23/+203
2014-05-31rustdoc: Fill in external type parameters correctlyAlex Crichton-21/+22
2014-05-31rustdoc: Stringify more named lifetimesAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-29auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichtonbors-1/+1
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-4/+4
2014-05-28Add AST node for pattern macrosKeegan McAllister-1/+6
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+4
2014-05-27Rename PatUniq to PatBox. Fixes part of #13910.Ahmed Charles-1/+1
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-39/+39
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-0/+2108