about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-08-04std: Fix newsched logging truncationBrian Anderson-14/+17
2013-08-04Open files in binary mode. Closes #3948darkf-1/+1
2013-08-04std: Update the c_str docs, and support CString not owning the pointerErick Tryzelaar-138/+63
2013-08-04auto merge of #8282 : brson/rust/more-newsched-fixes, r=brsonbors-211/+74
2013-08-04auto merge of #8218 : brson/rust/nogc, r=brsonbors-444/+0
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-492/+470
2013-08-05Remove debug printing.Dmitry Ermolov-2/+0
2013-08-04Remove trailing null from stringsErick Tryzelaar-25/+439
2013-08-04std: remove use of cast module from os.Erick Tryzelaar-13/+6
2013-08-04std: merge str::raw::from_buf and str::raw::from_c_strErick Tryzelaar-23/+13
2013-08-04std and rustc: explicitly pass c strings to c functionsErick Tryzelaar-91/+108
2013-08-05Implemented iterator for TrieMapDmitry Ermolov-0/+96
2013-08-04Remove old tests and code for `select`Brian Anderson-152/+2
2013-08-04std::rt: Remove the test for context()Brian Anderson-10/+0
2013-08-04std::rt: Don't allow schedulers to exit before handling all messagesBrian Anderson-0/+10
2013-08-04std::rt: 3MB stacks!Brian Anderson-2/+2
2013-08-04std::rt: Run the tests for Local in a bare threadBrian Anderson-36/+45
2013-08-04std::rt: Improve the error message when the thread-local ptr is nullBrian Anderson-11/+15
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-185/+403
2013-08-04std: remove str::from_bytes_with_nullErick Tryzelaar-82/+0
2013-08-04std: add test for str::as_c_strErick Tryzelaar-0/+23
2013-08-04std: cleanup os and str testsErick Tryzelaar-28/+28
2013-08-04std: remove str::NullTerminatedStrErick Tryzelaar-55/+2
2013-08-04std: rewrite run::with_{argv,envp,dirp} to copy C stringsErick Tryzelaar-44/+59
2013-08-04std: add str.to_c_str()Erick Tryzelaar-1/+27
2013-08-04std: minor cleanupErick Tryzelaar-3/+3
2013-08-04Fixed str::raw::push_byteSteven Fackler-1/+8
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-148/+142