about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-1/+4
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-39/+35
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-1/+1
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-08Remove Result and Option reexportsCorey Farwell-1/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-22/+125
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-218/+215
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-39/+35
2014-12-07Fix syntax error on android testsJorge Aparicio-2/+2
2014-12-07remove usage of notrust from the docsSteve Klabnik-1/+1
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-96/+96
2014-12-06libstd: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-121/+118
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-84/+115
2014-12-06auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichtonbors-17/+27
2014-12-05prefer "FIXME" to "TODO".Aidan Cully-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-84/+115
2014-12-05work around portability issue on FreeBSD, in which the key returned fromAidan Cully-1/+17
2014-12-05rollup merge of #19454: nodakai/libstd-reap-failed-childCorey Richardson-10/+33
2014-12-05rollup merge of #19416: sfackler/global-stdinCorey Richardson-24/+136
2014-12-05rollup merge of #19364: steveklabnik/doc_buffered_readerCorey Richardson-3/+3
2014-12-05rollup merge of #19274: alexcrichton/rewrite-syncCorey Richardson-3106/+2561
2014-12-05std: change BufWriter to return ShortWrite/EndOfFileErick Tryzelaar-17/+27
2014-12-05Fall out of the std::sync rewriteAlex Crichton-65/+88
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-3048/+2480
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-20/+24
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-10/+33
2014-12-05auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichtonbors-10/+24
2014-12-04auto merge of #18980 : erickt/rust/reader, r=ericktbors-6/+78
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-103/+83
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-24/+136
2014-12-04libstd: explicitly disallow io::fs::File to open a directory.NODA, Kai-8/+22
2014-12-04libstd: io::fs::File::stat() need not to take &mut self.NODA, Kai-2/+2
2014-12-03Deprecate EquivJorge Aparicio-0/+2
2014-12-03Fix falloutJorge Aparicio-3/+3
2014-12-03Remove unused transmutes from testsJorge Aparicio-100/+78
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-6/+66
2014-11-30std: add tests for the Vec<u8> Writer implErick Tryzelaar-0/+12
2014-11-30std: Change the behavior of `reserve` for HashMap.Piotr Czarnecki-6/+17
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-139/+240
2014-11-28small doc fixesSteve Klabnik-3/+3
2014-11-28auto merge of #19360 : olivren/rust/master, r=Gankrobors-5/+4
2014-11-28auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichtonbors-1/+1
2014-11-28auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnikbors-41/+35
2014-11-27Fix example code for unreachable!olivren-5/+4
2014-11-27Fixed iOS build after Iter stabValerii Hiora-1/+1
2014-11-27Documentation fix for std::num::strconvBarosl Lee-41/+35
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0