about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-11-09std: Migrate to the new libcAlex Crichton-2203/+1651
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-64/+57
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-64/+57
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-46/+52
2015-11-02Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichtonbors-0/+4
2015-11-01Use guard-pages also on DragonFly/FreeBSD.Michael Neumann-0/+4
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-55/+82
2015-10-31Fix stage0 ICE caused by the old _Unwind_Resume override trickery.Vadim Chugunov-0/+2
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-59/+175
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-59/+175
2015-10-26std: Slightly more robust env var handlingAlex Crichton-46/+52
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-8/+15
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-8/+15
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
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