rust/src/libstd
bors 695b3d8279 Auto merge of #34866 - cynicaldevil:panic-counter, r=alexcrichton
Refactored code to access TLS only in case of panic (II)

Fixes #34787
r? @alexcrichton
Do it **very** carefully this time!
2016-08-11 01:58:48 -07:00
..
collections Update HashMap docs regarding DoS protection 2016-08-05 11:34:41 -04:00
ffi Add doc example for std::ffi::NulError::into_vec. 2016-08-06 17:50:37 -04:00
io Add urls in std::io types 2016-07-30 13:38:04 +02:00
net Link to relevant method/struct for std::net::Shutdown docs. 2016-08-01 20:21:08 -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 Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichton 2016-07-21 22:39:48 -07:00
sys Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton 2016-08-09 05:26:50 -07:00
thread Add link to replacement function 2016-08-03 23:12:25 +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 rustbuild: make backtraces (RUST_BACKTRACE) optional 2016-07-26 15:21:25 -05:00
Cargo.toml Update gcc crate dependency to 0.3.27. 2016-07-30 15:39:13 -05:00
env.rs Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton 2016-07-27 02:26:37 -07:00
error.rs Implement RefCell::{try_borrow, try_borrow_mut} 2016-08-08 23:59:56 -04:00
fs.rs Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnik 2016-08-05 16:12:53 +02:00
lib.rs Added an update_panic_count function to handle access to PANIC_COUNT 2016-08-10 22:04:41 +05:30
macros.rs doc: Mention that writeln! and println! always use LF 2016-07-12 14:39:16 +09:00
memchr.rs Fix a few typos in the code 2016-07-03 10:02:24 +02:00
panic.rs Added a shim around rust_panic to update panic counter 2016-08-10 22:04:41 +05:30
panicking.rs Added an update_panic_count function to handle access to PANIC_COUNT 2016-08-10 22:04:41 +05:30
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 Add doc example for std::process::ExitStatus::success. 2016-07-12 21:32:55 -04:00
rt.rs Added an update_panic_count function to handle access to PANIC_COUNT 2016-08-10 22:04:41 +05:30
rtdeps.rs remove some anys that are no longer necessary 2016-07-30 15:39:13 -05:00