summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-08Stdin::read_line: read_line does not need a mutable borrowRalf Jung-1/+1
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
2015-07-05std: small doc fixes for BufReader and BufWriterGeorg Brandl-8/+8
2015-07-02Auto merge of #26682 - posix4e:netbsd, r=alexcrichtonbors-20/+141
2015-07-02windows: Don't link rust_builtinAlex Crichton-6/+13
2015-07-02Auto merge of #26715 - steveklabnik:gh26497, r=huonwbors-0/+42
2015-07-01Add netbsd amd64 supportAlex Newman-20/+141
2015-07-01Auto merge of #26658 - alexcrichton:windows-net-no-inherit, r=aturonbors-16/+34
2015-07-01msvc: Fix TLS destructorsAlex Crichton-2/+7
2015-07-01Expand docs for recvSteve Klabnik-0/+42
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-16/+34
2015-06-30Rollup merge of #26627 - tshepang:stdin-example, r=steveklabnikSteve Klabnik-0/+22
2015-06-30doc: add example for Stdin::read_lineTshepang Lekhonkhobe-0/+22
2015-06-28Add `.write(true)` to append and truncate examplesRemi Rampin-2/+2
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-243/+353
2015-06-27std: Avoid missing fns on i686-pc-windows-msvcAlex Crichton-21/+74
2015-06-27Rollup merge of #26596 - richo:richo-cleanup-macros, r=alexcrichtonManish Goregaokar-22/+0
2015-06-27Auto merge of #26569 - alexcrichton:msvc-llvm-update, r=brsonbors-9/+122
2015-06-26std: clean up duplicated attrs and comment on panicRicho Healey-22/+0
2015-06-26Auto merge of #25646 - huonw:align, r=alexcrichtonbors-11/+11
2015-06-25libstd/rand/os.rs: Remove a tiny bit of duplicated codeCruz Julian Bishop-3/+1
2015-06-25msvc: Implement runtime support for unwindingAlex Crichton-9/+122
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-11/+11
2015-06-24Fix capitalization in std docsBrian Anderson-1/+1
2015-06-24Auto merge of #26520 - oli-obk:three-tuple-transitive-traits, r=blussbors-0/+2
2015-06-23Auto merge of #26219 - Veedrac:patch-1, r=alexcrichtonbors-0/+5
2015-06-23tuple.rs: Document more traits implemented by tuples if their components doJosh Triplett-0/+2
2015-06-23Auto merge of #26514 - tshepang:repetition, r=Gankrobors-1/+1
2015-06-23doc: remove repeated wordTshepang Lekhonkhobe-1/+1
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+20