rust/src/libstd
Tyler Mandry 69598dc3cf
Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry
Revert #63649 - "Upgrade Emscripten targets to use upstream LLVM backend"

This change caused the runtime of the linux-asmjs builder to nearly double from 2+ hours to about 4 hours, which happens to be the bors timeout. (It made it in barely under 4 hours when it was merged.) This is causing timeouts on all new changes.

This reverts commit 7870050796, reversing
changes made to 2e7244807a.
2019-10-05 21:55:13 -07:00
..
collections Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
ffi Rollup merge of #64203 - alexreg:rush-pr-2, r=centril 2019-09-14 16:42:22 +02:00
io Fix inconsistent link formatting 2019-09-16 20:02:36 +08:00
net Rollup merge of #64728 - messense:udp-peer-addr, r=dtolnay 2019-10-05 21:54:49 -07:00
os Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
prelude Remove __rust_unstable_column 2019-08-15 22:58:57 +03:00
sync Update sync condvar doc style 2019-08-31 23:09:37 +08:00
sys Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
sys_common std: Reduce checks for feature = "backtrace" 2019-09-25 06:43:49 -07:00
tests Upgrade rand to 0.7 2019-09-06 14:45:28 +02:00
thread Rollup merge of #64765 - alexcrichton:less-check-backtrace, r=sfackler 2019-10-05 21:54:51 -07:00
alloc.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
backtrace.rs BacktraceStatus: add Eq impl 2019-10-02 08:17:28 -04:00
build.rs rename the crate, not the feature 2019-09-14 12:12:32 +02:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
env.rs A few cosmetic improvements to code & comments in liballoc and libcore 2019-09-06 16:02:25 +01:00
error.rs Rollup merge of #64203 - alexreg:rush-pr-2, r=centril 2019-09-14 16:42:22 +02:00
f32.rs Rollup merge of #63698 - Phosphorus15:master, r=nagisa 2019-08-27 08:17:49 +02:00
f64.rs Rollup merge of #63698 - Phosphorus15:master, r=nagisa 2019-08-27 08:17:49 +02:00
fs.rs Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAus 2019-09-24 23:45:13 +02:00
future.rs async/await: improve obligation errors 2019-09-30 23:41:20 +01:00
keyword_docs.rs Rollup merge of #62957 - dns2utf8:doc_loop_keyword, r=GuillaumeGomez 2019-08-30 23:07:57 +02:00
lib.rs Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats 2019-10-03 16:25:35 -07:00
macros.rs Remove __rust_unstable_column 2019-08-15 22:58:57 +03:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Reexport IntErrorKind in std 2019-04-23 00:15:43 +02:00
panic.rs HashMap is UnwindSafe 2019-07-02 16:01:06 +02:00
panicking.rs std: Reduce checks for feature = "backtrace" 2019-09-25 06:43:49 -07:00
path.rs Rollup merge of #61969 - MikailBag:master, r=Centril 2019-08-11 15:18:38 -04:00
primitive_docs.rs Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
process.rs Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC 2019-09-23 00:36:33 +02:00
rt.rs std: Reduce checks for feature = "backtrace" 2019-09-25 06:43:49 -07:00
time.rs Fix typo on now() comments 2019-10-05 12:23:10 +02:00