about summary refs log tree commit diff
path: root/doc/tutorial-tasks.md
AgeCommit message (Collapse)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself.
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
It doesn't quite reflect reality
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 ↵Patrick Walton-23/+22
imports
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
fail Fix merge conflicts - Issue 4524
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+2
Changes: - Refactor move mode computation - Removes move mode arguments, unary move, capture clauses (though they still parse for backwards compatibility) - Simplify how moves are handled in trans - Fix a number of illegal copies that cropped up - Workaround for bug involving def-ids in params (see details below) Future work (I'll open bugs for these...): - Improve error messages for moves that are due to bindings - Add support for moving owned content like a.b.c to borrow check, test in trans (but I think it'll "just work") - Proper fix for def-ids in params Def ids in params: Move captures into a map instead of recomputing. This is a workaround for a larger bug having to do with the def-ids associated with ty_params, which are not always properly preserved when inlining. I am not sure of my preferred fix for the larger bug yet. This current fix removes the only code in trans that I know of which relies on ty_param def-ids, but feels fragile.
2013-01-20doc: Fix tutorial typo and remove unnecessary xfail-testChris Peterson-1/+1
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-1/+1
These are not needed in a pipe-based Rustiverse
2012-12-12Fix tasks tutorial testsTim Chevalier-9/+9
2012-10-12Make moves explicit in doc examplesTim Chevalier-9/+9
Had to remove the buffalo example. It was awkward to update for explicit moves.
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
2012-09-29doc: Mention std::par in task tutorialBrian Anderson-1/+2
2012-09-29docs: Begin rewriting the task tutorialBrian Anderson-9/+62
2012-09-26docs: Give all tutorials consistent titles and intro sectionsBrian Anderson-1/+3
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-0/+173