| Age | Commit message (Expand) | Author | Lines |
| 2013-04-01 | auto merge of #5669 : graydon/rust/tweaks, r=thestinger | bors | -5/+5 |
| 2013-04-01 | tidy version numbers and copyright dates | Graydon Hoare | -5/+5 |
| 2013-04-01 | auto merge of #5662 : catamorphism/rust/docs, r=catamorphism | bors | -1/+99 |
| 2013-04-01 | docs: Xfail test, it's just for illustration anyway | Tim Chevalier | -2/+2 |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -23/+59 |
| 2013-04-01 | docs: Document language items, as per #3342 | Tim Chevalier | -1/+99 |
| 2013-03-31 | Update tutorial.md | Luqman Aden | -2/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-29 | auto merge of #5624 : thestinger/rust/tutorial, r=pcwalton | bors | -13/+73 |
| 2013-03-29 | tutorial: add an example of freezing a managed box | Daniel Micay | -4/+15 |
| 2013-03-29 | tutorial: improve the managed boxes section | Daniel Micay | -0/+14 |
| 2013-03-29 | tutorial: improve the owned boxes section | Daniel Micay | -5/+40 |
| 2013-03-29 | tutorial: use "owned box" consistently | Daniel Micay | -4/+4 |
| 2013-03-29 | auto merge of #5583 : jbclements/rust/docfix-for-block-comment-grammar, r=jbc... | bors | -4/+4 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -3/+3 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -3/+3 |
| 2013-03-28 | tutorial: only Owned types can have a Drop impl | Daniel Micay | -1/+3 |
| 2013-03-28 | tutorial: cleaner libc use statements | Daniel Micay | -5/+2 |
| 2013-03-28 | added defn of non_slash_or_star | John Clements | -2/+2 |
| 2013-03-28 | fix another subtle bug in comment regex | John Clements | -2/+2 |
| 2013-03-27 | fixes stated grammar for block comments, by adding Kleene '+' in two places. | John Clements | -2/+2 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -8/+8 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -11/+11 |
| 2013-03-26 | doc: Remove mentions of oldmap::HashMap | Alex Crichton | -5/+5 |
| 2013-03-26 | auto merge of #5549 : brson/rust/rustdoc, r=brson | bors | -0/+5 |
| 2013-03-26 | rustdoc: Tweak list style | Brian Anderson | -0/+5 |
| 2013-03-26 | Updated to reflect alpha-rename of constant/static items section. | Felix S. Klock II | -4/+2 |
| 2013-03-26 | Miscellaneous documentation additions. | Felix S. Klock II | -1/+33 |
| 2013-03-25 | auto merge of #5507 : graydon/rust/fixups2, r=graydon | bors | -21/+22 |
| 2013-03-25 | docs: update to avoid mention of const. | Graydon Hoare | -21/+22 |
| 2013-03-25 | auto merge of #5505 : catamorphism/rust/macro-tutorial, r=graydon | bors | -23/+27 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -36/+30 |
| 2013-03-22 | Copyedit macro tutorial | Tim Chevalier | -23/+27 |
| 2013-03-22 | docs: Copyedit my randomly assigned sections of the manual | Tim Chevalier | -132/+143 |
| 2013-03-21 | Tutorial: make struct section more coherent | Luca Bruno | -9/+18 |
| 2013-03-19 | rewrite the tutorial section on boxes | Daniel Micay | -130/+160 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -58/+21 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -19/+19 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -1/+1 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -65/+12 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -15/+15 |
| 2013-03-11 | doc: Remove documentation on newtype enums. | Patrick Walton | -44/+36 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -31/+20 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -12/+13 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -3/+2 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -44/+43 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -100/+20 |
| 2013-03-02 | auto merge of #5188 : ben0x539/rust/doc-call-generic-fn, r=catamorphism | bors | -1/+8 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -100/+20 |