about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-09-25docs: Fix style sheet for tablesBrian Anderson-1/+1
2012-09-24tutorial: Merge discussion of patterns and let bindingsBrian Anderson-12/+8
2012-09-24tutorial: A little more explanation of why managed boxes are usefulBrian Anderson-1/+29
2012-09-24tutorial: Expand borrowed ptr discussion. MiscBrian Anderson-45/+94
2012-09-24tutorial: Swap order of data type/function sections. Add method discussionBrian Anderson-58/+100
2012-09-24tutorial: More generics cleanupBrian Anderson-26/+24
2012-09-24tutorial: Overhaul the generics sectionBrian Anderson-138/+167
2012-09-23docs: Change 'class' to 'struct' in codemirror-rustBrian Anderson-1/+1
2012-09-23tutorial: Begin trying to improve the generics sectionBrian Anderson-54/+76
2012-09-23tutorial: Update ptr/vec/fn sections with new terminologyBrian Anderson-65/+95
2012-09-23tutorial: Merge some related, small sectionsBrian Anderson-5/+4
2012-09-22tutorial: Simplify the first example. MiscBrian Anderson-20/+21
2012-09-22tutorial: Clean up literal sectionBrian Anderson-20/+16
2012-09-22tutorial: Don't iloop in exampleBrian Anderson-1/+1
2012-09-22tutorial: Merge sections 'Types' and 'Using types'Brian Anderson-22/+6
2012-09-22tutorial: Convert the type list to a more compact tableBrian Anderson-52/+37
2012-09-22tutorial: More intro simplificationBrian Anderson-121/+166
2012-09-22tutorial: Make the intro more conciseBrian Anderson-60/+33
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-251/+199
2012-09-22tutorial: Use bold bullet items instead of bold italicBrian Anderson-6/+6
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-3/+10
2012-09-20correct grammar name for again_exprNiko Matsakis-1/+1
2012-09-20doc: s/again/loopNiko Matsakis-4/+4
2012-09-20doc: correct for-loop exampleNiko Matsakis-1/+1
2012-09-19fix tutorial example that uses each()Niko Matsakis-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-28/+37
2012-09-18xfail two tests from the manualBrian Anderson-2/+2
2012-09-18Remove 'unchecked' from docsBrian Anderson-16/+17
2012-09-18docs: Doc tests may use elipsesBrian Anderson-11/+11
2012-09-18Fix doc test glitch.Graydon Hoare-1/+1
2012-09-15Update keywords in codemirror-rust.jsBrian Anderson-8/+8
2012-09-15docs: Don't mention unsafe pointersBrian Anderson-4/+0
2012-09-15docs: Bump tarball versions in tutorialBrian Anderson-4/+4
2012-09-15docs: Modernize tutorial snippetsBrian Anderson-108/+110
2012-09-15Make a few more borrowed pointer tutorial examples passBrian Anderson-10/+10
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-29/+93
2012-09-15docs: Add Niko's borrowed pointers tutorialBrian Anderson-0/+702
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-10doc: Don't refer to the non-existent attributes section in the tutorialTim Chevalier-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-10/+10
2012-09-07tutorial: swap order of "Traits" and "Modules and Crates" sections.Lindsey Kuper-197/+197
2012-09-06Update docs to not refer to the `of` clause in an implTim Chevalier-10/+7
2012-09-06Tutorial: Link to section on boxes and pointers at first mention of ~, @, &Tim Chevalier-1/+1
2012-09-05Fix tutorial testsBrian Anderson-7/+8
2012-09-05doc: "import" -> "use"Patrick Walton-67/+68
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-240/+240
2012-09-05tutorial: Remove the section on stringsPatrick Walton-26/+0
2012-09-05doc: Split macros out into a separate tutorialPatrick Walton-151/+152
2012-09-04Remove 'with'Brian Anderson-3/+3