about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
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-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-51/+24
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/+26
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-0/+2
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-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-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-5/+5
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-8/+5
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-30/+30
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-240/+0
2012-09-05tutorial: Remove the section on stringsPatrick Walton-26/+0
2012-09-05doc: Split macros out into a separate tutorialPatrick Walton-151/+0
2012-09-04Merge pull request #3333 from dbp/tutorialBrian Anderson-1/+3
2012-09-04In DuplexStream explanation: change 'There' to 'The'.Jim Blandy-1/+1
2012-09-01tutorial: adding link and reference to sublime text package.Daniel Patterson-1/+3
2012-08-31doc: Remove some unneeded sections on type inference and generic modesPatrick Walton-74/+14
2012-08-31doc: Remove the section on modes from the tutorialPatrick Walton-92/+0
2012-08-31doc: Trim down the tutorial a little morePatrick Walton-72/+55
2012-08-31doc: Update the tutorialPatrick Walton-441/+180
2012-08-31Remove the no-longer-true fact of cmp (and soon, log) being universal.Graydon Hoare-13/+0
2012-08-31Fix up the tutorial doc-tests.Graydon Hoare-1/+10
2012-08-28Convert core::pipes to camel caseBrian Anderson-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-24Expunge mention of `match check` from the tutorialTim Chevalier-6/+1
2012-08-24Minor doc updates.Paul Stansifer-2/+3
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-5/+5
2012-08-23Clarify that macros are expr-positioned.Paul Stansifer-0/+5