about summary refs log tree commit diff
path: root/src/doc/trpl/traits.md
AgeCommit message (Expand)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-527/+0
2015-11-02Auto merge of #29505 - rjbs:docs-where-type, r=steveklabnikbors-1/+3
2015-11-01Attempt to clarify use of `where i32: ConvertTo<T>Ricardo Signes-1/+3
2015-11-01Replace ok().expect() by Result::expect in trait chapter of trplFlorian Hartwig-2/+2
2015-10-23Define bounds in glossary.mdChris C Cerami-6/+8
2015-10-20Change headers in Traits section of the bookChris C Cerami-2/+2
2015-10-08trpl: link to derivable trait's docspanicbit-9/+9
2015-10-08trpl: mention deriving in traits sectionpanicbit-0/+29
2015-09-03Fix mistake in trait.mdXiao Chuan Yu-1/+1
2015-08-05Rollup merge of #27285 - lastorset:trait-operator-impl, r=steveklabnikSteve Klabnik-7/+67
2015-07-30Copyedit generics.md and traits.mdLeif Arne Storset-9/+12
2015-07-30Using operator traits in generic structsLeif Arne Storset-0/+6
2015-07-30Show impl<T>Leif Arne Storset-0/+51
2015-07-25Default methods example: Show "(in)valid" caseLeif Arne Storset-11/+21
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