summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-21/+9
2013-06-16Add copies to type params with Copy boundNiko Matsakis-58/+58
2013-06-16auto merge of #7163 : brson/rust/reinterpret-cast, r=thestingerbors-5/+2
2013-06-16auto merge of #7156 : Dretch/rust/float-hash, r=graydonbors-0/+41
2013-06-16auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwaltonbors-2/+63
2013-06-16std: fix UnfoldrIterator cross-crate.Huon Wilson-2/+2
2013-06-16auto merge of #7137 : erickt/rust/from-elem-fixme, r=thestingerbors-2/+4
2013-06-16auto merge of #7123 : huonw/rust/more-str, r=thestingerbors-330/+298
2013-06-15auto merge of #7149 : thestinger/rust/vec, r=graydonbors-80/+31
2013-06-16remove unused importsHuon Wilson-1/+0
2013-06-15old_iter: rm the min/max free functionsDaniel Micay-34/+0
2013-06-15fix testDaniel Micay-3/+4
2013-06-15rm CopyableOrderedIterDaniel Micay-24/+2
2013-06-15rm vec::uniq_lenDaniel Micay-19/+25
2013-06-16std: allow any sort of string to be Added with +.Huon Wilson-2/+22
2013-06-16std: test-fixes, remove warnings, syntax highlighting for code examples.Huon Wilson-9/+9
2013-06-16std: continue improving the comparison trait impls for str.Huon Wilson-166/+128
2013-06-16std: simplify the string comparison implementations, using iterators.Huon Wilson-30/+14
2013-06-16std: convert str::to_utf16 to a method.Huon Wilson-28/+29
2013-06-16std: convert str::{map,levdistance,subslice_offset} to methods.Huon Wilson-108/+110
2013-06-15std: Remove doc references to reinterpret_castBrian Anderson-5/+2
2013-06-15iterator: work around method resolve bugDaniel Micay-10/+10
2013-06-15iterator: add a `position` adaptorDaniel Micay-0/+24
2013-06-15iterator: add a `find` adaptorDaniel Micay-3/+23
2013-06-15Add IterBytes impls for float/f32/f64. This allows creatinggareth-0/+41
2013-06-15auto merge of #7147 : huonw/rust/vec-connect, r=Aatchbors-16/+18
2013-06-15auto merge of #7109 : bblum/rust/rwlocks, r=brsonbors-4/+8
2013-06-15std::dynamic_lib: start fixing windows implementationPhilipp Brueschweiler-21/+33
2013-06-14auto merge of #7122 : thestinger/rust/std, r=luqmanabors-14/+14
2013-06-14auto merge of #7110 : thestinger/rust/iterator, r=brsonbors-140/+6
2013-06-15std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec...Huon Wilson-16/+18
2013-06-14rm CopyableNonstrictIterDaniel Micay-53/+1
2013-06-14rm MutableIterDaniel Micay-28/+1
2013-06-14rm ExtendedMutableIterDaniel Micay-12/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-47/+4
2013-06-14auto merge of #7116 : thestinger/rust/whitespace, r=luqmanabors-5/+0
2013-06-14Add Zero impls for lots of common typesAlex Crichton-2/+63
2013-06-14std: add a fixme to note performance issues in vec::from_elem.Erick Tryzelaar-2/+4
2013-06-14std: get std::path tests to work againErick Tryzelaar-0/+1
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-30/+32
2013-06-13update the libstd docstring for the renameDaniel Micay-14/+14
2013-06-13automated whitespace fixesDaniel Micay-5/+0
2013-06-13auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiynbors-4/+2
2013-06-13Remove unused importsSteven Stewart-Gallus-4/+2
2013-06-13auto merge of #7100 : thestinger/rust/hashmap, r=pnkfelixbors-7/+1
2013-06-13hashmap: remove leftover debug!() loggingDaniel Micay-7/+1
2013-06-12auto merge of #7096 : huonw/rust/invalid-null-str, r=thestingerbors-16/+0
2013-06-13std: remove the invalid NullTerminatedStr instance for &'static str.Huon Wilson-16/+0
2013-06-12auto merge of #7027 : sstewartgallus/rust/dynamic_lib, r=graydonbors-0/+207
2013-06-12Document unstable::atomics fetch_* return valuesBen Blum-0/+6