| Age | Commit message (Expand) | Author | Lines |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+21 |
| 2013-05-10 | Replace io::println by println as it is now included in prelude.rs | Olivier Saut | -31/+27 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -4/+4 |
| 2013-04-29 | tutorial: Fix 'self' to 'Self' | ILYONG CHO | -5/+4 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+1 |
| 2013-04-26 | tutorial: rework the section on destructors | Daniel Micay | -99/+33 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -1/+1 |
| 2013-04-19 | Fix debug! usage in tutorial | Dan Luu | -1/+1 |
| 2013-04-17 | Explain use of debug\! in tutorial | Dan Luu | -0/+3 |
| 2013-04-10 | auto merge of #5773 : dunsmoreb/rust/incoming, r=bstrie | bors | -1/+5 |
| 2013-04-10 | Update destructuring to reference tuples section. | Bryan Dunsmore | -1/+2 |
| 2013-04-08 | auto merge of #5782 : zofrex/rust/doc-1-tuples, r=thestinger | bors | -1/+1 |
| 2013-04-08 | auto merge of #5775 : pavpanchekha/rust/patch-1, r=thestinger | bors | -1/+1 |
| 2013-04-07 | Fixed typo | Pavel Panchekha | -1/+1 |
| 2013-04-07 | Include definition of tuples for destructuring. | Bryan Dunsmore | -1/+4 |
| 2013-04-07 | Update tutorial: 1-tuples now exist | zofrex | -1/+1 |
| 2013-04-05 | auto merge of #5721 : dhardy/rust/master, r=graydon | bors | -0/+32 |
| 2013-04-05 | Tutorial: spelling correction and move a failing test to an xfail-test marked... | Diggory Hardy | -1/+3 |
| 2013-04-04 | Tutorial: fix typo | Diggory Hardy | -4/+4 |
| 2013-04-04 | Tutorial: comment on how mutability applies to boxes | Diggory Hardy | -0/+30 |
| 2013-04-04 | auto merge of #5716 : dhardy/rust/master, r=thestinger | bors | -1/+1 |
| 2013-04-04 | Tutorial: rename variable to avoid confusion. | Diggory Hardy | -1/+1 |
| 2013-04-04 | auto merge of #5707 : brettcannon/rust/patch-1, r=thestinger | bors | -1/+1 |
| 2013-04-03 | auto merge of #5710 : ajuckel/rust/patch-1, r=luqmana | bors | -1/+1 |
| 2013-04-03 | Simple typo fix | Anthony Juckel | -1/+1 |
| 2013-04-03 | Update tut. to not sound like I missed a section | Brett Cannon | -1/+1 |
| 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 | tidy version numbers and copyright dates | Graydon Hoare | -5/+5 |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -23/+59 |
| 2013-03-31 | Update tutorial.md | Luqman Aden | -2/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 |
| 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-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-26 | test: Fix tests | Patrick Walton | -5/+5 |
| 2013-03-26 | doc: Remove mentions of oldmap::HashMap | Alex Crichton | -2/+2 |
| 2013-03-25 | docs: update to avoid mention of const. | Graydon Hoare | -1/+1 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -25/+19 |
| 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-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -2/+2 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -2/+2 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -9/+9 |
| 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 | -6/+6 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -3/+3 |