about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2012-07-04tutorial: Make example less braceyBrian Anderson-15/+15
2012-07-04tutorial: More improvements to closure sectionBrian Anderson-37/+63
2012-07-03tutorial: More cleanupBrian Anderson-9/+4
2012-07-03tutorial: Add a more detailed example to the introBrian Anderson-3/+60
2012-07-03tutorial: Minor editing to introBrian Anderson-3/+2
2012-07-03tutorial: Restructure intro materialsBrian Anderson-9/+10
2012-07-02tutorial: Minor improvements to closuresBrian Anderson-20/+26
2012-07-02tutorial: More updates for closuresBrian Anderson-42/+71
2012-07-02tutorial: Some work on closuresBrian Anderson-36/+62
2012-07-01Convert to new closure syntaxBrian Anderson-20/+18
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-33/+21
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-53/+62
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-20/+23
2012-06-22Remove section on resources from tutorial; add a todo to cover classesTim Chevalier-21/+2
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-6/+51
2012-06-20Remove bind. Issue #2189Brian Anderson-13/+0
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-77/+1
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-1/+77
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-77/+1
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-4/+3
2012-05-29tutorial: Consistent metavariable for types. Closes #2461.Lindsey Kuper-17/+17
2012-05-29tutorial: Minor cleanup.Lindsey Kuper-14/+15
2012-05-23Update the tutorial with the new shift behaviors.Michael Sullivan-5/+5
2012-05-16doc: Fix `as` description in tutorialBrian Anderson-5/+5
2012-05-15doc: remove duplicate words. Thanks, Matt Might!Lindsey Kuper-1/+1
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-14/+12
2012-04-23Mention lazy evaluation of log arguments in tutorialTim Chevalier-1/+5
2012-04-18Describe new for construct in the tutorialMarijn Haverbeke-5/+48
2012-04-11Add description of by-move mode.Graydon Hoare-0/+7
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Remove support for old-style forMarijn Haverbeke-23/+10
2012-04-05Documentation only: update tutorial to mention --lib only for single source f...Tim Chevalier-4/+7
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-04-02doc: Abbreviate Thursday as 'th', not 'do'Brian Anderson-1/+1
2012-04-01doc: Tutorial fixesBrian Anderson-8/+8
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-17/+17
2012-03-25str::to_chars -> str::charsJacob Parker-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-18/+21
2012-03-20doc: Switch the tutorial to pandoc's method of tagging code blocksBrian Anderson-32/+16
2012-03-20doc: Fix external links in tutorialBrian Anderson-4/+2
2012-03-18core: Rename vec::position_elt to position_elemBrian Anderson-2/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-6/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-33/+32
2012-03-10doc: Update tutorial for task API changesBrian Anderson-6/+5
2012-02-20core: New task APIBrian Anderson-44/+40
2012-02-14tutorial: Mention how the destructor works in the section on resources. Close...Patrick Walton-4/+5
2012-02-05Merge remote-tracking branch 'erickt/master'Brian Anderson-2/+2
2012-02-05Add missing 'use std' in tutorial exampleMarijn Haverbeke-0/+1
2012-01-30Remove ternary operatorPaul Woolcock-7/+0
2012-01-28core: rename vec::position* functionsErick Tryzelaar-2/+2