| Age | Commit message (Expand) | Author | Lines |
| 2015-04-24 | Rollup merge of #24736 - steveklabnik:doc_mutability, r=alexcrichton | Steve Klabnik | -1/+177 |
| 2015-04-24 | Rollup merge of #24725 - steveklabnik:doc_operators_and_overloading, r=alexcr... | Steve Klabnik | -2/+82 |
| 2015-04-24 | Rollup merge of #24722 - steveklabnik:doc_deref, r=alexcrichton | Steve Klabnik | -5/+121 |
| 2015-04-24 | TRPL: deref coercions | Steve Klabnik | -5/+121 |
| 2015-04-24 | TRPL: mutability | Steve Klabnik | -1/+177 |
| 2015-04-24 | TRPL: operators and overloading | Steve Klabnik | -2/+82 |
| 2015-04-24 | Rollup merge of #24698 - steveklabnik:remove_debug_display, r=steveklabnik | Manish Goregaokar | -4/+0 |
| 2015-04-23 | TRPL: Remove references to "advanced macros chapter" | Geoffrey Thomas | -3/+2 |
| 2015-04-23 | TRPL: Fix link to macro section of reference | Geoffrey Thomas | -1/+1 |
| 2015-04-23 | Auto merge of #24664 - steveklabnik:doc_ufcs, r=alexcrichton | bors | -1/+125 |
| 2015-04-23 | fix doctest | Manish Goregaokar | -1/+1 |
| 2015-04-22 | TRPL: UFCS | Steve Klabnik | -1/+125 |
| 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 | remove debug and display chapter | Steve Klabnik | -4/+0 |
| 2015-04-22 | TRPL: type aliases and unsized types | Steve Klabnik | -2/+130 |
| 2015-04-22 | TRPL: attributes & conditional compilation | Steve Klabnik | -3/+160 |
| 2015-04-22 | Auto merge of #24671 - steveklabnik:doc_const_static, r=alexcrichton | bors | -8/+87 |
| 2015-04-21 | TRPL: const and static | Steve Klabnik | -8/+87 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+1 |
| 2015-04-21 | rollup merge of #24672: steveklabnik/edit_tuple_structs | Alex Crichton | -9/+13 |
| 2015-04-21 | rollup merge of #24669: steveklabnik/fix | Alex Crichton | -0/+2 |
| 2015-04-21 | rollup merge of #24667: steveklabnik/more_editing | Alex Crichton | -145/+145 |
| 2015-04-21 | rollup merge of #24665: sw17ch/document-complete-slice-syntax | Alex Crichton | -0/+1 |
| 2015-04-21 | rollup merge of #24663: steveklabnik/gh24639 | Alex Crichton | -0/+30 |
| 2015-04-21 | rollup merge of #24654: mdinger/patch-2 | Alex Crichton | -2/+2 |
| 2015-04-21 | Document functional update syntax | Steve Klabnik | -0/+30 |
| 2015-04-21 | TRPL editing: tuple structs | Steve Klabnik | -9/+13 |
| 2015-04-21 | Add research to README of TRPL | Steve Klabnik | -0/+2 |
| 2015-04-21 | small edits for recently written book chapters | Steve Klabnik | -145/+145 |
| 2015-04-21 | Add an example of completely slicing an object. | John Van Enk | -0/+1 |
| 2015-04-21 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -2/+3 |
| 2015-04-21 | Fix typos | mdinger | -2/+2 |
| 2015-04-20 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -77/+121 |
| 2015-04-20 | Rollup merge of #24643 - steveklabnik:doc_if_let, r=jakub- | Steve Klabnik | -1/+80 |
| 2015-04-20 | Rollup merge of #24632 - steveklabnik:casting_guide, r=alexcrichton | Steve Klabnik | -1/+87 |
| 2015-04-20 | Rollup merge of #24631 - steveklabnik:unsafe_guide, r=alexcrichton | Steve Klabnik | -101/+124 |
| 2015-04-20 | Rollup merge of #24630 - steveklabnik:quickfix, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-20 | Rollup merge of #24577 - steveklabnik:gh24573, r=alexcrichton | Steve Klabnik | -0/+24 |
| 2015-04-20 | Rollup merge of #24571 - steveklabnik:editing, r=alexcrichton | Steve Klabnik | -503/+404 |
| 2015-04-20 | Rollup merge of #24516 - steveklabnik:gh22621, r=alexcrichton | Steve Klabnik | -0/+110 |
| 2015-04-20 | TRPL: if let | Steve Klabnik | -1/+80 |
| 2015-04-20 | Add common macros to TRPL | Steve Klabnik | -0/+110 |
| 2015-04-20 | TRPL: unsafe -> raw pointers | Steve Klabnik | -101/+124 |
| 2015-04-20 | Remove feature gated examples from the reference. | Steve Klabnik | -0/+24 |
| 2015-04-20 | TRPL: casting | Steve Klabnik | -1/+87 |
| 2015-04-20 | Fix small typo in TRPL intro | Steve Klabnik | -1/+1 |
| 2015-04-20 | TRPL edits: generics | Steve Klabnik | -40/+72 |
| 2015-04-20 | Remove inverse example from generics part of TRPL | Steve Klabnik | -85/+0 |