| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -2/+1 |
| 2013-02-27 | auto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon | bors | -1/+1 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -1/+1 |
| 2013-02-26 | Fix unused imports in the tutorials | Alex Crichton | -3/+2 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -1/+1 |
| 2013-02-26 | doc: Remove references to mut fields. rs=demuting | Patrick Walton | -181/+25 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -1/+1 |
| 2013-02-25 | Fix typo in grammar: underscore, not minus, can appear amongst hex digits. | Felix S. Klock II | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -10/+10 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+2 |
| 2013-02-19 | Rewrited section about rust tool | Marvin Löbel | -11/+8 |
| 2013-02-19 | Give the rust tool an own section in the tutorial. | Marvin Löbel | -2/+21 |
| 2013-02-19 | Mention rust tool in the tutorial | Marvin Löbel | -3/+4 |
| 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 | -13/+13 |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -20/+20 |
| 2013-02-13 | update tutorial and manual to use new `impl Trait for Type` syntax | Chris Peterson | -29/+28 |
| 2013-02-13 | removed reference to crate file keywords | John Clements | -7/+1 |
| 2013-02-08 | Typo s/recusive/recursive/ | Olivier Saut | -1/+1 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -10/+6 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -3/+3 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -6/+6 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -3/+3 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -40/+27 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -40/+27 |
| 2013-01-31 | test cases, cleanup | John Clements | -0/+3 |
| 2013-01-31 | Merge pull request #4708 from dforsyth/add_if | Brian Anderson | -1/+1 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -3/+3 |
| 2013-01-31 | add if to borrowed ptr tutorial | David Forsythe | -1/+1 |
| 2013-01-31 | Repair RIMOV damage to doc tests | Ben Striegel | -7/+6 |
| 2013-01-30 | RIMOV, round 11 | Ben Striegel | -10/+7 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -4/+4 |