| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | Auto merge of #24695 - bluss:arc-default, r=alexcrichton | bors | -1/+1 |
| 2015-04-23 | Also mention `/*!` doc comments. | Matt Brubeck | -4/+5 |
| 2015-04-23 | TRPL: Remove references to "advanced macros chapter" | Geoffrey Thomas | -3/+2 |
| 2015-04-23 | Update and organize the Keywords table | Matt Brubeck | -4/+5 |
| 2015-04-23 | TRPL: Fix link to macro section of reference | Geoffrey Thomas | -1/+1 |
| 2015-04-23 | Clarify that //! comments are also doc comments. | Matt Brubeck | -3/+4 |
| 2015-04-24 | Do not include attributes in trait item spans. | Nick Cameron | -5/+4 |
| 2015-04-23 | Auto merge of #24615 - arielb1:rapid-reject, r=nikomatsakis | bors | -27/+20 |
| 2015-04-23 | Update supported values of target_os | Vadim Chugunov | -1/+1 |
| 2015-04-23 | typo 2 | nwin | -1/+1 |
| 2015-04-23 | typo | nwin | -1/+1 |
| 2015-04-23 | object type -> trait object | nwin | -8/+8 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -30/+31 |
| 2015-04-23 | Reference audit: section 5 (Crates and source files) | Robin Kruppe | -10/+25 |
| 2015-04-23 | Update diagnostics.rs | Guillaume Gomez | -0/+12 |
| 2015-04-24 | Implement IntoIterator for Receiver | Raphael Speyer | -0/+57 |
| 2015-04-23 | std: Add missing stability for symlink functions | Alex Crichton | -0/+3 |
| 2015-04-23 | Stop mentioning obsolete integer suffixes | Andrzej Janik | -1/+1 |
| 2015-04-23 | Auto merge of #24694 - liigo:toggle-all-docs-using-one-link, r=alexcrichton | bors | -15/+20 |
| 2015-04-23 | Auto merge of #24664 - steveklabnik:doc_ufcs, r=alexcrichton | bors | -1/+125 |
| 2015-04-23 | Auto merge of #24714 - frewsxcv:patch-15, r=alexcrichton | bors | -1/+1 |
| 2015-04-23 | Auto merge of #24704 - brson:installer, r=alexcrichton | bors | -0/+0 |
| 2015-04-23 | rustdoc: add back [-]/[+] toggle links for unstable-methods | Liigo Zhuang | -3/+7 |
| 2015-04-23 | Indicate trait names in doc-comment are code-like | Corey Farwell | -1/+1 |
| 2015-04-22 | Include the mode in compiletest's aux-build directory. | Ryan Prichard | -1/+1 |
| 2015-04-22 | Replace ignore-android with ignore-cross-compile in rustdoc tests | Ryan Prichard | -19/+19 |
| 2015-04-22 | Ignore cross-compilation in some fulldeps tests. | Ryan Prichard | -9/+9 |
| 2015-04-22 | Fix run-make/simd-ffi to work with parallel make check. | Ryan Prichard | -1/+2 |
| 2015-04-23 | Auto merge of #24683 - P1start:help-suggestions, r=nrc | bors | -25/+113 |
| 2015-04-23 | implement set_tcp_keepalive for linux | Young Wu | -2/+6 |
| 2015-04-23 | fix doctest | Manish Goregaokar | -1/+1 |
| 2015-04-22 | Address comments. | Steven Allen | -42/+46 |
| 2015-04-22 | Remove stale comment | Tamir Duberstein | -8/+0 |
| 2015-04-22 | TRPL: UFCS | Steve Klabnik | -1/+125 |
| 2015-04-23 | Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-04-23 | Rollup merge of #24675 - steveklabnik:two_more_chapters, r=alexcrichton | Manish Goregaokar | -2/+130 |
| 2015-04-23 | Rollup merge of #24673 - steveklabnik:doc_attributes, r=alexcrichton | Manish Goregaokar | -3/+160 |
| 2015-04-22 | Update rust-installer. Fixes problems with CDPATH | Brian Anderson | -0/+0 |
| 2015-04-22 | Implement O(1) slice::Iter methods. | Steven Allen | -0/+85 |
| 2015-04-22 | Fix a tiny typo in core::raw | Robin Kruppe | -1/+1 |
| 2015-04-22 | Explain how to create a Stdin or Stdout | Matt Brubeck | -0/+4 |
| 2015-04-22 | remove debug and display chapter | Steve Klabnik | -4/+0 |
| 2015-04-22 | Auto merge of #24447 - alexcrichton:audit-thread, r=aturon | bors | -287/+290 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -287/+290 |
| 2015-04-23 | rustdoc: toggle collapse/expand all docs using the same link | Liigo Zhuang | -15/+20 |
| 2015-04-22 | TRPL: type aliases and unsized types | Steve Klabnik | -2/+130 |
| 2015-04-22 | Relax bounds on Default implementation for Arc. | Ulrik Sverdrup | -1/+1 |
| 2015-04-22 | TRPL: attributes & conditional compilation | Steve Klabnik | -3/+160 |
| 2015-04-22 | Remove doc-comment default::Default imports | Corey Farwell | -12/+0 |
| 2015-04-22 | Auto merge of #24685 - nrc:span-pred, r=huonw | bors | -3/+3 |