summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-0/+1
2015-10-21Moar comments.Vadim Chugunov-17/+29
2015-10-19Use `cfg_attr` for switching `link` attrs in libunwind.Vadim Chugunov-33/+17
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+3
2015-10-18Create entry points for unwind frame registry in libstd.Vadim Chugunov-0/+25
2015-10-18Implement `eh_unwind_resume` in libstd.Vadim Chugunov-9/+12
2015-10-15Auto merge of #29021 - ogham:master, r=alexcrichtonbors-0/+3
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-1/+1
2015-10-13Make the Metadata struct CloneBen S-0/+3
2015-10-12Don't use a Vec in os::current_exe on FreeBSD.Peter Marheine-4/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-7/+7
2015-10-05Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichtonbors-1/+11
2015-10-05Fix MSVC stage0 with landing pads enabledSimonas Kazlauskas-1/+11
2015-09-30Auto merge of #28729 - retep998:canonical-dir, r=alexcrichtonbors-0/+2
2015-09-29Tweak Travis to use GCEAlex Crichton-11/+22
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+2
2015-09-26Add support for the rumprun unikernelSebastian Wicki-5/+13
2015-09-24Explicitly count the number of panicsAndrea Canciani-18/+4
2015-09-23Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichtonbors-83/+5
2015-09-22Auto merge of #28543 - gandro:netbsd, r=alexcrichtonbors-12/+107
2015-09-22Remove unwind::registerAndrea Canciani-69/+2
2015-09-22Fix alignment of pthread types on NetBSDSebastian Wicki-11/+19
2015-09-22Simplify inner_try in std::rt::unwind::tryAndrea Canciani-9/+11
2015-09-22Simplify on_panic callback handlingAndrea Canciani-16/+5
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-12/+99
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-31/+1
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-0/+6
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+6
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-6/+14
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-12/+1694
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-6/+14
2015-09-08Let's see if lifetime elision works in this casellogiq-1/+1
2015-09-08Fixed required type coercionllogiq-1/+2
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-2/+1
2015-09-08some more clippy-based improvementsAndre Bogus-26/+20
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-4/+31
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-77/+155
2015-09-04Add ptr import (fixup #28187)Manish Goregaokar-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-31/+37
2015-09-01Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brsonbors-9/+29
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