summary refs log tree commit diff
path: root/src/doc/trpl/traits.md
AgeCommit message (Expand)AuthorLines
2015-06-15remove confusing 1i32Steve Klabnik-1/+1
2015-06-13Auto merge of #26118 - tshepang:define-trait, r=steveklabnikbors-0/+3
2015-06-09book: define traitTshepang Lekhonkhobe-0/+3
2015-06-02booK: Float no longer existsTshepang Lekhonkhobe-1/+1
2015-06-02book: update error messageTshepang Lekhonkhobe-1/+1
2015-06-02book: some tiny improvementsTshepang Lekhonkhobe-3/+3
2015-05-29Corrected typo Mathieu David-1/+1
2015-05-27Remove mentions of int / uint from public documentationJake Goulding-1/+1
2015-05-19Rollup merge of #25580 - killercup:trpl/unify-code-blocks, r=steveklabnikManish Goregaokar-4/+4
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-4/+4
2015-05-17Use byte string literal syntaxpeferron-5/+6
2015-05-16Make error message consistent with source codepeferron-2/+2
2015-05-15trpl: change from "int" to "i32" in TraitsAlex Burka-1/+1
2015-05-07Fix incorrect curly quotesSteve Klabnik-1/+1
2015-04-25A number of spell-checking corrections.Przemysław Wesołek-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+1
2015-04-20TRPL edits: traitsSteve Klabnik-188/+100
2015-04-12Updated dead link in Traits chapter of book to point to Trait Objects chapter.Michael Alexander-2/+2
2015-04-06traits.md: Fix example of using traits to match descriptionJosh Triplett-2/+1
2015-03-31Add description of + for multiple trait boundsSteve Klabnik-0/+23
2015-03-28book: Fix typo Dan W.-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+6
2015-03-08Add default methods to trait documentationSteve Klabnik-0/+43
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-16Document where clauses.Steve Klabnik-0/+90
2015-02-09Add documentation on trait objects.Steve Klabnik-45/+2
2015-01-17Intpocalypse, book edition.Steve Klabnik-6/+6
2015-01-13Provide example of generic inverse()Steve Klabnik-0/+73
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-3/+3
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+317