rust/src/libstd
Guillaume Gomez 6f07b6ca4b Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
2016-07-15 10:56:42 +02:00
..
collections std: use siphash-1-3 for HashMap 2016-06-29 16:08:32 -07:00
ffi Document CStr::as_ptr dangers. 2016-06-19 15:14:51 +03:00
io Auto merge of #34717 - frewsxcv:sink, r=apasel422 2016-07-09 12:16:57 -07:00
net Mark Ipv4Addr is_unspecified as stable and provide reference. 2016-07-11 23:47:45 -04:00
num std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
os std: Fix up stabilization discrepancies 2016-06-23 14:08:11 -07: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 #34456 - tbu-:pr_ptr_null, r=aturon 2016-07-15 10:56:42 +02:00
sys Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon 2016-07-15 10:56:42 +02:00
thread Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton 2016-06-28 16:05:14 +02:00
time std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
ascii.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
build.rs Fix issue where rustbuild expected msvc to have ar 2016-06-16 08:38:06 -04:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
env.rs Cleanup formatting and wording for std::env::temp_dir docs. 2016-05-12 00:05:25 -04:00
error.rs Add examples for std::Error module 2016-07-10 22:29:19 +02:00
fs.rs Derive Debug on FileType. 2016-07-10 15:37:41 -07:00
lib.rs rustc: Update stage0 to beta-2016-07-06 2016-07-06 09:29:15 -07:00
macros.rs Mark concat_idents! unstable 2016-06-21 23:30:15 +01:00
memchr.rs Fix a few typos in the code 2016-07-03 10:02:24 +02:00
panic.rs Set unwind_safe_lock_refs stability to 1.12.0. 2016-07-11 07:34:20 -07:00
panicking.rs Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
path.rs Fix std::path::Path::file_name() doc 2016-07-06 01:26:24 +02:00
primitive_docs.rs Improve primitive integers documentation 2016-07-08 23:03:17 +02:00
process.rs std::process doc improvements. 2016-07-11 12:08:15 -04:00
rt.rs Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton 2016-06-03 19:36:32 -07:00
rtdeps.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00