about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-07-22Rollup merge of #27166 - steveklabnik:doc_std_io_linewriter, r=alexcrichtonSteve Klabnik-3/+120
2015-07-22Rollup merge of #27164 - steveklabnik:doc_io_utils, r=alexcrichtonSteve Klabnik-1/+16
2015-07-22Rollup merge of #27163 - steveklabnik:doc_std_io_cursor, r=alexcrichtonSteve Klabnik-9/+140
2015-07-22Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichtonSteve Klabnik-11/+28
2015-07-22Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichtonSteve Klabnik-5/+97
2015-07-22Improve documentation for std::io::CursorSteve Klabnik-9/+140
2015-07-22Improve documentation for std::io::LineWriterSteve Klabnik-3/+120
2015-07-22Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brsonbors-39/+47
2015-07-22Improve documentation for std::io::BufWriterSteve Klabnik-5/+97
2015-07-22Auto merge of #27172 - alexcrichton:snapshots, r=brsonbors-1/+4
2015-07-21trans: Move rust_try into the compilerAlex Crichton-39/+47
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-47/+60
2015-07-21Auto merge of #26856 - steveklabnik:gh26475, r=alexcrichtonbors-2/+18
2015-07-21Expand a bit on thread::park spurious wakeupsSteve Klabnik-2/+18
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-47/+60
2015-07-21Auto merge of #27171 - steveklabnik:doc_std_io, r=brsonbors-0/+229
2015-07-21Auto merge of #27168 - brson:stdprim, r=steveklabnikbors-204/+461
2015-07-21Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichtonbors-9/+15
2015-07-20Address feedbackBrian Anderson-30/+30
2015-07-20std: Fix compiling the standard library on i686-MSVCAlex Crichton-1/+4
2015-07-20Write better docs for std::ioSteve Klabnik-0/+229
2015-07-20std: Create separate docs for the primitivesBrian Anderson-192/+449
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-15/+15
2015-07-20Document structures in std::io::utilsSteve Klabnik-1/+16
2015-07-20Auto merge of #27064 - alexcrichton:into-raw-os, r=brsonbors-15/+195
2015-07-20Improve Debug impl for File on WindowsPeter Atashian-9/+15
2015-07-20Document iterators in std::ioSteve Klabnik-11/+28
2015-07-20Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelixbors-2/+0
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-15/+195
2015-07-19Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*.Ken Tossell-4/+8
2015-07-18Auto merge of #27088 - tamird:fix-ios-build, r=alexcrichtonbors-6/+4
2015-07-17[ios] std: avoid `result::fold`Tamir Duberstein-6/+4
2015-07-17Rollup merge of #27080 - soderstroff:kristof-patch, r=GankroManish Goregaokar-1/+1
2015-07-17Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichtonManish Goregaokar-1/+1
2015-07-16Fixed typoKristof Söderström-1/+1
2015-07-16Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in...Steve Klabnik-58/+601
2015-07-16More docs for std::io free functions.Steve Klabnik-10/+10
2015-07-16More docs for std::io::WriteSteve Klabnik-12/+114
2015-07-16More docs for std::io::SeekSteve Klabnik-6/+27
2015-07-16More docs for std::io::ReadSteve Klabnik-12/+278
2015-07-16More docs for std::io::BufReadSteve Klabnik-32/+186
2015-07-16Fix typo in stability attribute.Lee Jeffery-1/+1
2015-07-16Rollup merge of #26950 - AlisdairO:memset, r=alexcrichtonManish Goregaokar-0/+166
2015-07-16Rollup merge of #26977 - brson:stddoc, r=GankroManish Goregaokar-35/+224
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+166
2015-07-14Address more feedbackBrian Anderson-3/+3
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-2/+0
2015-07-14Address more feedbackBrian Anderson-4/+5
2015-07-14Auto merge of #27024 - bluss:io-drain, r=alexcrichtonbors-8/+2
2015-07-14Use Vec::drain in BufWriterUlrik Sverdrup-8/+2