rust/src/libstd
2018-11-27 18:57:55 +01:00
..
collections Fix the tracking issue for hash_raw_entry 2018-11-22 09:52:24 -07:00
ffi Auto merge of #55278 - Centril:constification-1, r=alexcrichton 2018-11-12 18:54:11 +00:00
io Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmaster 2018-11-15 11:04:28 +01:00
net Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
os Move std::os::raw::c_void into libcore and re-export in libstd 2018-09-14 16:19:59 +01:00
prelude Reformat std prelude source to show it is the sum of core and alloc preludes 2018-07-07 23:16:27 +02:00
sync Replace data.clone() by Arc::clone(&data) in mutex doc. 2018-11-16 15:34:12 -05:00
sys Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler 2018-11-25 19:01:35 +00:00
sys_common std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
tests Breaking change upgrades 2018-09-04 13:22:08 -06:00
thread Fix small typo in comment 2018-11-27 18:57:55 +01:00
alloc.rs Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs NetBSD: link libstd with librt in addition to libpthread 2018-11-02 17:41:36 +00:00
Cargo.toml std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
env.rs make reference to dirs crate clickable in terminals 2018-07-12 12:48:10 +02:00
error.rs Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeGomez 2018-10-04 12:20:05 +02:00
f32.rs Fix doc for new copysign functions 2018-10-24 15:19:23 -07:00
f64.rs Fix doc for new copysign functions 2018-10-24 15:19:23 -07:00
fs.rs Incorporate dyn into more comments and docs. 2018-11-20 09:35:03 -05:00
future.rs Remove spawning from task::Context 2018-09-19 15:01:19 -07:00
keyword_docs.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
lib.rs update various stdlib docs 2018-11-21 06:50:17 -05:00
macros.rs update various stdlib docs 2018-11-21 06:50:17 -05:00
memchr.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs Do not Atomic{I,U}128 in stage0 2018-11-05 18:54:17 +02:00
panicking.rs rustc: Allow #[no_mangle] anywhere in a crate 2018-10-06 13:57:30 -07:00
path.rs reduce list to functions callable in const ctx. 2018-11-10 01:10:07 +01:00
primitive_docs.rs update various stdlib docs 2018-11-21 06:50:17 -05:00
process.rs Move a flaky process test out of libstd 2018-11-21 21:56:23 -08:00
rt.rs Deny bare trait objects in src/libstd. 2018-07-10 20:35:36 +02:00
time.rs Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler 2018-11-25 19:01:35 +00:00