about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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-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
2013-08-06auto merge of #8231 : SimonSapin/rust/ascii-upper-lower-case, r=cmrbors-11/+169
2013-08-06iterator: rename `Counter::new` to `count`Daniel Micay-17/+15
2013-08-06add Extendable to the preludeDaniel Micay-1/+2
2013-08-06iterator: simplify the `take` implementationDaniel Micay-2/+1
2013-08-06Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::asciiSimon Sapin-11/+169
2013-08-06auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brsonbors-50/+67
2013-08-06auto merge of #8313 : msullivan/rust/cleanup, r=catamorphismbors-1/+1
2013-08-06auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichtonbors-1/+1
2013-08-05Update Iterator impls to use SaturatingKevin Ballard-25/+10
2013-08-05Add std::num::SaturatingKevin Ballard-60/+157
2013-08-06std: Fix bug in ChunkIter::idxblake2-ppc-1/+4
2013-08-06std: Remove uint::iterate, replaced by `range`blake2-ppc-28/+3
2013-08-06std: Improve the documentation for iterator::Invertblake2-ppc-0/+11
2013-08-06std: Use method name Option::consumeblake2-ppc-5/+7
2013-08-06std: Rewrite the HashSet set operation iteratorsblake2-ppc-37/+17
2013-08-06std: Add iterator::Repeat to repeat an element endlesslyblake2-ppc-0/+33
2013-08-06std: Improve vec::ChunkIterblake2-ppc-8/+51
2013-08-06std: Implement RandomAccessIterator for Invertblake2-ppc-0/+21
2013-08-06std: Remove unused trait bound in Result::mapblake2-ppc-1/+1
2013-08-06std: Convert Result to use external iteratorsblake2-ppc-14/+18
2013-08-06std: Add .consume_iter() for Option, to make it reusableblake2-ppc-27/+15
2013-08-05auto merge of #8288 : Kimundi/rust/opteitres4, r=brsonbors-516/+493
2013-08-05Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent...Ben Blum-45/+63
2013-08-05(cleanup) Uncomment an assertion that now holds.Ben Blum-5/+4
2013-08-05auto merge of #8298 : darkf/rust/fix-3948, r=pcwaltonbors-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-516/+493
2013-08-05Get rid of some NOTEs.Michael Sullivan-1/+1
2013-08-05auto merge of #8293 : dim-an/rust/trie-iterator, r=thestingerbors-0/+94
2013-08-05std: Use correct lifetime parameter on str::raw::slice_bytesblake2-ppc-1/+1
2013-08-05auto merge of #8289 : sfackler/rust/push_byte, r=ericktbors-1/+8
2013-08-05auto merge of #8303 : brson/rust/tls-magic-wtf, r=brsonbors-0/+13
2013-08-05std::rt: Use magic to make TLS work from annihilated boxes. #8302Brian Anderson-0/+13
2013-08-04std::rt: Schedule more scheduler callbacks to avoid dropping messagesBrian Anderson-1/+3