| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 | |
| 2013-03-28 | Removing unused imports | Alex Crichton | -3/+3 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -8/+8 | |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming ↵ | Patrick Walton | -23/+22 | |
| imports | ||||
| 2013-02-26 | Fix unused imports in the tutorials | Alex Crichton | -2/+0 | |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -10/+10 | |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -10/+10 | |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -8/+8 | |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -2/+2 | |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -11/+11 | |
| fail Fix merge conflicts - Issue 4524 | ||||
| 2013-01-31 | Finalize 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-20 | doc: Fix tutorial typo and remove unnecessary xfail-test | Chris Peterson | -1/+1 | |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -1/+1 | |
| These are not needed in a pipe-based Rustiverse | ||||
| 2012-12-12 | Fix tasks tutorial tests | Tim Chevalier | -9/+9 | |
| 2012-10-12 | Make moves explicit in doc examples | Tim Chevalier | -9/+9 | |
| Had to remove the buffalo example. It was awkward to update for explicit moves. | ||||
| 2012-10-09 | Copyedit tasks tutorial | Tim Chevalier | -119/+124 | |
| 2012-10-07 | Clean up unfinished portions of task tutorial | Brian Anderson | -9/+2 | |
| 2012-10-04 | Fixed a few typos in the tutorials. | Gonçalo Cabrita | -5/+5 | |
| 2012-10-01 | docs: Begin integrating bblum's linked failure blog post | Brian Anderson | -0/+157 | |
| 2012-10-01 | docs: Task tutorial cleanup | Brian Anderson | -10/+27 | |
| 2012-10-01 | docs: More task tutorial | Brian Anderson | -49/+176 | |
| 2012-09-29 | doc: Mention std::par in task tutorial | Brian Anderson | -1/+2 | |
| 2012-09-29 | docs: Begin rewriting the task tutorial | Brian Anderson | -9/+62 | |
| 2012-09-26 | docs: Give all tutorials consistent titles and intro sections | Brian Anderson | -1/+3 | |
| 2012-09-22 | doc: Split out task tutorail. Add links to sub-tutorials | Brian Anderson | -0/+173 | |
