about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2012-10-03docs: TypoBrian Anderson-1/+1
2012-10-03docs: Call () 'unit' instead of 'nil'Brian Anderson-7/+7
2012-10-03docs: The real answerBrian Anderson-1/+1
2012-10-03A run through the tutorial, small changesKevin Cantu-42/+58
2012-10-02doc: Minor tutorial improvementsBrian Anderson-30/+30
2012-10-01docs: TypoBrian Anderson-1/+1
2012-09-26tutorial: changing `again` to `loop`Daniel Patterson-3/+3
2012-09-26tutorial: Convert a list to proseBrian Anderson-6/+3
2012-09-26tutorial: Minor tweaksBrian Anderson-2/+2
2012-09-26tutorial: Delete 'what to be aware of'Brian Anderson-9/+0
2012-09-26tutorial: Swap order of pointers for emphasis on &Brian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-26tutorial: Remove all references to 'records'. MiscBrian Anderson-16/+16
2012-09-26tutorial: TypoBrian 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-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