summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+1
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-2/+2
2016-03-27libstd/sys/*/net: very minor clean up of cvt*() utility functions.NODA, Kai-10/+11
2016-03-26Fixup #32476Manish Goregaokar-0/+1
2016-03-25Fix unsound behaviour with null characters in thread names (issue #32475)David Henningsson-17/+12
2016-03-22fix alignmentJorge Aparicio-21/+21
2016-03-22std: undo conversion of user defined try!sJorge Aparicio-11/+11
2016-03-22try! -> ?Jorge Aparicio-307/+307
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-19/+12
2016-03-20Add unix socket support to the standard librarySteven Fackler-21/+1138
2016-03-15std: Fix overflow when subtracting InstantAlex Crichton-4/+4
2016-03-13Auto merge of #32184 - ollie27:win_stdout, r=alexcrichtonbors-4/+19
2016-03-12std: Clean out deprecated APIsAlex Crichton-231/+172
2016-03-11std: Remove unstable from ReentrantMutexAlex Crichton-3/+0
2016-03-12Further simplify Windows stdout/stderrOliver Middleton-13/+8
2016-03-10Simplify Windows stdout/stderrOliver Middleton-4/+2
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-2/+24
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-17/+438
2016-03-08std: Don't always create stdin for childrenAlex Crichton-7/+12
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-4/+114
2016-03-08Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichtonbors-3/+7
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-3/+7
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-2/+8
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-3/+286
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-02Fix comments and OSX buildSteven Fackler-3/+21
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-2/+2
2016-02-28Fix windowsSteven Fackler-131/+55
2016-02-28Add UDP functionality from net2Steven Fackler-3/+135
2016-02-28Add TCP functionality from net2Steven Fackler-0/+209
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-1/+1
2016-02-26Auto merge of #31876 - ollie27:win_fill_bytes, r=brsonbors-7/+11
2016-02-26Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brsonbors-5/+10
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-1/+1
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-1/+1
2016-02-25rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on WindowsOliver Middleton-7/+11
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-24std: Cap read/write limits on Windows networkingAlex Crichton-5/+10
2016-02-24Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichtonbors-210/+38
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-49/+1
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-1/+1
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Register new snapshotsAaron Turon-49/+1
2016-02-23Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton-5/+11
2016-02-22Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiynbors-1/+2
2016-02-22Auto merge of #31805 - cuviper:android-lfs, r=alexcrichtonbors-1/+4
2016-02-22Fix broken Solaris buildNikita Baksalyar-1/+2
2016-02-21RaiseException is used by everything except x86 gnuPaul Dicker-0/+1