| Age | Commit message (Expand) | Author | Lines |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -18/+18 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -8/+1 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -3/+4 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -6/+7 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -6/+6 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -3/+1 |
| 2014-07-02 | rustdoc: s/nil/unit/ internally. | Huon Wilson | -6/+6 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -68/+87 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -5/+1 |
| 2014-06-21 | rustdoc: show default type parameters in generics | Tom Jakubowski | -1/+4 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+8 |
| 2014-06-16 | Fix rustdoc's formatting of lifetimes | P1start | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -1/+2 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -21/+53 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -7/+8 |
| 2014-06-09 | auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichton | bors | -0/+4 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+4 |
| 2014-06-09 | rustdoc: Correctly classify enums/typedefs | Alex Crichton | -1/+1 |
| 2014-06-08 | Remove unused name_str_pair method | Steven Fackler | -6/+0 |
| 2014-06-06 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-06-06 | rustdoc: Inline static documentation across crates | Alex Crichton | -0/+14 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -24/+26 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -7/+8 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -9/+9 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -9/+9 |
| 2014-06-05 | rustdoc: Include supertraits on inlined traits | Tom Jakubowski | -1/+9 |
| 2014-06-03 | rustdoc: Put primitives in respective modules | Alex Crichton | -9/+19 |
| 2014-06-02 | rustdoc: Correctly inline required/provided methods | Alex Crichton | -12/+16 |
| 2014-06-01 | rustdoc: Ensure external impls are inlined once | Alex Crichton | -10/+17 |
| 2014-06-01 | rustdoc: Filter private methods from inlined impls | Alex Crichton | -2/+7 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -1/+1 |
| 2014-05-31 | rustdoc: Don't inline tuple struct constructors | Alex Crichton | -0/+5 |
| 2014-05-31 | rustdoc: Fix cross-crate links to reexported items | Alex Crichton | -1/+16 |
| 2014-05-31 | rustdoc: Suck in all impls from external crates | Alex Crichton | -4/+38 |
| 2014-05-31 | rustdoc: Filter inlining private external items | Alex Crichton | -1/+2 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -23/+203 |
| 2014-05-31 | rustdoc: Fill in external type parameters correctly | Alex Crichton | -21/+22 |
| 2014-05-31 | rustdoc: Stringify more named lifetimes | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -1/+1 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -4/+4 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -1/+6 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -4/+4 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-27 | rustdoc: Only link to local inlined foreign items | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -39/+39 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -0/+2108 |