jackpot51 · GitHub

added 16 commits

October 27, 2016 20:57
… locals. Better error messages for unsupported features

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

jackpot51

@jackpot51

@jackpot51

Closed

@jackpot51

bors added a commit that referenced this pull request

Dec 15, 2016
Redox Support Preview
# Important - This is only a preview of a working `sys::redox`.
Compiling the Redox default distribution with this `libstd` results in a fully functioning distribution. As such, all further changes would be cosmetic or implementing features that have not been used by the default distribution (of which there are only a small number).
I do not expect this to be merged, but would like to discuss how it may be improved and get feedback.
There are a few `unimplemented!()` - `cloexec` for example. I have documented them below. These would be resolved before desiring a merge.
There are also issues with how the Redox syscall library is called - currently I am using a re-export in `libc` but that probably would not be desired.

@bors

@jackpot51

@est31 est31 mentioned this pull request

Jan 10, 2017

Merged

Merged

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Aug 23, 2017
…ichton
Redox: correct is_absolute() and has_root()
This is awkward, but representing schemes properly in `Components` is not easily possible without breaking backwards compatibility, as discussed earlier in rust-lang#37702.
But these methods can be corrected anyway.

Read the original on github.com ↗