summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2018-02-28Pass proper pointer for envp.Bryan Drewery-1/+1
2018-02-28No need to zero when an initializer for the object is already used.Bryan Drewery-3/+3
2018-02-28Avoid error for unused variablesBryan Drewery-1/+1
2018-02-28Support posix_spawn() when possible.Alex Crichton-0/+102
2018-02-25Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfacklerkennytm-3/+58
2018-02-25Return error if timeout is zero-Duration on Redox.Corey Farwell-2/+18
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-6/+65
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-1/+40
2018-02-17Fix broken documentation link.Corey Farwell-1/+1
2018-02-17Auto merge of #47956 - retep998:is-nibbles, r=BurntSushibors-21/+44
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+21
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-60/+84
2018-02-03Somehow this function got flipped aroundPeter Atashian-3/+3
2018-02-03Go back to files directories and symlinks being mutually exclusivePeter Atashian-13/+17
2018-02-01This internal only method is no longer needed.Peter Atashian-3/+0
2018-02-01Rewrite remove_dir_all to be correctPeter Atashian-3/+5
2018-02-01This is what FileType on Windows should ideally be.Peter Atashian-20/+19
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-60/+84
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-129/+259
2018-01-30Rollup merge of #47760 - little-dude:master, r=alexcrichtonkennytm-5/+11
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-37/+56
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2018-01-21Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichtonGuillaume Gomez-11/+13
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-2/+2
2018-01-16Only link res_init() on GNU/*nixRyan Cumming-11/+13
2018-01-11Make the documentation build work on CloudABI.Ed Schouten-5/+7
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-0/+979
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+1157
2018-01-11Import the CloudABI system call bindings into the libstd tree.Ed Schouten-0/+2898
2018-01-09Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichtonkennytm-11/+3
2018-01-07Replace empty array hack with repr(align)Robin Kruppe-11/+3
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2018-01-02Auto merge of #47042 - redox-os:redox, r=estebankbors-7/+34
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-4/+4
2017-12-27Implement rename using new system callJeremy Soller-7/+34
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-2/+2
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-163/+151
2017-12-24Capture environment at spawnDiggory Blake-163/+151
2017-12-23Annotate raw pointer target typesChristopher Durham-1/+1
2017-12-22fix some errors in libstdMichael Hewson-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-9/+32
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-3/+6
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-4/+4
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-4/+1
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-12-06Update miri to rustc changesOliver Schneider-552/+3166
2017-11-30NetBSD: add sysctl backend for std::env::current_exeJonathan A. Kollasch-1/+28
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+96