about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Collapse)AuthorLines
2012-01-26tutorial: Fix types in gettimeofday example. Closes #1657Brian Anderson-3/+5
2012-01-25In the tutorial install directions, mention that you may need to sudo make ↵Tim Chevalier-3/+6
install
2012-01-25Remove reference to tags, replace enums.Joe Pletcher-2/+2
2012-01-23Remove mention of Windows installer from tutorialBrian Anderson-7/+5
We don't want users to hurt themselves, since the installer has a bug in 0.1 that could possibly corrupt %PATH% Conflicts: doc/tutorial.md
2012-01-23tutorial: Remove mention of windows installerBrian Anderson-19/+8
2012-01-21tutorial: Make the comm examples passBrian Anderson-4/+7
2012-01-21tutorial: Un-xfail some working examplesBrian Anderson-3/+0
2012-01-21doc: Fix typoTaras Shpot-1/+1
2012-01-20build: Run tutorial testsBrian Anderson-1/+10
2012-01-20Typo fixes.Lindsey Kuper-5/+4
2012-01-20doc: Add MinGW instructions to tutorialBrian Anderson-0/+6
2012-01-20doc: Use commas to separate enums in tutorialBrian Anderson-16/+16
2012-01-20update tutorial to avoid block() syntax and to use term stack closureNiko Matsakis-37/+41
2012-01-20doc: Fix mutant comma in tutorialBrian Anderson-1/+1
2012-01-20doc: Mention 'debug' log level in tutorial. Closes #1579Brian Anderson-3/+3
2012-01-19Couple typo fixes in tutorial.Graydon Hoare-2/+2
2012-01-19Typo fix in tutorial.Graydon Hoare-1/+1
2012-01-20tutorial.md: spelling corrections for sections 1-5Ben Striegel-11/+11
2012-01-19Add 'getting started' text to tutorial, close #427.Graydon Hoare-1/+67
2012-01-19Fix internal linking in the tutorialMarijn Haverbeke-33/+16
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-0/+2556
And adjust highlighting/testing scripts to deal with this.