rust/src/libstd
2018-03-29 18:10:40 +01:00
..
collections Implement get_key_value for HashMap, BTreeMap 2018-03-25 23:50:47 +01:00
ffi Add new warning for CStr::from_ptr 2018-02-24 16:50:44 +01:00
io Remove TryFrom impls that might become conditionally-infallible with a portability lint 2018-03-27 09:48:42 +02:00
net Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa 2018-03-26 18:41:38 +00:00
os fix docs link 2018-02-06 09:26:15 -06:00
prelude Add TryFrom and TryInto to the prelude 2018-03-26 23:36:04 +02:00
sync Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay 2018-02-25 15:54:39 +08:00
sys Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplett 2018-03-25 05:26:58 +00:00
sys_common Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton 2018-03-23 10:16:07 -07:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread Fix a bug introduced in previous commit 2018-03-01 00:07:27 +01:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs rustc: Embed LLVM bitcode by default on iOS 2018-03-13 08:29:19 -07:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
env.rs Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs} 2018-02-05 00:00:09 +01:00
error.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
f32.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
f64.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
fs.rs Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusion 2018-03-16 03:41:53 -04:00
heap.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
lib.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
macros.rs document format_args! further wrt. Debug & Display" 2018-03-21 07:55:09 +01:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs fix last two tidy 2018-03-26 08:37:56 -05:00
panic.rs Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler 2018-02-18 06:02:35 +00:00
panicking.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
path.rs Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcrichton 2018-03-08 11:25:54 -08:00
primitive_docs.rs Fix missed i128 feature gates 2018-03-26 08:37:56 -05:00
process.rs fixup! std: Child::kill() returns error if process has already exited 2018-03-29 18:10:40 +01:00
rt.rs move Termination trait to std::process 2018-02-22 17:57:08 -05:00
time.rs Add backticks 2018-03-24 23:41:34 -04:00