| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | std: add missing #[inline] annotation to the f64 arithmetic trait impls. | Huon Wilson | -0/+4 |
| 2013-08-07 | misc help message fix | Do Nhat Minh | -3/+3 |
| 2013-08-07 | Add weak_rng to get a random algo that puts more emphasis on speed than security | Jordi Boggiano | -0/+10 |
| 2013-08-07 | Document rand module with more emphasis on cryptographic security | Jordi Boggiano | -2/+12 |
| 2013-08-07 | Change const to static | Sangeun Kim | -43/+43 |
| 2013-08-07 | Change Freeze to Static | Sangeun Kim | -3/+3 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -2/+92 |
| 2013-08-07 | extra: add `internal` to {de,in}flate_bytes_ naming to address nit | darkf | -6/+6 |
| 2013-08-07 | add extra::flate::deflate_bytes_zlib and a test | darkf | -2/+19 |
| 2013-08-07 | add inflate_bytes_zlib to exra::flate | darkf | -2/+11 |
| 2013-08-07 | Turn OptGroups into a main opt and a main and an aliased opts | Jordi Boggiano | -35/+72 |
| 2013-08-07 | Add missing getopts::groups::optflagmulti function | Jordi Boggiano | -0/+14 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -64/+81 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -65/+56 |
| 2013-08-07 | rustc: Fix for-range loops that can use iterators | blake2-ppc | -29/+21 |
| 2013-08-07 | Bugfix .each_edge in middle/graph.rs | blake2-ppc | -3/+3 |
| 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 |