about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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
2015-07-13Address feedbackBrian Anderson-33/+37
2015-07-13Fix local pathBrian Anderson-1/+1
2015-07-13std: Refining crate docsBrian Anderson-33/+217
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-8/+60
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+4
2015-07-13Add more tests for AsciiExt::is_asciiSimon Sapin-8/+11
2015-07-13Add tests for AsciiExt::make_ascii_*case, including on String.Simon Sapin-0/+45
2015-07-12Auto merge of #26958 - alexcrichton:down-with-thread-dtors, r=brsonbors-2/+19
2015-07-12std: Fix a TLS destructor bug on OSXAlex Crichton-2/+19
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-1/+1
2015-07-12Auto merge of #26965 - bluss:cstring-debug, r=alexcrichtonbors-4/+16
2015-07-12Rollup merge of #26979 - tshepang:trim, r=GankroManish Goregaokar-4/+0
2015-07-12Auto merge of #26972 - jethrogb:patch-1, r=alexcrichtonbors-2/+6
2015-07-12Auto merge of #26959 - dhuseby:i686-unknown-freebsd, r=alexcrichtonbors-7/+9
2015-07-12doc: remove redundant infoTshepang Lekhonkhobe-4/+0
2015-07-11Change std::fs::File.set_len example and documentationjethrogb-2/+6
2015-07-11Use escaped byte string representation for CString DebugUlrik Sverdrup-4/+16
2015-07-11fixing trailing whitespaceDave Huseby-1/+1
2015-07-11Rollup merge of #26936 - bluss:doc-array, r=steveklabnikManish Goregaokar-4/+4
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-7/+9
2015-07-11Auto merge of #26903 - steveklabnik:io_function_docs, r=alexcricthonbors-19/+158
2015-07-11Auto merge of #26945 - steveklabnik:doc_io_bufreader, r=alexcrichtonbors-4/+77
2015-07-11Auto merge of #26929 - alexcrichton:windows-dir-junction, r=brsonbors-35/+225
2015-07-11Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichtonbors-3/+15
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-10More docs for std::io::BufReaderSteve Klabnik-4/+77
2015-07-10Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichtonbors-20/+26
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-35/+225
2015-07-10Auto merge of #26928 - reem:cstr-is-a-cow, r=Gankrobors-2/+40
2015-07-10Add more std::io documentation.Steve Klabnik-19/+158
2015-07-10Show file name and access mode in Debug instance for File on OS XFlorian Hartwig-3/+15
2015-07-10Small tweaks for the documentation of the primitive type arrayUlrik Sverdrup-4/+4
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-16/+93