about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-06Hoist path::Display on top of from_utf8_lossy()Kevin Ballard-25/+2
2014-02-06Add new function str::from_utf8_lossy()Kevin Ballard-6/+179
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-693/+78
2014-02-06Remove std::conditionAlex Crichton-693/+78
2014-02-07Removed @self and @Trait.Eduard Burtescu-28/+2
2014-02-06auto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichtonbors-1/+5
2014-02-06auto merge of #12047 : huonw/rust/cyclic-rc, r=thestingerbors-2/+27
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05libstd: Add missing constants for arm/linux.Luqman Aden-1/+5
2014-02-06Ensure an Rc isn't freed while running its own destructor.Huon Wilson-2/+27
2014-02-05auto merge of #11894 : alexcrichton/rust/io-clone, r=brsonbors-5/+453
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-5/+453
2014-02-04auto merge of #11230 : csherratt/rust/cow, r=alexcrichtonbors-0/+8
2014-02-04auto merge of #12026 : alexcrichton/rust/snapshots, r=cmrbors-330/+0
2014-02-04auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonwbors-38/+32
2014-02-04Register new snapshotsAlex Crichton-330/+0
2014-02-04Rename reserve to reserve_exact and reserve_at_least to reserveDavid Manescu-38/+32
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-66/+29
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-1/+1
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-16/+17
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-300/+217
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-41/+346
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-29/+26
2014-02-03std: Fixing all documentationAlex Crichton-312/+264
2014-02-03std: Fix tests with io_error usageAlex Crichton-700/+568
2014-02-03std: Remove io::io_errorAlex Crichton-1061/+920
2014-02-01auto merge of #11948 : huonw/rust/show, r=alexcrichtonbors-15/+69
2014-02-02Remove the SNAP line to work around #11985.Huon Wilson-2/+2
2014-02-02std::fmt: prepare to convert the formatting traits to methods, and workHuon Wilson-0/+35
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-15/+34
2014-02-01impl Eq for CStringCorey Richardson-4/+28
2014-02-01impl Clone for CStringCorey Richardson-4/+48
2014-02-01auto merge of #11974 : huonw/rust/no-at-vec, r=pcwaltonbors-704/+14
2014-02-01auto merge of #11973 : dotdash/rust/u64_to_bytes, r=huonwbors-28/+14
2014-02-02rustc: remove use of @[].Huon Wilson-1/+1
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-544/+1
2014-02-02Fix `@str` removal tests.Huon Wilson-1/+0
2014-02-01auto merge of #11944 : nathanielherman/rust/vec_opt, r=alexcrichtonbors-50/+52
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-1/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-157/+12
2014-02-01Optimize u64_to_{le,be}_bytesBjörn Steinbrink-28/+14
2014-02-01auto merge of #11930 : bjz/rust/next_power_of_two, r=huonwbors-153/+99
2014-01-31auto merge of #11789 : pongad/rust/master, r=kballardbors-0/+148
2014-01-31Test for null buffer in CString.len()/.iter() and failKevin Ballard-3/+36
2014-01-31Fix minor doc typosVirgile Andreani-27/+27
2014-02-01Added minmax function.Michael Darakananda-0/+148
2014-01-31auto merge of #11768 : nikomatsakis/rust/issue-11385-cell-and-variance, r=pnk...bors-43/+264
2014-01-31auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichtonbors-9/+113
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-43/+264
2014-02-01Move int and uint overflow tests into macrosBrendan Zabarauskas-15/+14