about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-07-30auto merge of #8008 : bblum/rust/select, r=brsonbors-31/+23
2013-07-31FALSE is not 1u8 but 0u8, of cource.OGINO Masanori-1/+1
2013-07-30std: Remove ManualThreads spawn modeBrian Anderson-1/+1
2013-07-31Fix comment.Dmitry Ermolov-1/+3
2013-07-30Fix opts_str.Dmitry Ermolov-3/+13
2013-07-30Modify test to expose issue #6492.Dmitry Ermolov-14/+31
2013-07-30UnsafeArc methods return unsafe pointers, so are not themselves unsafe.Ben Blum-3/+3
2013-07-30Unkillable is not unsafe. Close #7832.Ben Blum-28/+20
2013-07-30Do not enforce two newlines after the optionsJordi Boggiano-3/+2
2013-07-30auto merge of #8121 : thestinger/rust/offset, r=alexcrichtonbors-8/+8
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-3/+99
2013-07-30implement pointer arithmetic with GEPDaniel Micay-8/+8
2013-07-30extra: Add .rev_iter() for bitvblake2-ppc-0/+5
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-29std: Rename Iterator adaptor types to drop the -Iterator suffixblake2-ppc-12/+12
2013-07-28Refactored vec and str iterators to remove prefixesjmgrosen-2/+3
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-16/+14
2013-07-27to_either + fixesErick Tryzelaar-14/+13
2013-07-27cleanup .unwrap and .unwrap_err fixing io testsErick Tryzelaar-2/+1
2013-07-27Fix nits.Steven Stewart-Gallus-8/+9
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-288/+290
2013-07-27auto merge of #8074 : thestinger/rust/iterator, r=cmrbors-11/+8
2013-07-27Remove dummy type parameters from iterator adaptorsblake2-ppc-11/+8
2013-07-25Added default impls for container methodsSteven Fackler-23/+1
2013-07-25auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakisbors-0/+24
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-29/+29
2013-07-24rc: Use ~T for allocationblake2-ppc-47/+43
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-11/+11
2013-07-23Fix some impls such that all supertraits are actually implemented.Michael Sullivan-0/+24
2013-07-23clean up warningsErick Tryzelaar-1/+1
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-22/+22
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-5/+5
2013-07-23std: rename str.as_bytes_with_null_consume to str.to_bytes_with_nullErick Tryzelaar-1/+1
2013-07-23extra: rebase fallout.Graydon Hoare-1/+1
2013-07-23extra: give up trying to make more fields of context cloneable, just use ARCs.Graydon Hoare-16/+28
2013-07-23extra: switch json from hashmaps to treemapsGraydon Hoare-15/+13
2013-07-23extra: add consume iter to treemap.Graydon Hoare-0/+63
2013-07-23extra: clean up workcache to use & in place of @ most places.Graydon Hoare-58/+71
2013-07-23extra: remove a @ in workcache config.Graydon Hoare-3/+3
2013-07-23extra: change workcache::Work::unwrap to move out of self.Graydon Hoare-26/+18
2013-07-23extra: access workcache db via RWARC.Graydon Hoare-13/+17
2013-07-23extra: use deriving more in workcache, switch to treemaps.Graydon Hoare-71/+22
2013-07-23auto merge of #7944 : blake2-ppc/rust/dlist-move-nodes, r=bblumbors-138/+199
2013-07-23auto merge of #7934 : sfackler/rust/smallintset, r=alexcrichtonbors-369/+0
2013-07-22auto merge of #7703 : sfackler/rust/bitv, r=alexcrichtonbors-51/+149
2013-07-23dlist: Rename rotate methods to .rotate_forward() and .rotate_backward()blake2-ppc-15/+15
2013-07-22std: Move change_dir_locked to unstable. #7870Brian Anderson-2/+4
2013-07-22extra: Add url moduleBrian Anderson-0/+1072