summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-09Remove redundant Ord method impls.OGINO Masanori-54/+3
2013-08-09std::tuple: Use != properly in Eq::ne for tuplesblake2-ppc-1/+1
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-274/+1840
2013-08-08auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brsonbors-70/+367
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-63/+164
2013-08-09Add #[inline] to impl Zero for ()Stepan Koltsov-0/+2
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-97/+135
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-63/+164
2013-08-08std::vec: Fix typo in fn neblake2-ppc-1/+1
2013-08-08std::iterator::order test casesblake2-ppc-0/+47
2013-08-08std: Fix tuple lexicographical orderblake2-ppc-14/+28
2013-08-08std: Fix Ord for Option, using iterator::orderblake2-ppc-15/+18
2013-08-08std::vec: Use iterator::order functions for Eq, Ord, TotalOrd, TotalEqblake2-ppc-24/+22
2013-08-08std: Implement traits for the one-tupleblake2-ppc-20/+25
2013-08-08Add std::iterator::order with lexical ordering functions for sequencesblake2-ppc-0/+110
2013-08-08std: more fixes for os.rs for windowsErick Tryzelaar-2/+3
2013-08-08auto merge of #8245 : alexcrichton/rust/fmt2, r=graydonbors-2/+1331
2013-08-07std: import HANDLE for os::list_dir for windowsErick Tryzelaar-0/+1
2013-08-07(cleanup) Improve rtabort message for atomic-sleep.Ben Blum-1/+2
2013-08-07fix recv_ready for Port to take &self and not need to return a tuple. Close #...Ben Blum-7/+26
2013-08-07std: add missing #[inline] annotation to the f64 arithmetic trait impls.Huon Wilson-0/+4
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-07Forbid `priv` where it has no effectAlex Crichton-23/+23
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-54/+48
2013-08-07std: Fix for-range loops that can use iteratorsblake2-ppc-10/+10
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-2/+1331
2013-08-07Turn on the new runtimeBrian Anderson-1/+1
2013-08-07Disable linked failure testsBrian Anderson-0/+25
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-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-141/+488
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-60/+92
2013-08-07auto merge of #8326 : thestinger/rust/iterator, r=alexcrichtonbors-31/+89
2013-08-07std: removed option.take_map{,_default}Erick Tryzelaar-19/+5
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-37/+35
2013-08-07std: add result.map_move, result.map_err_moveErick Tryzelaar-12/+60
2013-08-07auto merge of #8305 : huonw/rust/triage-fixes, r=cmrbors-11/+14
2013-08-07std: adjust str::test_add so that the macro expands to all 3 items (#8012).Huon Wilson-11/+14
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-3/+49
2013-08-06vec: use `offset_inbounds` for iteratorsDaniel Micay-5/+24
2013-08-06add an intrinsic for inbounds GEPDaniel Micay-1/+32
2013-08-06vec: avoid `ptrtoint`/`inttoptr` in the iteratorsDaniel Micay-8/+18