| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -6/+6 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -42/+42 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+64 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -42/+42 |
| 2013-05-11 | auto merge of #6398 : osaut/rust/master, r=bstrie | bors | -31/+27 |
| 2013-05-10 | Fix tests with the swap operator | Alex Crichton | -1/+3 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -30/+1 |
| 2013-05-10 | Replace io::println by println as it is now included in prelude.rs | Olivier Saut | -31/+27 |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -7/+7 |
| 2013-05-04 | small fix to the tutorial-ffi destructor example | Daniel Micay | -7/+4 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -11/+7 |
| 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-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-ffi: add example of a custom destructor | Daniel Micay | -0/+68 |
| 2013-04-26 | tutorial: rework the section on destructors | Daniel Micay | -99/+33 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -3/+3 |
| 2013-04-22 | rustpkg: In doc, mention other implicit RUST_PATH entries | Tim Chevalier | -1/+6 |
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -0/+103 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -9/+9 |
| 2013-04-19 | Fix debug! usage in tutorial | Dan Luu | -1/+1 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-17 | Explain use of debug\! in tutorial | Dan Luu | -0/+3 |
| 2013-04-12 | auto merge of #5852 : thestinger/rust/ffi, r=thestinger | bors | -4/+5 |
| 2013-04-12 | tutorial-ffi: add another missing word | Daniel Micay | -4/+5 |
| 2013-04-12 | tutorial-ffi: add missing word | Daniel Micay | -2/+2 |
| 2013-04-12 | rewrite the ffi tutorial with snappy as an example | Daniel Micay | -195/+139 |
| 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 | -3/+4 |
| 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 manual for single-element tuple types | zofrex | -1/+1 |
| 2013-04-07 | Update manual for single-element tuples | zofrex | -1/+2 |
| 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 #5713 : brson/rust/tutorial2, r=thestinger | bors | -39/+28 |
| 2013-04-04 | auto merge of #5707 : brettcannon/rust/patch-1, r=thestinger | bors | -1/+1 |
| 2013-04-04 | auto merge of #5703 : steveklabnik/rust/add_log_docs, r=thestinger | bors | -0/+22 |
| 2013-04-03 | doc: Rewrite task tutorial intro | Brian Anderson | -39/+28 |
| 2013-04-03 | auto merge of #5710 : ajuckel/rust/patch-1, r=luqmana | bors | -1/+1 |