rust/src/libstd
Tomasz Miąsko 80c3bec9fe Remove incorrect debug assertions from catch_unwind
Previously the debug assertions in the implementation of catch_unwind
used to verify consistency of the panic count by checking that the count
is zero just before leaving the function. This incorrectly assumed that
no panic was in progress when entering `catch_unwind`.
2020-01-31 00:00:00 +00:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Add HashSet::get_or_insert_owned 2020-01-08 15:34:06 -08:00
ffi inline impl AsRef<OsStr> for OsString 2020-01-10 19:06:18 +00:00
io Document that write_all will not call write if given an empty buffer 2020-01-28 17:22:38 -08:00
net Document remaining undocumented From implementations for IPs 2020-01-29 17:47:05 +01:00
os Add support for RISC-V 64-bit GNU/Linux 2020-01-01 09:52:18 +07:00
prelude Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
sync Auto merge of #67076 - mbrubeck:condvar, r=dtolnay 2020-01-14 10:34:43 +00:00
sys Update 2020-01-30 10:31:12 +09:00
sys_common refactor fix using cfg_if! (fix build on Solaris) 2020-01-20 19:15:37 +01:00
tests Format the world 2019-12-22 17:42:47 -05:00
thread Add an unstable conversion from thread ID to u64 2020-01-06 10:56:13 -05:00
alloc.rs Rename Alloc to AllocRef 2020-01-27 21:39:51 +01:00
ascii.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
backtrace.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
build.rs remove dependency from libhermit 2019-11-25 08:59:23 +01:00
Cargo.toml Remove sanitizer runtime crates 2020-01-09 07:54:02 +01:00
env.rs Add support for RISC-V 64-bit GNU/Linux 2020-01-01 09:52:18 +07:00
error.rs inline impl From<String> for Box<dyn Error + Send + Sync> 2020-01-10 19:27:02 +00:00
f32.rs Rollup merge of #68033 - ollie27:win_f32, r=dtolnay 2020-01-16 20:53:26 +05:30
f64.rs Rollup merge of #68266 - Stromberg90:patch-2, r=Dylan-DPC 2020-01-16 11:58:07 +05:30
fs.rs tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
future.rs Revert "core: add IntoFuture trait and support for await" 2019-12-31 19:18:08 -05:00
keyword_docs.rs Some keyword documentation. 2019-12-29 08:19:33 +00:00
lib.rs Unlock assoc_int_consts in core+std 2020-01-23 20:55:06 +01:00
macros.rs core and std macros and panic internals use panic::Location::caller. 2020-01-04 10:02:17 -08:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panic.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
panicking.rs Remove incorrect debug assertions from catch_unwind 2020-01-31 00:00:00 +00:00
path.rs inline impl AsRef<Path> for PathBuf 2020-01-10 19:18:17 +00:00
primitive_docs.rs Format the world 2019-12-22 17:42:47 -05:00
process.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
rt.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
time.rs Update links to WASI docs in time.rs module 2020-01-28 23:34:00 +01:00