summary refs log tree commit diff
path: root/doc/tutorial-tasks.md
AgeCommit message (Expand)AuthorLines
2013-09-23Fix signature of Result in tasks tutorial. Closes #8343Jimmy Zelinskie-1/+1
2013-09-19Modernize extra::future APISteven Fackler-2/+2
2013-09-15Remove references to std::pipes from task tutorialSteven Fackler-4/+2
2013-08-28doc: Remove statement about scheduling randomnessBrian Anderson-15/+0
2013-08-07Disable linked failure testsBrian Anderson-8/+8
2013-08-07doc: Fix deadlocks in tutorial due to yield bustageBrian Anderson-3/+6
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-02replace `range` with an external iteratorDaniel Micay-8/+4
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-17/+17
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-21fix text of tutorialsJoris Rehm-1/+1
2013-06-16fix benchmark and the tutorialsDaniel Micay-1/+1
2013-06-14rm MutableIterDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11std: convert pow, hypot, atan2, log to take arguments by reference.Huon Wilson-2/+2
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-0/+1
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+24
2013-05-26Add a short section on ARCOlivier Saut-1/+72
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-45/+45
2013-05-17Add a small section on futures to the tutorialOlivier Saut-13/+60
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-03doc: Rewrite task tutorial introBrian Anderson-39/+28
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-28Removing unused importsAlex Crichton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-8/+8
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-23/+22
2013-02-26Fix unused imports in the tutorialsAlex Crichton-2/+0
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-10/+10
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-10/+10
2013-02-14remove die definition and use in doc testsNick Desaulniers-8/+8
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-2/+2
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-11/+11
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+2
2013-01-20doc: Fix tutorial typo and remove unnecessary xfail-testChris Peterson-1/+1
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-1/+1
2012-12-12Fix tasks tutorial testsTim Chevalier-9/+9
2012-10-12Make moves explicit in doc examplesTim Chevalier-9/+9
2012-10-09Copyedit tasks tutorialTim Chevalier-119/+124
2012-10-07Clean up unfinished portions of task tutorialBrian Anderson-9/+2
2012-10-04Fixed a few typos in the tutorials.Gonçalo Cabrita-5/+5
2012-10-01docs: Begin integrating bblum's linked failure blog postBrian Anderson-0/+157
2012-10-01docs: Task tutorial cleanupBrian Anderson-10/+27
2012-10-01docs: More task tutorialBrian Anderson-49/+176