| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -7/+7 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -23/+23 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -13/+13 |
| 2015-04-13 | rustdoc: Prevent '/' from showing the help dialog | Barosl Lee | -3/+5 |
| 2015-04-07 | rustdoc: Index inherent methods on primitives | Alex Crichton | -42/+17 |
| 2015-04-07 | rustdoc: Handle tests with bare `#` marks | Alex Crichton | -1/+3 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -2/+15 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -11/+24 |
| 2015-04-07 | rustdoc: Show impls for references to types | Alex Crichton | -1/+6 |
| 2015-04-07 | rustdoc: Render methods/impls for bare traits | Alex Crichton | -32/+35 |
| 2015-04-07 | rustdoc: Allowing specifying attrs for doctests | Alex Crichton | -2/+4 |
| 2015-04-07 | rustdoc: Link "Trait Implementations" to sources | Alex Crichton | -105/+107 |
| 2015-04-07 | rustdoc: Only hide possibly private modules | Alex Crichton | -1/+3 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -4/+11 |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -14/+6 |
| 2015-04-06 | rustdoc: Use iterators to collapse whitespace | Michael Macias | -21/+8 |
| 2015-04-06 | rustdoc: Add a custom callback for codespan to collapse whitespace | Michael Macias | -3/+59 |
| 2015-04-05 | Auto merge of #24055 - estsauver:24044, r=alexcrichton | bors | -0/+2 |
| 2015-04-04 | Make changing doc search unhighlight current result | Earl St Sauver | -0/+2 |
| 2015-04-04 | Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -5/+5 |
| 2015-04-01 | Fix sidebar bug | Carlos Galarza | -4/+6 |
| 2015-03-29 | Fix extremely small stability bars on docs page | Wesley Wiser | -0/+4 |
| 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 | -6/+6 |
| 2015-03-27 | rollup merge of #23752: alexcrichton/remove-should-fail | Alex Crichton | -9/+9 |
| 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 | syntax: Remove support for #[should_fail] | Alex Crichton | -9/+9 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -6/+6 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -6/+6 |
| 2015-03-24 | rollup merge of #23674: nagisa/fallout-1 | Alex Crichton | -6/+6 |
| 2015-03-25 | Fix some fallout in librustdoc | Simonas Kazlauskas | -6/+6 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -7/+7 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -8/+13 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -6/+6 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -3/+3 |
| 2015-03-23 | rustdoc: Add #[doc(test(no_inject_crate))] attribute | Brian Anderson | -1/+1 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -8/+13 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -6/+6 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -5/+12 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -4/+4 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -2/+0 |
| 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 | -3/+142 |
| 2015-03-14 | Add support to search functions by type to rustdoc. | Mihnea Dobrescu-Balaur | -3/+142 |
| 2015-03-14 | Split rustdoc summary lines in a smarter way | Simonas Kazlauskas | -9/+10 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -2/+3 |