about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-07-02Auto merge of #26682 - posix4e:netbsd, r=alexcrichtonbors-20/+141
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-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
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+85
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-268/+199
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-77/+5
2015-06-22std::process: Remove helper function pwd_cmd from test moduleGeoffrey Thomas-18/+0
2015-06-21Auto merge of #26463 - sfackler:stdout-panic-fix, r=alexcrichtonbors-11/+12
2015-06-21Auto merge of #25641 - geofft:execve-const, r=alexcrichtonbors-1/+1
2015-06-21Auto merge of #26457 - meqif:master, r=alexcrichtonbors-2/+1
2015-06-21Auto merge of #26416 - retep998:error-debug, r=sfacklerbors-1/+21
2015-06-20Fix logic in panic printing with no stderrSteven Fackler-11/+12
2015-06-20Remove mention of `UdpSocket` in `Shutdown` docs.Ricardo Martins-2/+1
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-1/+1
2015-06-19Add a test for Debug for io::ErrorPeter Atashian-0/+10
2015-06-19Fix docs for column/lineSteve Klabnik-2/+2
2015-06-18Custom Debug impl for io::ErrorPeter Atashian-1/+11
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-197/+166
2015-06-18Fix libstd testsAlex Crichton-5/+6
2015-06-17Add comment about stabilizing CString::from_ptrAlex Crichton-0/+4
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-1/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-54/+30
2015-06-17std: Deprecate the `thunk` moduleAlex Crichton-0/+1
2015-06-17std: Deprecate the `scoped` featureAlex Crichton-0/+6
2015-06-17std: Deprecate the `future` featureAlex Crichton-0/+4
2015-06-17std: Deprecate the `exit_status` featureAlex Crichton-0/+2
2015-06-17std: Deprecate the io::BufStream typeAlex Crichton-0/+4