]> git.lizzy.rs Git - rust.git/history - src/shims/posix/foreign_items.rs
Implement `readlink`
[rust.git] / src / shims / posix / foreign_items.rs
2020-10-04 Aaron HillImplement `readlink`
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-06 David CookImplement libc::nanosleep shim
2020-08-05 borsAuto merge of #1498 - RalfJung:rustup, r=RalfJung
2020-08-04 borsAuto merge of #1497 - samrat:posix-fs-refactor, r=oli-obk
2020-08-04 Samrat Man SinghFlush to stdout from FileDescriptor::write for `Stdout`
2020-08-03 Samrat Man SinghAdd `impl FileDescriptor` for stdin, stdout, stderr
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1487 - pnadon:miri-rename-undef-uninit...
2020-07-26 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-23 borsAuto merge of #1482 - canova:remote-unreachable, r...
2020-07-18 borsAuto merge of #1483 - RalfJung:fs-errno, r=RalfJung
2020-07-18 Ralf Jungset errno on stdout write failure
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-18 Samrat Man SinghRemove unnecessary cast
2020-07-17 Samrat Man SinghEnsure buffer for reading from Stdin is smaller than...
2020-07-12 Samrat Man SinghRead into buffer of fixed size for `read`s to STDIN
2020-07-11 Samrat Man SinghHandle `read`s on STDIN
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...