| Age | Commit message (Expand) | Author | Lines |
| 2014-05-28 | Replace StrAllocating.into_owned() with .into_string() | Kevin Ballard | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -10/+10 |
| 2014-05-28 | rustdoc: cross-crate source links are one level lower. | Huon Wilson | -2/+2 |
| 2014-05-27 | rustdoc: Only link to local inlined foreign items | Alex Crichton | -1/+7 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -43/+43 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -5/+5 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -13/+38 |
| 2014-05-25 | rustdoc: Get [src] links working for inlined dox | Alex Crichton | -20/+61 |
| 2014-05-25 | rustdoc: Fix rendering of the 'static bound | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Link to local reexportations of items | Alex Crichton | -1/+2 |
| 2014-05-25 | rustdoc: Prevent a segfault when using markdown | Alex Crichton | -0/+2 |
| 2014-05-25 | rustdoc: Start inlining structs across crates | Alex Crichton | -6/+4 |
| 2014-05-25 | rustdoc: Inline documentation of `pub use` | Alex Crichton | -35/+27 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -51/+51 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -2/+2 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -1/+1 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -6/+7 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -15/+26 |
| 2014-05-22 | rustdoc: Fill in external trait methods | Alex Crichton | -69/+72 |
| 2014-05-21 | rustdoc: Show types for traits across crates | Alex Crichton | -22/+113 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -142/+140 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -0/+2 |
| 2014-05-12 | rustdoc: List macros in the sidebar | Seo Sanghyeon | -0/+1 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -106/+138 |
| 2014-05-10 | rustdoc: Fix search links to enums/typedefs | Alex Crichton | -2/+2 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -70/+83 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -2/+2 |
| 2014-05-09 | rustdoc: Hyperlink cross-crate reexports | Alex Crichton | -68/+81 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -1/+2 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -1/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -6/+8 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -164/+142 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -164/+142 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -5/+4 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -2/+2 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -176/+173 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -5/+4 |
| 2014-05-03 | rustdoc: Turn the noise down on implemented traits | Alex Crichton | -37/+7 |
| 2014-05-03 | rustdoc: Enable the footnote markdown extension | Alex Crichton | -8/+10 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -109/+119 |
| 2014-05-03 | rustdoc: Make static initalizers prettier | Alex Crichton | -24/+29 |
| 2014-05-03 | rustdoc: Fix inclusion of the new fonts | Alex Crichton | -6/+16 |
| 2014-05-02 | rustdoc: escape shown input to prevent injection | Adrien Tétar | -3/+6 |
| 2014-04-30 | rustdoc: fix overly broad selectors | Adrien Tétar | -4/+3 |
| 2014-04-29 | auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson | bors | -28/+35 |
| 2014-04-28 | rustdoc: #13771: Make html links inside paragraphs more readable | Ivan Petkov | -0/+4 |
| 2014-04-29 | rustdoc: Make going back in browser history work after typing a search term | Noam Yorav-Raphael | -5/+4 |