| Age | Commit message (Expand) | Author | Lines |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -14/+6 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-29 | Auto merge of #23809 - cmr:issue-21310, r=Manishearth | bors | -2/+6 |
| 2015-03-27 | rustdoc: show negative impls properly in the implementors page | Corey Richardson | -2/+6 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -4/+4 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -3/+3 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -9/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -4/+4 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -7/+12 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+3 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -3/+3 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -7/+12 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -5/+12 |
| 2015-03-15 | Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichton | bors | -9/+10 |
| 2015-03-14 | Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichton | bors | -1/+107 |
| 2015-03-14 | Add support to search functions by type to rustdoc. | Mihnea Dobrescu-Balaur | -1/+107 |
| 2015-03-14 | Split rustdoc summary lines in a smarter way | Simonas Kazlauskas | -9/+10 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -22/+30 |
| 2015-03-10 | rustdoc: get back 'plain summary line' in sidebar | Liigo Zhuang | -3/+4 |
| 2015-03-07 | rustdoc: Fixed an asynchronous loading of rustdoc sidebars. | Kang Seonghoon | -1/+1 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -2/+1 |
| 2015-03-06 | BufferedWriter -> BufWriter (fixup #23060) | Manish Goregaokar | -1/+1 |
| 2015-03-06 | Rollup merge of #23060 - lifthrasiir:rustdoc-sidebar-in-js, r=alexcrichton | Manish Goregaokar | -51/+41 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -2/+1 |
| 2015-03-05 | rustdoc: Reworded comments to give the rationale for JS. | Kang Seonghoon | -1/+8 |
| 2015-03-05 | rustdoc: Move sidebar items into shared JavaScript. | Kang Seonghoon | -51/+34 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -56/+61 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-18 | Fix inconsistent spacing of collapse all button | Simonas Kazlauskas | -2/+1 |
| 2015-02-13 | rustdoc: Show must_use attribute | Seo Sanghyeon | -1/+19 |
| 2015-02-06 | rustdoc: Show non-Rust ABIs on methods | Tom Jakubowski | -6/+14 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -68/+64 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -33/+33 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -5/+3 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -16/+16 |
| 2015-01-23 | Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton | bors | -10/+21 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -52/+36 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -4/+4 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -6/+6 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -52/+36 |
| 2015-01-21 | address review comments: reuse Escape etc. | Liigo Zhuang | -16/+2 |