| Age | Commit message (Expand) | Author | Lines |
| 2016-05-23 | Add an explicit "How can I implement `PartialOrd`" doc section | Carol (Nichols || Goulding) | -2/+44 |
| 2016-05-23 | Add an explicit "How can I implement `Ord`" doc section | Carol (Nichols || Goulding) | -0/+40 |
| 2016-05-23 | Add more information about implementing `Hash` | Carol (Nichols || Goulding) | -0/+24 |
| 2016-05-23 | Add more detail to `Clone`'s documentation | Carol (Nichols || Goulding) | -1/+25 |
| 2016-05-23 | Add an explicit "How can I implement `Eq`" doc section | Carol (Nichols || Goulding) | -1/+24 |
| 2016-05-23 | Add an explicit "How can I implement `PartialEq`"? doc section | Carol (Nichols || Goulding) | -4/+31 |
| 2016-05-23 | Reorder `Copy` doc sections | Carol (Nichols || Goulding) | -20/+20 |
| 2016-05-23 | Make `Derivable` header be an h2 instead of an h1 | Carol (Nichols || Goulding) | -1/+1 |
| 2016-05-23 | `derive` explanation for PartialOrd should match that for Ord | Carol (Nichols || Goulding) | -2/+2 |
| 2016-05-23 | Add explanations about what derived trait implementations do | Carol (Nichols || Goulding) | -6/+19 |
| 2016-05-23 | add `indexed_set` mod for typed wrappers around bitarrays representing sets. | Felix S. Klock II | -0/+88 |
| 2016-05-23 | Fixed link in Rust Book (no-stdlib) | Tamir Bahar | -1/+1 |
| 2016-05-23 | Auto merge of #33098 - raphlinus:master, r=alexcrichton | bors | -1134/+1383 |
| 2016-05-22 | Propagate obligations through projection | Masood Malekghassemi | -12/+15 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -4/+25 |
| 2016-05-23 | Use libc::abort, not intrinsics::abort, in rtabort! | Brian Campbell | -4/+25 |
| 2016-05-22 | Fixed shortcut handling. Reverted to [Shift]+[+=] | Alex Ozdemir | -3/+3 |
| 2016-05-23 | Don't suggest using fields in a static method | ggomez | -24/+93 |
| 2016-05-23 | save-analysis: use a function's short name | Nick Cameron | -3/+2 |
| 2016-05-22 | Fix misleading intentation errors on gcc 6.0 | Daniel Firth | -2/+8 |
| 2016-05-22 | Changed toggle all sections key to `T` | Alex Ozdemir | -2/+3 |
| 2016-05-22 | run rustfmt on libcollections test module | Srinivas Reddy Thatiparthy | -424/+522 |
| 2016-05-22 | Add new error code tests | ggomez | -0/+228 |
| 2016-05-22 | bootstrap: mirror mk's local-rebuild changes | Josh Stone | -2/+12 |
| 2016-05-21 | Auto merge of #33765 - alex-ozdemir:master, r=Manishearth | bors | -3/+11 |
| 2016-05-21 | Auto merge of #33752 - mrhota:internal_docs, r=steveklabnik | bors | -29/+54 |
| 2016-05-22 | Update repr_simd | Guillaume Gomez | -12/+12 |
| 2016-05-21 | Test diagnostics | Jeffrey Seyfried | -2/+5 |
| 2016-05-21 | Move `placement_in_syntax` gated feature checking from expansion to the post-... | Jeffrey Seyfried | -16/+3 |
| 2016-05-21 | Refactor away `check_attributes` | Jeffrey Seyfried | -11/+7 |
| 2016-05-21 | Refactor away `expand_item_mac` | Jeffrey Seyfried | -159/+85 |
| 2016-05-21 | Refactor out `mac_result` in `expand_mac_invoc` | Jeffrey Seyfried | -54/+53 |
| 2016-05-21 | Check attributes in `expand_mac_invoc` | Jeffrey Seyfried | -22/+12 |
| 2016-05-21 | Use `expand_mac_invoc` in `expand_pat` | Jeffrey Seyfried | -75/+3 |
| 2016-05-21 | Re-fold expanded items in `expand_mac_invoc` | Jeffrey Seyfried | -63/+13 |
| 2016-05-21 | Improve diagnostics | Jeffrey Seyfried | -5/+3 |
| 2016-05-21 | Introduce `MacroGenerable` trait | Jeffrey Seyfried | -53/+46 |
| 2016-05-21 | Auto merge of #33767 - sfackler:panic-hook-docs, r=alexcrichton | bors | -5/+6 |
| 2016-05-21 | Improve internal documentation and code style | Ticki | -29/+54 |
| 2016-05-21 | Auto merge of #33768 - Manishearth:rollup, r=Manishearth | bors | -39/+81 |
| 2016-05-21 | src/doc: Keep the original style of links | Aaklo Xu | -2/+2 |
| 2016-05-21 | Rollup merge of #33757 - GuillaumeGomez:simd, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2016-05-21 | Rollup merge of #33750 - alx741:fix_typo, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2016-05-21 | Rollup merge of #33747 - postmodern:patch-2, r=Manishearth | Manish Goregaokar | -4/+5 |
| 2016-05-21 | Rollup merge of #33746 - dns2utf8:doc_sort_memory, r=steveklabnik | Manish Goregaokar | -7/+4 |
| 2016-05-21 | Rollup merge of #33743 - royalstream:royalstream-stack-doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-05-21 | Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichton | Manish Goregaokar | -18/+62 |
| 2016-05-21 | Rollup merge of #33578 - durka:patch-21, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2016-05-20 | Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon | bors | -67/+225 |
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -3/+11 |