about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-07std: add missing #[inline] annotation to the f64 arithmetic trait impls.Huon Wilson-0/+4
2013-08-07misc help message fixDo Nhat Minh-3/+3
2013-08-07Add weak_rng to get a random algo that puts more emphasis on speed than securityJordi Boggiano-0/+10
2013-08-07Document rand module with more emphasis on cryptographic securityJordi Boggiano-2/+12
2013-08-07Change const to staticSangeun Kim-43/+43
2013-08-07Change Freeze to StaticSangeun Kim-3/+3
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-2/+92
2013-08-07extra: add `internal` to {de,in}flate_bytes_ naming to address nitdarkf-6/+6
2013-08-07add extra::flate::deflate_bytes_zlib and a testdarkf-2/+19
2013-08-07add inflate_bytes_zlib to exra::flatedarkf-2/+11
2013-08-07Turn OptGroups into a main opt and a main and an aliased optsJordi Boggiano-35/+72
2013-08-07Add missing getopts::groups::optflagmulti functionJordi Boggiano-0/+14
2013-08-07Forbid `priv` where it has no effectAlex Crichton-64/+81
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-65/+56
2013-08-07rustc: Fix for-range loops that can use iteratorsblake2-ppc-29/+21
2013-08-07Bugfix .each_edge in middle/graph.rsblake2-ppc-3/+3
2013-08-07std: Fix for-range loops that can use iteratorsblake2-ppc-44/+31
2013-08-07extra: Remove all .each methods in smallintmapblake2-ppc-43/+0
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-3/+2258
2013-08-07auto merge of #8358 : brson/rust/newrt, r=brsonbors-54/+173
2013-08-07Turn on the new runtimeBrian Anderson-1/+1
2013-08-07rusti: Disable testsBrian Anderson-0/+15
2013-08-07Disable linked failure testsBrian Anderson-0/+40
2013-08-07xfail debug-info/option-like-enumBrian Anderson-0/+1
2013-08-07test: Fix deadlock in task-perf-linked-failureBrian Anderson-1/+4
2013-08-07test: xfail a bunch of tests that are incorrectly reading os::args()[1]Brian Anderson-0/+10
2013-08-07rustpkg: Disable test_uninstallBrian Anderson-0/+1
2013-08-07rustc: Use 4MB stacks. Needed for unoptimized builds apparently.Brian Anderson-1/+9
2013-08-07std: Allow spawners to specify stack sizeBrian Anderson-49/+61
2013-08-07std::rt: Pull RUST_MIN_STACK from the environmentBrian Anderson-3/+32
2013-08-07std::rt: 2MB stacks againBrian Anderson-1/+1
2013-08-07auto merge of #8320 : mihneadb/rust/freq_count, r=cmrbors-0/+11
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-857/+893
2013-08-07std: fix a bad type cast for in str.to_c_str()Erick Tryzelaar-1/+1
2013-08-07std: Make CString::new unsafe b/c it can mutate a *T ptrErick Tryzelaar-2/+2
2013-08-07std: remove unnecessary test from c_str.drop and use safer transmuteErick Tryzelaar-2/+2
2013-08-07std: Fix c_str.iter() and add testErick Tryzelaar-3/+20
2013-08-07auto merge of #8294 : erickt/rust/map-move, r=bblumbors-211/+243
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-17/+87
2013-08-07auto merge of #8326 : thestinger/rust/iterator, r=alexcrichtonbors-378/+125
2013-08-07Add frequency count to extra::stat. #8281Mihnea Dobrescu-Balaur-0/+11
2013-08-07auto merge of #8373 : alexcrichton/rust/disable-rusti, r=cmrbors-8/+9
2013-08-07std: removed option.take_map{,_default}Erick Tryzelaar-19/+5
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-175/+176
2013-08-07Revert "Re-enable rusti tests"Alex Crichton-8/+9
2013-08-07std: add result.map_move, result.map_err_moveErick Tryzelaar-20/+66
2013-08-07option.get -> option.unwrapErick Tryzelaar-5/+4
2013-08-07auto merge of #8305 : huonw/rust/triage-fixes, r=cmrbors-242/+17
2013-08-07testsuite: add explanation to a Note, and remove duplicated code.Huon Wilson-6/+3
2013-08-07testsuite: remove incorrect section of 2 test cases. (Also, &const is disappe...Huon Wilson-13/+0