| Age | Commit message (Expand) | Author | Lines |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -2083/+0 |
| 2014-05-25 | rustdoc: Get [src] links working for inlined dox | Alex Crichton | -12/+35 |
| 2014-05-25 | rustdoc: Use csearch for impl loading | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Inline reexported modules | Alex Crichton | -0/+27 |
| 2014-05-25 | rustdoc: Inline names of function arguments | Alex Crichton | -18/+26 |
| 2014-05-25 | rustdoc: Inline argument names of foreign methods | Alex Crichton | -4/+14 |
| 2014-05-25 | rustdoc: Don't show reexported enum variants | Alex Crichton | -0/+3 |
| 2014-05-25 | rustdoc: Inline enums across crates | Alex Crichton | -0/+66 |
| 2014-05-25 | rustdoc: Start inlining structs across crates | Alex Crichton | -27/+186 |
| 2014-05-25 | rustdoc: Inline documentation of `pub use` | Alex Crichton | -18/+113 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -29/+29 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -3/+3 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+4 |
| 2014-05-22 | rustdoc: Fill in external trait methods | Alex Crichton | -28/+339 |
| 2014-05-15 | rustdoc: functions in ffi blocks are unsafe | Corey Richardson | -1/+1 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -62/+70 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1/+1 |
| 2014-05-09 | rustdoc: Hyperlink cross-crate reexports | Alex Crichton | -47/+37 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -2/+2 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -8/+7 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -8/+7 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -1/+1 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -9/+9 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -6/+12 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -9/+9 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -1/+1 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -1/+2 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-05-03 | rustdoc: Put bangs on the names of macros | Alex Crichton | -1/+1 |
| 2014-05-03 | rustdoc: Stop requiring a crate ID attribute | Alex Crichton | -5/+11 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -9/+9 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -2/+1 |
| 2014-04-29 | rustdoc: Make strip_hidden use a dedicated hidden item if any. | Kang Seonghoon | -1/+16 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -1/+18 |
| 2014-04-27 | rustdoc: External module item links to the module contents. Fixes #12926. | Kang Seonghoon | -1/+18 |
| 2014-04-26 | rustdoc: Moved `SCHEMA_VERSION` to `clean`. | Kang Seonghoon | -0/+4 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -2/+2 |
| 2014-04-24 | rustdoc: fix de-@rooting fallout | Niko Matsakis | -3/+6 |
| 2014-04-20 | rustdoc: Display tuple structs correctly | Alex Crichton | -10/+9 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -9/+9 |
| 2014-04-11 | rustdoc: fix fallout from removing ast::Sigil. | Eduard Burtescu | -6/+4 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+4 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -11/+11 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+4 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -1/+1 |
| 2014-03-31 | rustdoc: Switch field privacy as necessary | Alex Crichton | -98/+106 |
| 2014-03-25 | rustdoc: render derived impls separately | Corey Richardson | -1/+14 |
| 2014-03-25 | rustdoc: add some docs for item types | Corey Richardson | -0/+6 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-22 | rustdoc: Fix fallout of removing get() | Alex Crichton | -6/+4 |