rust/src/libstd
Alex Crichton 8d500572fa std: Use backtrace-sys from crates.io
This commit switches the standard library to using the `backtrace-sys`
crate from crates.io instead of duplicating the logic here in the Rust
repositor with the `backtrace-sys`'s crate's logic.

Eventually this will hopefully be a good step towards using the
`backtrace` crate directly from crates.io itself, but we're not quite
there yet! Hopefully this is a small incremental first step we can take.
2018-12-24 08:32:57 -08:00
..
collections Rollup merge of #57050 - RyanMarcus:master, r=zackmdavis 2018-12-23 02:12:25 +08:00
ffi Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=Centril 2018-12-15 10:17:30 +01:00
io Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdreavus 2018-12-23 02:11:59 +08:00
net Address unused variables warning with TcpStream 2018-12-11 11:18:55 +00:00
os Add std::os::fortanix_sgx module 2018-12-20 10:09:52 +05:30
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 Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
sys Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplett 2018-12-24 13:29:30 +01:00
sys_common std: Use backtrace-sys from crates.io 2018-12-24 08:32:57 -08:00
tests Breaking change upgrades 2018-09-04 13:22:08 -06:00
thread Auto merge of #56157 - RalfJung:park, r=nagisa 2018-12-10 12:19:47 +00:00
alloc.rs Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs std: Use backtrace-sys from crates.io 2018-12-24 08:32:57 -08:00
Cargo.toml std: Use backtrace-sys from crates.io 2018-12-24 08:32:57 -08:00
env.rs cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01:00
error.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
f32.rs rename div_euc -> div_euclid, and mod_euc -> rem_euclid 2018-12-17 16:41:48 -08:00
f64.rs rename div_euc -> div_euclid, and mod_euc -> rem_euclid 2018-12-17 16:41:48 -08:00
fs.rs Fix doc of std::fs::canonicalize 2018-12-15 18:51:08 +01:00
future.rs Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08:00
keyword_docs.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
lib.rs std: Use backtrace-sys from crates.io 2018-12-24 08:32:57 -08:00
macros.rs stabilize std::dbg!(...) 2018-12-01 02:54:09 +01:00
memchr.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
panicking.rs Update panic message to be clearer about env-vars 2018-12-13 23:07:04 +00:00
path.rs Fix feature gate to point to 1.32.0 for path_from_str 2018-12-21 11:33:59 -02:00
primitive_docs.rs std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
process.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
rt.rs Remove dead code 2018-12-14 18:35:39 +01:00
time.rs Add checked_sub for Instant and SystemTime 2018-12-13 15:25:14 +01:00