| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -41/+40 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+43 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -41/+40 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -30/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -3/+3 |
| 2013-04-30 | Revert "doc: XFAIL mysterious failure on bots" | Jed Davis | -1/+1 |
| 2013-04-29 | doc: XFAIL mysterious failure on bots | Patrick Walton | -1/+1 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -3/+3 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -3/+3 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -8/+8 |
| 2013-04-07 | Update manual for single-element tuple types | zofrex | -1/+1 |
| 2013-04-07 | Update manual for single-element tuples | zofrex | -1/+2 |
| 2013-04-04 | auto merge of #5703 : steveklabnik/rust/add_log_docs, r=thestinger | bors | -0/+22 |
| 2013-04-03 | One more typo: dubug -> debug | Steve Klabnik | -1/+1 |
| 2013-04-03 | typo fix: na -> an | Steve Klabnik | -1/+1 |
| 2013-04-03 | Add information about logging macros to the tutorial. | Steve Klabnik | -0/+22 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 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 |