rust/src/libstd
Pietro Albini bd8dd11d4d
Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton
Avoid extra copy and syscall in std::env::current_exe
2018-12-06 07:48:58 +01:00
..
collections Update issue number of shrink_to methods to point the tracking issue 2018-12-02 16:08:08 +09:00
ffi cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01:00
io fix small doc mistake 2018-11-21 11:17:48 +01:00
net Deal with EINTR in net timeout tests 2018-11-30 15:33:40 -08:00
os Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer 2018-11-22 02:36:11 +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 Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton 2018-12-06 07:48:58 +01:00
sys_common cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01: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 make the C part of compiler-builtins opt-out 2018-12-02 13:56:10 +01:00
env.rs cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01: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 remove some uses of try! 2018-12-01 15:48:55 -06:00
future.rs fix futures aliasing mutable and shared ref 2018-11-28 19:30:11 +01:00
keyword_docs.rs cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01:00
lib.rs Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin 2018-12-02 13:45:22 +00:00
macros.rs stabilize std::dbg!(...) 2018-12-01 02:54:09 +01: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 Fix exceeding line width limit 2018-11-30 02:37:04 +03:00
path.rs Add extra comment slash 2018-12-04 10: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