summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-08-07testsuite: remove 2 very outdated testcases; functionality is tested by other...Huon Wilson-212/+0
2013-08-07std: adjust str::test_add so that the macro expands to all 3 items (#8012).Huon Wilson-11/+14
2013-08-07Enable privacy check for enum methods.Michael Woerister-26/+59
2013-08-07auto merge of #8323 : kballard/rust/saturating, r=thestingerbors-85/+167
2013-08-07std: run test fix for ARM androidYoung-il Choi-4/+4
2013-08-07auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichtonbors-19/+142
2013-08-07Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)].Huon Wilson-0/+46
2013-08-06auto merge of #8287 : sfackler/rust/hex, r=alexcrichtonbors-114/+264
2013-08-06vec: use `offset_inbounds` for iteratorsDaniel Micay-5/+24
2013-08-06add an intrinsic for inbounds GEPDaniel Micay-2/+53
2013-08-06vec: avoid `ptrtoint`/`inttoptr` in the iteratorsDaniel Micay-8/+18
2013-08-06remove `extra::iter`Daniel Micay-345/+14
2013-08-06Fix node hashesAlex Crichton-26/+29
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1209/+1275
2013-08-06std: update str.push_byte to work without str trailing nullsErick Tryzelaar-1/+10
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-781/+397