about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-07-30std: Remove ManualThreads spawn modeBrian Anderson-46/+1
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-43/+61
2013-07-30std::rt: Use 2MB stacksBrian Anderson-1/+1
2013-07-30std: Mark the static constants in str.rs as privateblake2-ppc-10/+10
2013-07-30std: Add from_bytes test for utf-8 using codepoints above 0xffffblake2-ppc-0/+3
2013-07-30std: Deny overlong encodings in UTF-8blake2-ppc-8/+45
2013-07-30std: Disallow bytes 0xC0, 0xC1 (192, 193) in utf-8blake2-ppc-1/+1
2013-07-30auto merge of #8121 : thestinger/rust/offset, r=alexcrichtonbors-70/+102
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-591/+490
2013-07-30implement pointer arithmetic with GEPDaniel Micay-70/+102
2013-07-29auto merge of #7223 : steveklabnik/rust/vec_initial_docs, r=pcwaltonbors-1/+47
2013-07-30std: Remove macro in vec that's only used onceblake2-ppc-17/+12
2013-07-30std: Implement Extendable for hashmap, str and trieblake2-ppc-21/+58
2013-07-30std: Remove RandomAccessIterator impl for VecMutIteratorblake2-ppc-4/+4
2013-07-30std: Tests for RandomAccessIteratorsblake2-ppc-0/+87
2013-07-30std: Implement RandomAccessIterator for iterator adaptorsblake2-ppc-18/+142
2013-07-30iterator: implement size_hint() for FlatMapblake2-ppc-0/+10
2013-07-30iterator: implement DoubleEndedIterator for FlatMapblake2-ppc-5/+44
2013-07-29auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwaltonbors-98/+97
2013-07-29auto merge of #8109 : blake2-ppc/rust/extern-fn-clone, r=thestingerbors-0/+58
2013-07-29Adding an initial description to vec.rs.Steve Klabnik-1/+47
2013-07-29std: Implement Clone and DeepClone for extern "Rust" fnblake2-ppc-0/+58
2013-07-29auto merge of #8085 : mrordinaire/rust/percent-p, r=huonwbors-0/+7
2013-07-29Added %p directive to fmt!, which expects *T as argumentDo Nhat Minh-0/+7
2013-07-29std: Rename Iterator adaptor types to drop the -Iterator suffixblake2-ppc-98/+97
2013-07-29std: Implement FromIterator for ~strblake2-ppc-1/+23
2013-07-28Refactored vec and str iterators to remove prefixesjmgrosen-87/+87
2013-07-28ReaderUtil::each_byte shouldn't include EOF byte -- Issue #5056Stepan Koltsov-4/+38
2013-07-28auto merge of #8087 : Aatch/rust/atomics, r=huonwbors-0/+57
2013-07-28Fix spelling errorsJames Miller-2/+2
2013-07-28Add static initializers for atomicsJames Miller-5/+26
2013-07-28Add an atomic fence intrinsicJames Miller-0/+36
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-388/+342
2013-07-27std: cleanup imports in result::testsErick Tryzelaar-8/+6
2013-07-27std and rustc: cleanup uses of result methodsErick Tryzelaar-27/+25
2013-07-27core: correct the casing of result::{Ok,Err} in the docsErick Tryzelaar-59/+57
2013-07-27std: Put the option tests into a tests submoduleErick Tryzelaar-105/+111
2013-07-27std: fix the casing of option::{Some,None} in the docsErick Tryzelaar-6/+6
2013-07-27to_either + fixesErick Tryzelaar-45/+49
2013-07-27cleanup .map and .map_errErick Tryzelaar-40/+33
2013-07-27cleanup .get and .get_errmaikklein-36/+29
2013-07-27cleanup .chain and .chain_err + fixing other filesmaikklein-68/+41
2013-07-27cleanup .unwrap and .unwrap_err fixing io testsErick Tryzelaar-23/+16
2013-07-27cleanup .iter and .iter_errErick Tryzelaar-47/+48
2013-07-27cleanup get_refErick Tryzelaar-17/+14
2013-07-27Fix nits.Steven Stewart-Gallus-9/+7
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-70/+72
2013-07-27auto merge of #8076 : omasanori/rust/cleanup, r=huonwbors-5/+0
2013-07-27auto merge of #7864 : brson/rust/start-on-main-thread, r=brsonbors-10/+61
2013-07-27std::rt: Add start_on_main_thread functionBrian Anderson-10/+61