about summary refs log tree commit diff
path: root/src/libstd/primitive_docs.rs
AgeCommit message (Expand)AuthorLines
2017-04-12Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomezTim Neumann-4/+4
2017-04-12Minor nits in primitive strprojektir-4/+4
2017-04-10Fixes incorrect formatting in array's documentation.Nathaniel Ringo-1/+1
2017-03-31Rollup merge of #40703 - GuillaumeGomez:pointer-docs, r=steveklabnikCorey Farwell-4/+9
2017-03-21Add missing urls in ptr docsGuillaume Gomez-4/+9
2017-03-20Fix up various linkssteveklabnik-2/+2
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-3/+3
2017-02-20Revert "Fix up links"Steve Klabnik-1/+1
2017-02-13Fix up linksSteve Klabnik-1/+1
2017-01-24Add missing urls for array docsGuillaume Gomez-21/+22
2017-01-21Specify the result of integer cast on booleanGuillaume Gomez-1/+9
2017-01-15rustdoc: Give primitive types stability attributesOliver Middleton-0/+22
2017-01-05Fix typo in tuple docsOliver Middleton-1/+1
2016-12-30Make rustdoc aware of the primitive i128 typeest31-0/+22
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-1/+1
2016-09-11Tweak array docsKeegan McAllister-21/+65
2016-08-18Fix linksNick Cameron-1/+1
2016-08-17Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste...Jonathan Turner-3/+8
2016-08-12provide additional justification for array interface designMatthew Piziak-3/+8
2016-08-12Update note to include recommendation to use `.as_slice()`JessRudder-1/+2
2016-08-11Add note to docs for &str that example is to demo internals onlyJessRudder-0/+3
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