summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-09-01std: Run TLS destructors in a statically linked binaryAlex Crichton-9/+29
2015-08-30Atomically set CLOEXEC on duplicated socketsTobias Bucher-5/+25
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
2015-08-28Use a different buffer doubling logic for `std::sys::os::getcwd`Barosl Lee-5/+7
2015-08-28Reduce the reliance on `PATH_MAX`Barosl Lee-15/+30
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-6/+5
2015-08-25Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichtonbors-3/+2
2015-08-25Do not recalculate string length in error_stringSimonas Kazlauskas-3/+2
2015-08-25Auto merge of #27971 - tbu-:pr_cloexec, r=alexcrichtonbors-1/+4
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-1/+4
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+5
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-2/+2
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-586/+681
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-2/+2
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-0/+2
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-35/+45
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-154/+11
2015-08-13Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichtonbors-3/+10
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-154/+11
2015-08-12Fix ReentrantMutex documentation wrt DerefMutSimonas Kazlauskas-3/+10
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-87/+0
2015-08-11Register new snapshotsAlex Crichton-87/+0
2015-08-11std: Fix imports for ios targetMichael Macias-1/+3
2015-08-11Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric...Manish Goregaokar-3/+7
2015-08-11Auto merge of #27549 - tshepang:clarity, r=alexcrichtonbors-1/+1
2015-08-11Auto merge of #26818 - sfackler:duration-stabilization, r=aturonbors-11/+11
2015-08-10Stabilize the Duration APISteven Fackler-11/+11
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-453/+85
2015-08-10Remove morestack supportAlex Crichton-453/+85
2015-08-10Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichtonbors-2/+1
2015-08-10Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brsonbors-0/+4
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+1
2015-08-07Trim trailing newline from FormatMessageWdiaphore-3/+7
2015-08-06fs: indicate that we only copy regular filesTshepang Lekhonkhobe-1/+1
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-8/+40
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-1/+2
2015-08-04std: Ignore test_process_mask on OSXAlex Crichton-0/+4
2015-08-03syntax: Implement #![no_core]Alex Crichton-8/+39
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-3/+19
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-25Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichtonbors-12/+19
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-0/+2
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+19
2015-07-22Auto merge of #27172 - alexcrichton:snapshots, r=brsonbors-1/+4