| Age | Commit message (Expand) | Author | Lines |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -56/+8 |
| 2013-08-09 | Fix interaction between default matches and guards. Closes #3121. | Michael Sullivan | -1/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -56/+8 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -16/+0 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -16/+0 |
| 2013-08-09 | Fix vector pattern matching. Closes #6909. | Michael Sullivan | -10/+31 |
| 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/+85 |
| 2013-08-08 | auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton | bors | -2/+79 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -21/+496 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+40 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -0/+164 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -20/+104 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -0/+164 |
| 2013-08-08 | xfail-fast an aux test | Corey Richardson | -1/+1 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -11/+85 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -0/+201 |
| 2013-08-07 | Fix a stack to use the new .to_c_str() api | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | Fix fallout | Corey Richardson | -8/+8 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -0/+87 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -1/+1 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -11/+8 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -0/+201 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+12 |
| 2013-08-07 | xfail debug-info/option-like-enum | Brian Anderson | -0/+1 |
| 2013-08-07 | test: Fix deadlock in task-perf-linked-failure | Brian Anderson | -1/+4 |
| 2013-08-07 | test: xfail a bunch of tests that are incorrectly reading os::args()[1] | Brian Anderson | -0/+10 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -243/+61 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -17/+61 |
| 2013-08-07 | auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton | bors | -12/+12 |
| 2013-08-07 | auto merge of #8305 : huonw/rust/triage-fixes, r=cmr | bors | -231/+3 |
| 2013-08-07 | testsuite: add explanation to a Note, and remove duplicated code. | Huon Wilson | -6/+3 |
| 2013-08-07 | testsuite: remove incorrect section of 2 test cases. (Also, &const is disappe... | Huon Wilson | -13/+0 |
| 2013-08-07 | testsuite: remove 2 very outdated testcases; functionality is tested by other... | Huon Wilson | -212/+0 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -4/+36 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -0/+46 |
| 2013-08-07 | Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)]. | Huon Wilson | -0/+46 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -12/+12 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -65/+53 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -45/+6 |
| 2013-08-07 | Fix bug in `match`ing struct patterns | Dmitry Ermolov | -4/+0 |
| 2013-08-07 | Added testcases for `match` keyword | Dmitry Ermolov | -0/+81 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -65/+53 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -6/+6 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -197/+198 |
| 2013-08-04 | std: merge str::raw::from_buf and str::raw::from_c_str | Erick Tryzelaar | -9/+14 |
| 2013-08-04 | Remove old tests and code for `select` | Brian Anderson | -39/+0 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+3 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -21/+0 |
| 2013-08-04 | auto merge of #8217 : brson/rust/reset_stack_limit, r=pcwalton | bors | -1/+2 |