rlibc icon indicating copy to clipboard operation
rlibc copied to clipboard

Results 3 rlibc issues
Sort by recently updated
recently updated
newest added

Because Windows syscalls inexplicably [change every version](http://j00ru.vexillium.org/ntapi_64/), we will never be able to directly invoke them, and hence we cannot completely replace the system libraries. But it is possible to...

This issue tracks the symbols that are missing from the OS X build, and preventing one from linking a standard Rust program against rlibc. [This output](https://gist.github.com/alexchandel/fc2a614e001278912f75), from linking a std::io...

Our test case still suffers from a lack of link-time optimization, meaning neither start, main, or __libc_start_main ever get inlined. This comes from linking with ld. Clang has LTO, but...