rust/src/libstd/sys/redox
Mazdak Farrokhzad 21684c07c7
Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor
Print PermissionExt::mode() in octal in Documentation Examples

Printing the file permission mode on unix systems in decimal feels unintuitive. Printing it in octal gives the expected form of e.g. `664`.
2019-05-29 00:20:01 +02:00
..
ext Print file mode of PermissionExt in octal in Examples 2019-05-26 02:55:21 +02:00
net Stabilized vectored IO 2019-04-27 08:34:08 -07:00
syscall libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
args.rs libstd => 2018 2019-02-28 04:06:15 +09:00
cmath.rs Remove licenses 2018-12-25 21:08:33 -07:00
condvar.rs libstd => 2018 2019-02-28 04:06:15 +09:00
env.rs Remove licenses 2018-12-25 21:08:33 -07:00
fast_thread_local.rs libstd => 2018 2019-02-28 04:06:15 +09:00
fd.rs libstd => 2018 2019-02-28 04:06:15 +09:00
fs.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
io.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
memchr.rs Cosmetic improvements 2019-01-13 19:47:02 +00:00
mod.rs std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
mutex.rs libstd => 2018 2019-02-28 04:06:15 +09:00
os.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
path.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
pipe.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
process.rs use exhaustive_patterns to be able to use ? 2019-05-06 15:40:34 +02:00
rand.rs Remove licenses 2018-12-25 21:08:33 -07:00
rwlock.rs Remove licenses 2018-12-25 21:08:33 -07:00
stack_overflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
stdio.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread.rs Eliminate FnBox usages from libstd. 2019-04-10 09:40:44 +08:00
thread_local.rs libstd => 2018 2019-02-28 04:06:15 +09:00
time.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00