about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-07-27auto merge of #8074 : thestinger/rust/iterator, r=cmrbors-66/+98
2013-07-27iterator: add an Extendable traitDaniel Micay-1/+18
2013-07-27vec: replace some `as_mut_buf` with `to_mut_ptr`Daniel Micay-12/+10
2013-07-27Remove dummy type parameters from iterator adaptorsblake2-ppc-51/+43
2013-07-27vec: add mut_slice_{to,from}Daniel Micay-0/+23
2013-07-27make RandomAccessIterator inherit from IteratorDaniel Micay-2/+4
2013-07-27auto merge of #8036 : sfackler/rust/container-impls, r=msullivanbors-53/+12
2013-07-27auto merge of #8040 : luqmana/rust/rtn, r=brsonbors-110/+514
2013-07-27Remove unnecessary #[path = "***/mod.rs"] lines.OGINO Masanori-5/+0
2013-07-26auto merge of #7986 : alexcrichton/rust/raw-repr, r=brsonbors-253/+252
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-236/+237
2013-07-26auto merge of #8039 : Xazax-hun/rust/master, r=brsonbors-2/+184
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+86
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-21/+132
2013-07-25libstd: Implement some missing tcp methods.Luqman Aden-15/+72
2013-07-25libstd: Add ToStr impl for IpAddr.Luqman Aden-0/+42
2013-07-25Added default impls for container methodsSteven Fackler-53/+12
2013-07-25auto merge of #8030 : thestinger/rust/iterator, r=huonwbors-3/+0
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-103/+49
2013-07-25auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichtonbors-4/+11
2013-07-25auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakisbors-1/+24
2013-07-25libstd: Handle IPv4-Mapped/Compatible IPv6 addresses.Luqman Aden-1/+30
2013-07-25libstd: Fix errors when rtdebug! is not a noop.Luqman Aden-5/+5
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-69/+202
2013-07-25Added some more atomic operations.Gábor Horváth-2/+184
2013-07-24Convert uses of transmute which don't need itAlex Crichton-18/+16