| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelix | bors | -1/+1 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -1/+1 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+15 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -9/+9 |
| 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 | -1/+4 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -9/+9 |
| 2015-05-07 | Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichton | bors | -15/+31 |
| 2015-05-07 | Rollup merge of #25146 - piatra:doc-search-patch, r=steveklabnik | Steve Klabnik | -0/+4 |
| 2015-05-07 | Remove trailing whitespace on blank line | Rory O’Kane | -1/+1 |
| 2015-05-07 | Refactor doc toggle button label changing | Rory O’Kane | -16/+31 |
| 2015-05-06 | Add note about type signature searching to docs | Andrei Oprea | -0/+4 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 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 | -9/+9 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -42/+120 |
| 2015-04-27 | Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24797 - roryokane:patch-1, r=nikomatsakis | Steve Klabnik | -9/+9 |
| 2015-04-27 | Change literal minus ‘−’ to HTML entity ‘−’ | Rory O’Kane | -9/+9 |
| 2015-04-27 | Change hyphen to minus in HTML template too | Rory O’Kane | -1/+1 |
| 2015-04-24 | In [-] doc buttons, change hyphen ‘-’ to minus ‘−’ | Rory O’Kane | -5/+5 |
| 2015-04-25 | rustdoc: change color of trait types | Liigo Zhuang | -1/+1 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-24 | Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichton | Manish Goregaokar | -3/+7 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+2 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -6/+47 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -39/+74 |
| 2015-04-23 | rustdoc: add back [-]/[+] toggle links for unstable-methods | Liigo Zhuang | -3/+7 |
| 2015-04-23 | rustdoc: toggle collapse/expand all docs using the same link | Liigo Zhuang | -15/+20 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -5/+4 |
| 2015-04-20 | Auto merge of #24597 - bombless:doc, r=steveklabnik | bors | -1/+1 |
| 2015-04-19 | rustdoc: don't inject "extern crate std;" | York Xiang | -1/+1 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -2/+2 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -1/+1 |
| 2015-04-17 | Fix some missing cases | Niko Matsakis | -1/+1 |
| 2015-04-17 | Remove info for path (fixup #24452) | Manish Goregaokar | -2/+0 |
| 2015-04-16 | Use BTreeMap in build_sidebar_items | Mathijs van de Nes | -3/+4 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -2/+2 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -66/+220 |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -20/+51 |
| 2015-04-16 | rustdoc: Overhaul stability displays | Alex Crichton | -447/+132 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -26/+26 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -21/+21 |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -2/+2 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -2/+2 |