]> git.lizzy.rs Git - rust.git/history - src/shims/posix/fs.rs
more punctuation
[rust.git] / src / shims / posix / fs.rs
2020-10-04 Ralf Jungmore punctuation
2020-10-04 Aaron HillProperly capitalize PathConversion
2020-10-04 Aaron HillMove `convert_path_separator` to trait and use it in...
2020-10-04 Aaron HillMake helper functions freestanding
2020-10-04 Aaron HillUse panicking coversions instead of `as`
2020-10-04 Aaron HillImplement `readlink`
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1569 - RalfJung:rustup, r=RalfJung
2020-10-03 Ralf Jungadd backtics back in isolation error message
2020-09-09 borsAuto merge of #1511 - samrat:more-fd-trait-ops, r=RalfJung
2020-09-09 Samrat Man SinghImplement dup and close for stdin/stdout/stderr
2020-08-13 borsAuto merge of #1510 - RalfJung:stderr, r=RalfJung
2020-08-13 Ralf Jungfix Stderr::as_file_handle error message
2020-08-13 borsAuto merge of #1509 - samrat:fd-trait-fixes, r=RalfJung
2020-08-13 Samrat Man SinghRemove unnecessary whitespace
2020-08-13 Samrat Man SinghRemove lifetime from FileDescriptor trait
2020-08-08 borsAuto merge of #1502 - RalfJung:isolation, r=RalfJung
2020-08-08 Ralf Jungfs: move isolation handling to inside trait
2020-08-08 borsAuto merge of #1501 - samrat:fix-fs-error-handling...
2020-08-08 Samrat Man SinghFix handling of as_file_handle error for `fullfsync`
2020-08-08 Samrat Man SinghAdd FIXME's for `dup` and other syscalls to support...
2020-08-08 Samrat Man SinghBubble up error from FileDescriptor::as_file_handle
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-08-03 Samrat Man SinghRemove unnecessary `clone()` on `writable`
2020-08-03 Samrat Man SinghWrap io::Result from `FileDescriptor::{read,write,seek...
2020-08-01 Samrat Man SinghAdd FileDescriptor trait to abstract fn's on File's...
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-23 borsAuto merge of #1484 - RalfJung:rustup, r=RalfJung
2020-07-23 Ralf Jungrustup
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-16 borsAuto merge of #1479 - RalfJung:fs-nocast, r=RalfJung
2020-07-16 Ralf Jungremove an unnecessary intermediate cast
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf Jungmodule organization: move platform-specific code to...