about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
2015-04-24Rollup merge of #24736 - steveklabnik:doc_mutability, r=alexcrichtonSteve Klabnik-1/+177
2015-04-24Rollup merge of #24725 - steveklabnik:doc_operators_and_overloading, r=alexcr...Steve Klabnik-2/+82
2015-04-24Rollup merge of #24722 - steveklabnik:doc_deref, r=alexcrichtonSteve Klabnik-5/+121
2015-04-24TRPL: deref coercionsSteve Klabnik-5/+121
2015-04-24TRPL: mutabilitySteve Klabnik-1/+177
2015-04-24TRPL: operators and overloadingSteve Klabnik-2/+82
2015-04-24Rollup merge of #24698 - steveklabnik:remove_debug_display, r=steveklabnikManish Goregaokar-4/+0
2015-04-23TRPL: Remove references to "advanced macros chapter"Geoffrey Thomas-3/+2
2015-04-23TRPL: Fix link to macro section of referenceGeoffrey Thomas-1/+1
2015-04-23Auto merge of #24664 - steveklabnik:doc_ufcs, r=alexcrichtonbors-1/+125
2015-04-23fix doctestManish Goregaokar-1/+1
2015-04-22TRPL: UFCSSteve Klabnik-1/+125
2015-04-23Rollup merge of #24675 - steveklabnik:two_more_chapters, r=alexcrichtonManish Goregaokar-2/+130
2015-04-23Rollup merge of #24673 - steveklabnik:doc_attributes, r=alexcrichtonManish Goregaokar-3/+160
2015-04-22remove debug and display chapterSteve Klabnik-4/+0
2015-04-22TRPL: type aliases and unsized typesSteve Klabnik-2/+130
2015-04-22TRPL: attributes & conditional compilationSteve Klabnik-3/+160
2015-04-22Auto merge of #24671 - steveklabnik:doc_const_static, r=alexcrichtonbors-8/+87
2015-04-21TRPL: const and staticSteve Klabnik-8/+87
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+1
2015-04-21rollup merge of #24672: steveklabnik/edit_tuple_structsAlex Crichton-9/+13
2015-04-21rollup merge of #24669: steveklabnik/fixAlex Crichton-0/+2
2015-04-21rollup merge of #24667: steveklabnik/more_editingAlex Crichton-145/+145
2015-04-21rollup merge of #24665: sw17ch/document-complete-slice-syntaxAlex Crichton-0/+1
2015-04-21rollup merge of #24663: steveklabnik/gh24639Alex Crichton-0/+30
2015-04-21rollup merge of #24654: mdinger/patch-2Alex Crichton-2/+2
2015-04-21Document functional update syntaxSteve Klabnik-0/+30
2015-04-21TRPL editing: tuple structsSteve Klabnik-9/+13
2015-04-21Add research to README of TRPLSteve Klabnik-0/+2
2015-04-21small edits for recently written book chaptersSteve Klabnik-145/+145
2015-04-21Add an example of completely slicing an object.John Van Enk-0/+1
2015-04-21Refocus unsafe code chapter on unsafe itself.Steve Klabnik-2/+3
2015-04-21Fix typosmdinger-2/+2
2015-04-20Refocus unsafe code chapter on unsafe itself.Steve Klabnik-77/+121
2015-04-20Rollup merge of #24643 - steveklabnik:doc_if_let, r=jakub-Steve Klabnik-1/+80
2015-04-20Rollup merge of #24632 - steveklabnik:casting_guide, r=alexcrichtonSteve Klabnik-1/+87
2015-04-20Rollup merge of #24631 - steveklabnik:unsafe_guide, r=alexcrichtonSteve Klabnik-101/+124
2015-04-20Rollup merge of #24630 - steveklabnik:quickfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-20Rollup merge of #24577 - steveklabnik:gh24573, r=alexcrichtonSteve Klabnik-0/+24
2015-04-20Rollup merge of #24571 - steveklabnik:editing, r=alexcrichtonSteve Klabnik-503/+404
2015-04-20Rollup merge of #24516 - steveklabnik:gh22621, r=alexcrichtonSteve Klabnik-0/+110
2015-04-20TRPL: if letSteve Klabnik-1/+80
2015-04-20Add common macros to TRPLSteve Klabnik-0/+110
2015-04-20TRPL: unsafe -> raw pointersSteve Klabnik-101/+124
2015-04-20Remove feature gated examples from the reference.Steve Klabnik-0/+24
2015-04-20TRPL: castingSteve Klabnik-1/+87
2015-04-20Fix small typo in TRPL introSteve Klabnik-1/+1
2015-04-20TRPL edits: genericsSteve Klabnik-40/+72
2015-04-20Remove inverse example from generics part of TRPLSteve Klabnik-85/+0