| Age | Commit message (Expand) | Author | Lines |
| 2015-05-13 | Backport TRPL, reference, and grammar. | Steve Klabnik | -812/+508 |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+5 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -4/+0 |
| 2015-03-31 | Rollup merge of #23813 - steveklabnik:gh19733, r=cmr | Manish Goregaokar | -1/+6 |
| 2015-03-30 | Make note of noalias in unsafe reference section | Steve Klabnik | -1/+6 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -3/+7 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -3/+7 |
| 2015-03-27 | rollup merge of #23285: steveklabnik/gh11794 | Alex Crichton | -239/+22 |
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+2 |
| 2015-03-24 | rollup merge of #23662: steveklabnik/gh23421 | Alex Crichton | -3/+3 |
| 2015-03-24 | correct reference wrt shifts | Steve Klabnik | -3/+3 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -2/+4 |
| 2015-03-23 | add lifetime for `while` and `for` expression | FuGangqiang | -2/+2 |
| 2015-03-23 | fix the attributes sytax | FuGangqiang | -1/+1 |
| 2015-03-19 | Rename should_fail to should_panic in docs | Johannes Oertel | -1/+1 |
| 2015-03-16 | Remove stdlib stuff from the Reference | Steve Klabnik | -239/+22 |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -3/+5 |
| 2015-03-12 | Add monospace font back to literals table | mdinger | -8/+8 |
| 2015-03-10 | Rollup merge of #23185 - steveklabnik:gh20051, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-03-09 | Shrink table in the reference | Steve Klabnik | -8/+8 |
| 2015-03-09 | Auto merge of #23219 - Manishearth:rollup, r=Manishearth | bors | -4/+0 |
| 2015-03-09 | Rollup merge of #22917 - randfur:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-08 | remove confusing language about casting types | Steve Klabnik | -4/+0 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -0/+4 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -0/+8 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -0/+8 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -0/+8 |
| 2015-03-03 | Feature gate `#[static_assert]`. | Huon Wilson | -0/+6 |
| 2015-03-01 | Fix missed doc grammar rule rename from vec_elems to array_elems | Alan Cutter | -1/+1 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -2/+2 |
| 2015-02-25 | Changed prose to assert_eq! macro. | Alexander Bliskovsky | -2/+2 |
| 2015-02-25 | Added documentation of backslash ending string literals. | Alexander Bliskovsky | -1/+14 |
| 2015-02-24 | Enhance and move information about macro debugging | Keegan McAllister | -5/+12 |
| 2015-02-24 | Rollup merge of #22711 - lummax:patch-1, r=dotdash | Manish Goregaokar | -4/+4 |
| 2015-02-23 | Rollup merge of #22660 - achernya:tuple-reference, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-02-23 | doc: Fix `target_{word_size,pointer_width}` renaming | lummax | -4/+4 |
| 2015-02-23 | Rollup merge of #22270 - steveklabnik:gh22152, r=huonw | Manish Goregaokar | -0/+3 |
| 2015-02-22 | Link from literals to their representation | Steve Klabnik | -0/+3 |
| 2015-02-22 | Include tuple indexing in the Reference. | Alexander Chernyakhovsky | -1/+3 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -2/+2 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -5/+5 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Fallout: docs, elided examples often elided too much. | Niko Matsakis | -5/+5 |
| 2015-02-18 | Update docs by dropping suffixes except where they served to instruct. | Niko Matsakis | -12/+8 |