about summary refs log tree commit diff
path: root/src/libstd/primitive_docs.rs
AgeCommit message (Expand)AuthorLines
2016-07-08Improve primitive integers documentationGuillaume Gomez-0/+30
2016-06-22Use the correct types in float examplesOliver Middleton-6/+0
2016-06-01Fix broken link name in `bool` documentationMatt Kraai-1/+1
2016-04-06Add `Copy` to the traits that are automatically implemented for tuplesTobias Bucher-2/+4
2016-03-22doc: small char improvementsTshepang Lekhonkhobe-3/+3
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-15/+15
2016-03-06Spelling fix for "because"Craig M. Brandenburg-1/+1
2016-02-25Add f32 and f64 examples warningGuillaume Gomez-0/+6
2016-02-24Updated the primitive docs for boolRavi Shankar-1/+44
2016-02-15correct the primitive char doc's use of bytes and code pointsJack O'Connor-21/+11
2016-02-09make note of arity and 32-length restrictionSteve Klabnik-0/+6
2016-02-09Properly document tuplesSteve Klabnik-27/+65
2015-12-16small fix to str doc exampleSteve Klabnik-1/+1
2015-12-09Fix extra space in str docsSteve Klabnik-1/+1
2015-12-01Auto merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnikbors-6/+6
2015-12-01Arrays don't dereference but coerce to slicesTobias Bucher-6/+6
2015-11-30Better docs for the str primitiveSteve Klabnik-22/+42
2015-11-24Fix up docs for charSteve Klabnik-11/+72
2015-11-07Update list of array implementations in src/libstd/primitive_docs.rsOliver Middleton-1/+3
2015-09-30Fix typo in docs: usize is unsigned, not signed.Dato Simó-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-2/+0
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-07-20Address feedbackBrian Anderson-15/+15
2015-07-20std: Create separate docs for the primitivesBrian Anderson-0/+420