rust/library/std/src
Jonas Berlin 90e4c905d3 Improve documentation on process::Child.std* fields
As a relative beginner, it took a while for me to figure out I could just steal the references to avoid partially moving the child and thus retain ability to call functions on it (and store it in structs etc).
2020-08-14 08:25:45 -04:00
..
collections Update the tracking issue number of map_into_keys_values 2020-08-08 16:35:54 +02:00
ffi mv std libs to library/ 2020-07-27 19:51:13 -05:00
io Fix intra-doc link 2020-08-12 15:30:15 -07:00
net Auto merge of #75019 - nanpuyue:to_ipv4_mapped, r=LukasKalbertodt 2020-08-12 16:30:46 +00:00
os Revert #tymethods 2020-08-11 19:50:17 +05:30
prelude Move the std::vec link back to a path-based link to make it compile with --stage 0 2020-08-11 21:30:20 +02:00
sync fix typos 2020-08-02 23:20:00 +08:00
sys Rollup merge of #75189 - kawamuray:bugfix-wasi-append, r=KodrAus 2020-08-13 11:05:31 +09:00
sys_common Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
thread Disallow missing unsafe blocks in unsafe fn in panicking.rs 2020-07-29 21:58:09 +02:00
alloc.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
ascii.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
backtrace.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
f32.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
f64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Update fs::remove_file docs 2020-07-29 08:18:01 +03:00
future.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
keyword_docs.rs Add an example about the behaviour of move and Fn* traits 2020-08-08 15:57:17 +02:00
lazy.rs Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy 2020-07-28 09:51:08 +02:00
lib.rs Move to intra doc links whenever possible within std/src/lib.rs 2020-08-12 23:23:07 +02:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
num.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panic.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panicking.rs Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn, r=Mark-Simulacrum 2020-08-10 09:07:46 +09:00
path.rs Rollup merge of #75286 - pickfire:patch-9, r=jyn514 2020-08-10 09:07:52 +09:00
primitive_docs.rs Fix minor things in the f32 primitive docs 2020-08-11 13:50:54 +02:00
process.rs Improve documentation on process::Child.std* fields 2020-08-14 08:25:45 -04:00
rt.rs Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
time.rs Use explicit path link in place for doc in time 2020-08-12 22:17:12 +08:00