| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -44/+31 |
| 2013-08-07 | extra: Remove all .each methods in smallintmap | blake2-ppc | -43/+0 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -3/+2258 |
| 2013-08-07 | auto merge of #8358 : brson/rust/newrt, r=brson | bors | -54/+173 |
| 2013-08-07 | Turn on the new runtime | Brian Anderson | -1/+1 |
| 2013-08-07 | rusti: Disable tests | Brian Anderson | -0/+15 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+40 |
| 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 | rustpkg: Disable test_uninstall | Brian Anderson | -0/+1 |
| 2013-08-07 | rustc: Use 4MB stacks. Needed for unoptimized builds apparently. | Brian Anderson | -1/+9 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -49/+61 |
| 2013-08-07 | std::rt: Pull RUST_MIN_STACK from the environment | Brian Anderson | -3/+32 |
| 2013-08-07 | std::rt: 2MB stacks again | Brian Anderson | -1/+1 |
| 2013-08-07 | auto merge of #8320 : mihneadb/rust/freq_count, r=cmr | bors | -0/+11 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -857/+893 |
| 2013-08-07 | std: fix a bad type cast for in str.to_c_str() | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | std: Make CString::new unsafe b/c it can mutate a *T ptr | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | std: remove unnecessary test from c_str.drop and use safer transmute | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | std: Fix c_str.iter() and add test | Erick Tryzelaar | -3/+20 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -211/+243 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -17/+87 |
| 2013-08-07 | auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton | bors | -378/+125 |
| 2013-08-07 | Add frequency count to extra::stat. #8281 | Mihnea Dobrescu-Balaur | -0/+11 |
| 2013-08-07 | auto merge of #8373 : alexcrichton/rust/disable-rusti, r=cmr | bors | -8/+9 |
| 2013-08-07 | std: removed option.take_map{,_default} | Erick Tryzelaar | -19/+5 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -175/+176 |
| 2013-08-07 | Revert "Re-enable rusti tests" | Alex Crichton | -8/+9 |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -20/+66 |
| 2013-08-07 | option.get -> option.unwrap | Erick Tryzelaar | -5/+4 |
| 2013-08-07 | auto merge of #8305 : huonw/rust/triage-fixes, r=cmr | bors | -242/+17 |
| 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 | std: adjust str::test_add so that the macro expands to all 3 items (#8012). | Huon Wilson | -11/+14 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -26/+59 |
| 2013-08-07 | auto merge of #8323 : kballard/rust/saturating, r=thestinger | bors | -85/+167 |
| 2013-08-07 | std: run test fix for ARM android | Young-il Choi | -4/+4 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -19/+142 |
| 2013-08-07 | Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)]. | Huon Wilson | -0/+46 |
| 2013-08-06 | auto merge of #8287 : sfackler/rust/hex, r=alexcrichton | bors | -114/+264 |
| 2013-08-06 | vec: use `offset_inbounds` for iterators | Daniel Micay | -5/+24 |
| 2013-08-06 | add an intrinsic for inbounds GEP | Daniel Micay | -2/+53 |
| 2013-08-06 | vec: avoid `ptrtoint`/`inttoptr` in the iterators | Daniel Micay | -8/+18 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -345/+14 |
| 2013-08-06 | Fix node hashes | Alex Crichton | -26/+29 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1209/+1275 |
| 2013-08-06 | std: update str.push_byte to work without str trailing nulls | Erick Tryzelaar | -1/+10 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -781/+397 |