about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-07-10Remove the generic `fill_bytes_buf` functionTobias Bucher-31/+13
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-16/+93
2015-07-09Test that CStr and CString have equivalent hashes.Jonathan Reem-1/+16
2015-07-09Implement Borrow<CStr> for CString and ToOwned for CStrJonathan Reem-1/+24
2015-07-09Expand documentation for the primitive type arrayUlrik Sverdrup-6/+35
2015-07-09Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichtonbors-2/+28
2015-07-09Auto merge of #26814 - tshepang:array-examples, r=blussbors-0/+13
2015-07-09Address some comments on the pull requestTobias Bucher-40/+25
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-7/+7
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-5/+4
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-2/+28
2015-07-09io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fillUlrik Sverdrup-2/+3
2015-07-08Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichtonbors-6/+12
2015-07-08Make `std::env::current_dir` work for path names longer than 2048 bytes on no...Tobias Bucher-10/+49
2015-07-08io: Simplify BufReader::with_capacityUlrik Sverdrup-4/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-2/+11
2015-07-08Rollup merge of #26784 - birkenfeld:patch-2, r=steveklabnikSteve Klabnik-8/+8
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-8/+20
2015-07-06typo "struct has is 0-sized"Oliver Schneider-1/+1
2015-07-06doc: add some array usage examplesTshepang Lekhonkhobe-0/+13