about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-195/+235
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-40/+42
2013-08-01std: Remove the internal iterator methods from trait Setblake2-ppc-70/+70
2013-08-01extra: Use external iterators in bitv implementationblake2-ppc-33/+55
2013-08-01extra: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-36/+47
2013-08-01std: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-4/+6
2013-08-01extra: Use `do` instead of `for` in extra::iterblake2-ppc-19/+22
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-4/+0
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-173/+170
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-19/+19
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-83/+83
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-4/+0
2013-07-31auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwaltonbors-1/+1
2013-07-30auto merge of #8135 : dim-an/rust/master, r=pcwaltonbors-18/+47
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