| Age | Commit message (Expand) | Author | Lines |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -0/+13 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -6/+6 |
| 2015-05-09 | rustdoc: Add Associated Constants section | Ulrik Sverdrup | -0/+11 |
| 2015-05-08 | Remove references to deprecated `extern crate "foo" as bar` syntax | Carol Nichols | -1/+1 |
| 2015-05-09 | rustdoc: Link associated items in search index to trait | Ulrik Sverdrup | -0/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -6/+6 |
| 2015-05-07 | Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichton | bors | -1/+3 |
| 2015-05-07 | Refactor doc toggle button label changing | Rory O’Kane | -2/+3 |
| 2015-04-30 | rustdoc: Fix rendering associated constants | Alex Crichton | -7/+24 |
| 2015-04-30 | Fix style warning, “line longer than 100 chars” | Rory O’Kane | -1/+2 |
| 2015-04-30 | Change docs toggle href from # to javascript: | Rory O’Kane | -1/+1 |
| 2015-04-30 | Fix doc [−] button bug by escaping differently | Rory O’Kane | -1/+1 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -38/+61 |
| 2015-04-27 | Change literal minus ‘−’ to HTML entity ‘−’ | Rory O’Kane | -1/+1 |
| 2015-04-27 | Change hyphen to minus in HTML template too | Rory O’Kane | -1/+1 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -2/+22 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -38/+41 |
| 2015-04-23 | rustdoc: toggle collapse/expand all docs using the same link | Liigo Zhuang | -3/+3 |
| 2015-04-17 | Remove info for path (fixup #24452) | Manish Goregaokar | -1/+0 |
| 2015-04-16 | Use BTreeMap in build_sidebar_items | Mathijs van de Nes | -3/+4 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -34/+99 |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -14/+37 |
| 2015-04-16 | rustdoc: Overhaul stability displays | Alex Crichton | -96/+86 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -14/+14 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -6/+6 |
| 2015-04-07 | rustdoc: Index inherent methods on primitives | Alex Crichton | -42/+17 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -2/+3 |
| 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: Link "Trait Implementations" to sources | Alex Crichton | -38/+66 |
| 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 | -3/+9 |
| 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 |