rust/src/libstd
bors 8ccfc695b5 Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton
Report which required build-time environment variable is not set
2016-09-26 11:12:42 -07:00
..
collections Don't allocate during default HashSet creation. 2016-09-26 13:05:54 +10:00
ffi Rollup merge of #36018 - durka:patch-28, r=steveklabnik 2016-09-24 00:15:43 +02:00
io Fix outdated Doc Comment on BufReader::seek 2016-09-21 21:11:53 +02:00
net Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix 2016-09-22 11:25:01 -07:00
num Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
os Add s390x support 2016-09-09 22:28:19 +01:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand std: restructure rand os code into sys modules 2016-02-17 16:21:32 -08:00
sync Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix 2016-09-22 11:25:01 -07:00
sys Use question_mark feature in libstd. 2016-09-11 16:02:44 -07:00
thread Clean up thread-local storage docs 2016-09-04 10:16:25 -04:00
time Replace 'e.g.' by 'i.e.' 2016-09-19 14:08:57 +02:00
ascii.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
build.rs Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
Cargo.toml crate-ify compiler-rt into compiler-builtins 2016-09-12 21:22:15 -07:00
env.rs doc: make that sound better 2016-09-14 22:47:56 +02:00
error.rs Implement TryFrom<u32> for char 2016-08-29 17:34:02 +02:00
fs.rs Implement Debug for DirEntry. 2016-09-22 14:08:03 -04:00
lib.rs add assert_ne and debug_assert_ne macros 2016-09-21 14:38:26 +02:00
macros.rs Add links between format_args! macro and std::fmt::Arguments struct 2016-09-16 15:33:53 -06:00
memchr.rs memrchr: Use a conditional instead of subtracting a complicated min 2016-08-24 21:41:23 +02:00
panic.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
panicking.rs Add basic doc examples for std::panic::{set_hook, take_hook}. 2016-09-18 10:03:34 -04:00
path.rs Rollup merge of #36314 - tshepang:not-needed, r=GuillaumeGomez 2016-09-10 15:57:50 +02:00
primitive_docs.rs Tweak array docs 2016-09-11 12:36:24 -07:00
process.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
rt.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
rtdeps.rs remove some anys that are no longer necessary 2016-07-30 15:39:13 -05:00