rust/src/libstd
bors f0341412ed Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton
std: stop backtracing when the frames are full

This is a defensive measure to mitigate the infinite unwind loop seen in #53372.  That case will still repeatedly unwind `__rust_try`, but now it will at least stop when `cx.frames` is full.

r? @alexcrichton
2018-08-18 17:15:31 +00:00
..
collections Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
ffi Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
io Make std::io::Error #[non_exhaustive] 2018-08-15 17:16:48 +01:00
net Replace _.. with just .. in slice pattern 2018-08-10 23:42:33 +02:00
os Add aarch64-unknown-netbsd target 2018-08-07 12:03:42 -05: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 Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton 2018-08-14 22:22:18 +00:00
sys Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton 2018-08-18 17:15:31 +00:00
sys_common avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex 2018-08-08 18:12:33 +02:00
tests Use str::repeat 2018-07-27 23:26:36 +09:00
thread avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex 2018-08-08 18:12:33 +02:00
alloc.rs Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs std: Use target_pointer_width for BACKTRACE_ELF_SIZE 2018-08-14 21:08:42 -07:00
Cargo.toml Remove the unstable std_unicode crate, deprecated since 1.27 2018-07-30 18:18:04 +02:00
env.rs make reference to dirs crate clickable in terminals 2018-07-12 12:48:10 +02:00
error.rs Add missing dyn in tests 2018-07-11 09:11:39 +02:00
f32.rs Clarify rational behind current implementation of .mod_euc() 2018-06-26 13:09:56 +02:00
f64.rs Clarify rational behind current implementation of .mod_euc() 2018-06-26 13:09:56 +02:00
fs.rs Edit code example for File::open 2018-07-08 16:07:09 +02:00
future.rs Remove unnecessary local in await! macro 2018-08-02 13:07:55 -07:00
keyword_docs.rs Add let keyword doc 2018-08-11 20:06:46 +02:00
lib.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macros.rs Remove unnecessary local in await! macro 2018-08-02 13:07:55 -07:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs Deny bare trait objects in src/libstd. 2018-07-10 20:35:36 +02:00
panicking.rs Deny bare trait objects in src/libstd. 2018-07-10 20:35:36 +02:00
path.rs Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
primitive_docs.rs make std::str link into See also link 2018-05-09 18:30:32 -04:00
process.rs Fix indent 2018-08-11 13:02:49 -07:00
rt.rs Deny bare trait objects in src/libstd. 2018-07-10 20:35:36 +02:00
time.rs Stabilize SystemTime::UNIX_EPOCH 2018-05-28 18:24:01 -06:00