summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext
AgeCommit message (Expand)AuthorLines
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-7/+7
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-19/+43
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-18/+20
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-2/+2
2017-08-12Fix some typosBastien Orivel-2/+2
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2017-08-04Auto merge of #43459 - ids1024:asrawfd, r=alexcrichtonbors-0/+16
2017-07-29Redox: Add JoinHandleExt (matching Unix version)Ian Douglas Scott-0/+50
2017-07-25Correct 'stable' attributeIan Douglas Scott-3/+3
2017-07-24Implement AsRawFd for Stdin, Stdout, and StderrIan Douglas Scott-0/+16
2017-07-06Redox: add stat methods(); support is_symlink()Ian Douglas Scott-0/+15
2017-06-23Removed as many "```ignore" as possible.kennytm-21/+31
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-15/+20
2016-12-21Add RawFd traits for netJeremy Soller-15/+20
2016-12-16Address falloutAaron Turon-1/+1
2016-11-28Commit to fix make tidyJeremy Soller-8/+8
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-9/+7
2016-11-15Add set_permJeremy Soller-1/+1
2016-10-28Remove unsafe libc layerJeremy Soller-2/+1
2016-10-27Add redox systemJeremy Soller-0/+741