about summary refs log tree commit diff
path: root/doc/tutorial-tasks.md
AgeCommit message (Expand)AuthorLines
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-515/+0
2013-12-16Test fallout from std::comm rewriteAlex Crichton-27/+19
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-2/+2
2013-11-24Remove linked failure from the runtimeAlex Crichton-111/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-14auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichtonbors-1/+1
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-2/+2
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-1/+1
2013-10-24Test fixes and merge conflictsAlex Crichton-1/+0
2013-10-21doc: fix links to comply with the new rustdocAdrien Tétar-7/+7
2013-10-01remove the `float` typeDaniel Micay-8/+8
2013-09-30tutorial: Remove usage of fmt!Alex Crichton-6/+5
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