about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-30Add test cases for selectBen Blum-0/+254
2013-07-30Implement select() for new runtime pipes.Ben Blum-48/+310
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-30Do not enforce two newlines after the optionsJordi Boggiano-3/+4
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-80/+131
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-597/+592
2013-07-30auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmrbors-718/+713
2013-07-30implement pointer arithmetic with GEPDaniel Micay-80/+131
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-30extra: Add .rev_iter() for bitvblake2-ppc-0/+5
2013-07-30std: Implement Extendable for hashmap, str and trieblake2-ppc-21/+58
2013-07-30extra: Implement iterator::Extendableblake2-ppc-21/+51
2013-07-30extra: Implement RandomAccessIterator for RingBufblake2-ppc-15/+26
2013-07-30extra: Implement DoubleEnded and RandomAccess iterators for bitvblake2-ppc-4/+35
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-30Improve std::num module description, and fix some formattingBrendan Zabarauskas-21/+4
2013-07-30Add some missing method wrappers to std::numBrendan Zabarauskas-2/+24
2013-07-29auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwaltonbors-112/+111
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-29Optimize try_recv to not require the two context switches when data is availa...Ben Blum-31/+34
2013-07-29Remove ChanOneHack/PortOneHack extra allocationBen Blum-50/+30
2013-07-29auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydonbors-80/+132
2013-07-29std: Implement Clone and DeepClone for extern "Rust" fnblake2-ppc-0/+58
2013-07-29auto merge of #8003 : crnobog/rust/case-insensitive-error-prefix, r=cmrbors-1/+26
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-718/+713
2013-07-29auto merge of #8085 : mrordinaire/rust/percent-p, r=huonwbors-0/+20
2013-07-29Added %p directive to fmt!, which expects *T as argumentDo Nhat Minh-0/+20
2013-07-28auto merge of #8091 : kevinmehall/rust/const-struct-base, r=alexcrichtonbors-6/+41
2013-07-29std: Rename Iterator adaptor types to drop the -Iterator suffixblake2-ppc-112/+111
2013-07-28Add support for `..base` on static struct initializers.Kevin Mehall-6/+41
2013-07-29std: Implement FromIterator for ~strblake2-ppc-1/+23
2013-07-28auto merge of #8095 : jmgrosen/rust/no-iterator-prefixes, r=pcwaltonbors-89/+90
2013-07-28Refactored vec and str iterators to remove prefixesjmgrosen-89/+90
2013-07-28auto merge of #8046 : kmcallister/rust/unused-log, r=pcwaltonbors-6/+7
2013-07-28Free intermediate translation results as soon as possibleBjörn Steinbrink-6/+13
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-2/+83
2013-07-28auto merge of #8086 : luqmana/rust/rhelp, r=Aatchbors-1/+7
2013-07-28librust: Stop rust tool from crashing on macos.Luqman Aden-1/+7
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-2/+62