| Age | Commit message (Expand) | Author | Lines |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -1/+9 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -21/+0 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -11/+71 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -35/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -35/+0 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -1/+73 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -11/+71 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -7/+158 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+40 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -7/+28 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -11/+71 |
| 2013-08-07 | Fix fallout | Corey Richardson | -7/+7 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -0/+21 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -0/+130 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -14/+30 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -1/+9 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -6/+6 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -21/+0 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -6/+6 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-03 | auto merge of #8223 : davidhalperin/rust/master, r=Aatch | bors | -0/+24 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -104/+0 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -0/+3 |
| 2013-08-02 | Add backticks around trait name in conflicting implementations error message | David Halperin | -1/+1 |
| 2013-08-02 | Add trait name to conflicting implementation error message | David Halperin | -0/+24 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -39/+6 |
| 2013-08-01 | rustc: add a lint for `for`, suggesting `foreach` or `do`. | Huon Wilson | -0/+20 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -17/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-08-01 | rc: from_{owned,const} -> from_{send,freeze} | Daniel Micay | -1/+1 |
| 2013-07-31 | rm ancient error for lowercase kinds | Daniel Micay | -12/+0 |
| 2013-07-30 | std: Remove get_task function. Unused | Brian Anderson | -3/+3 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -4/+4 |
| 2013-07-28 | Add support for `..base` on static struct initializers. | Kevin Mehall | -0/+22 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -16/+16 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -0/+10 |
| 2013-07-26 | Improve the camel case warning a bit. | Michael Sullivan | -6/+6 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -0/+10 |
| 2013-07-25 | auto merge of #8030 : thestinger/rust/iterator, r=huonw | bors | -7/+0 |
| 2013-07-25 | auto merge of #8029 : emillon/rust/issue-6804, r=cmr | bors | -0/+21 |
| 2013-07-25 | NaN patterns: indicate that is_NaN is a method | Etienne Millon | -2/+2 |
| 2013-07-25 | Move/delete old tests that change behavior | Kevin Murphy | -34/+0 |
| 2013-07-24 | rm default method lint | Daniel Micay | -7/+0 |
| 2013-07-24 | Generalize NaN pattern detection using walk_pat | Etienne Millon | -0/+5 |
| 2013-07-24 | Check for comparisons to NaN in patterns | Etienne Millon | -0/+16 |
| 2013-07-24 | rc: Use ~T for allocation | blake2-ppc | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -7/+7 |