| Age | Commit message (Expand) | Author | Lines |
| 2013-04-01 | docs: Xfail test, it's just for illustration anyway | Tim Chevalier | -2/+2 |
| 2013-04-01 | docs: Document language items, as per #3342 | Tim Chevalier | -1/+99 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-29 | auto merge of #5583 : jbclements/rust/docfix-for-block-comment-grammar, r=jbc... | bors | -4/+4 |
| 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 | -3/+3 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | doc: Remove mentions of oldmap::HashMap | Alex Crichton | -3/+3 |
| 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 | docs: update to avoid mention of const. | Graydon Hoare | -15/+17 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -10/+10 |
| 2013-03-22 | docs: Copyedit my randomly assigned sections of the manual | Tim Chevalier | -132/+143 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -41/+4 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -19/+19 |
| 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 | -63/+10 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -6/+6 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -16/+5 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -9/+10 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -95/+14 |
| 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 | -95/+14 |
| 2013-03-02 | doc/rust.md: Demonstrate the `f::<T>()` syntax more often | Benjamin Herr | -1/+8 |
| 2013-03-02 | docs/rust.md: Mention unit-like structs along with other struct types | Benjamin Herr | -3/+21 |
| 2013-02-27 | auto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon | bors | -1/+1 |
| 2013-02-26 | Fix unused imports in the tutorials | Alex Crichton | -1/+0 |
| 2013-02-26 | doc: Remove references to mut fields. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-25 | Fix typo in grammar: underscore, not minus, can appear amongst hex digits. | Felix S. Klock II | -1/+1 |
| 2013-02-19 | auto merge of #5029 : mcpherrinm/rust/master, r=catamorphism | bors | -0/+1 |
| 2013-02-18 | Missing newline causing title to not be a title | Matthew McPherrin | -0/+1 |
| 2013-02-18 | Fixed a typo in the documentation that points to the wrong macro (ident_to_st... | Armin Ronacher | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -9/+9 |
| 2013-02-13 | update tutorial and manual to use new `impl Trait for Type` syntax | Chris Peterson | -12/+12 |
| 2013-02-13 | removed reference to crate file keywords | John Clements | -7/+1 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -9/+5 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -2/+2 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -4/+4 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -25/+12 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -25/+12 |
| 2013-01-31 | test cases, cleanup | John Clements | -0/+3 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 |
| 2013-01-31 | Repair RIMOV damage to doc tests | Ben Striegel | -5/+4 |
| 2013-01-30 | RIMOV, round 11 | Ben Striegel | -9/+6 |
| 2013-01-25 | doc typo | John Clements | -1/+1 |