rust/src/libstd
bors 05630b06fd Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrum
std: Fix compilation without backtrace feature

This should hopefully handle #74484 but in any case fixes compilation of
the standard library without the `backtrace` feature. The need for this
feature is somewhat unclear now because the `backtrace` crate should
always compile (no more C code!) but we can handle that later if
necessary.
2020-07-20 06:09:42 +00:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Use intra-doc links on HashSet 2020-07-18 16:13:04 -07:00
ffi Update stability attribute for CStr indexing 2020-07-18 12:16:25 -07:00
io Fix merge conflict with recent PR 2020-07-19 22:15:44 +02:00
net libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)] 2020-07-02 11:33:37 +05:30
os Remove unused crate imports in 2018 edition crates 2020-06-23 05:01:20 +02:00
prelude Update the doc for std::prelude, removing the "technical part" section 2020-06-19 21:19:17 +02:00
sync Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-Simulacrum 2020-07-17 18:13:39 -07:00
sys Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodt 2020-07-19 07:02:24 -07:00
sys_common std: Switch from libbacktrace to gimli 2020-07-17 14:32:18 -07:00
tests Enable ARM TME (Transactional Memory Extensions) 2020-05-21 23:20:57 +02:00
thread Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb 2020-07-16 17:08:56 -07:00
alloc.rs Deny unsafe op in unsafe functions in libstd/alloc.rs 2020-07-14 18:00:42 +02:00
ascii.rs Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04:00
backtrace.rs std: Switch from libbacktrace to gimli 2020-07-17 14:32:18 -07:00
build.rs std: Switch from libbacktrace to gimli 2020-07-17 14:32:18 -07:00
Cargo.toml std: Fix compilation without backtrace feature 2020-07-19 17:30:29 -07:00
env.rs Automatically calculate std::env::consts::ARCH. 2020-07-15 08:38:10 -07:00
error.rs Impl Error for Infallible 2020-04-28 11:22:42 +02:00
f32.rs Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnay 2020-06-19 08:55:59 +02:00
f64.rs Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnay 2020-06-19 08:55:59 +02:00
fs.rs enable unsafe_op_in_unsafe_fn lint 2020-06-30 23:09:06 -04:00
future.rs Add core::future::IntoFuture 2020-05-22 10:55:01 +02:00
keyword_docs.rs Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplett 2020-07-19 19:12:45 -07:00
lazy.rs link once_cell feature to #74465 2020-07-18 10:12:02 +10:00
lib.rs Rollup merge of #70817 - yoshuawuyts:task-ready, r=dtolnay 2020-07-18 16:50:50 -07:00
macros.rs Update macros.rs: fix documentation typo. 2020-03-04 14:18:31 -05:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
panic.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
panicking.rs std: Switch from libbacktrace to gimli 2020-07-17 14:32:18 -07:00
path.rs Added the parapgrah to path::Path::is_file too 2020-06-27 22:59:47 +02:00
primitive_docs.rs Do not use "nil" to refer to () 2020-04-05 14:30:13 +02:00
process.rs Implement Sync for `process::Command on unix and vxworks 2020-05-22 18:33:12 +02:00
rt.rs Add a fast path for std:🧵:panicking. 2020-05-26 17:46:10 +02:00
time.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00