rust/src
Corey Farwell 13dc855cc3 Rollup merge of #41303 - CryZe:patch-5, r=japaric
Compile WASM as WASM instead of asm.js

Looks like the LinkerFlavor change introduced in #40018 accidentally uses GCC for the WebAssembly target, causing Rust to never actually pass the post link args to emscripten. This then causes the code to be compiled as asm.js instead of WebAssembly, because the Binaryen tools never run due to the missing linker argument.
2017-04-14 17:41:06 -04:00
..
bootstrap rustbuild: Fix recompilation of stage0 tools dir 2017-04-13 09:47:00 -07:00
build_helper rustbuild: Assert directory creation succeeds 2017-03-07 15:24:36 -08:00
ci travis: Enable rust-analysis package for more targets 2017-04-12 20:48:18 -07:00
compiler-rt@d30da544a8
doc Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
driver
etc Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichton 2017-04-06 03:42:31 +00:00
grammar Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
jemalloc@11bfb0dcf8
liballoc Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton 2017-04-13 13:04:16 -04:00
liballoc_jemalloc Fix jemalloc support for musl 2017-04-08 22:28:32 +02:00
liballoc_system
libarena
libbacktrace
libcollections Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton 2017-04-13 06:46:29 +00:00
libcompiler_builtins Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228. 2017-04-13 00:15:04 +08:00
libcore Rollup merge of #41216 - shahn:iter_pos, r=steveklabnik 2017-04-11 18:36:16 -04:00
libflate Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
libfmt_macros
libgetopts
libgraphviz Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
liblibc@05a2d19735 Update libc to 0.2.21 2017-03-25 11:03:06 -03:00
libpanic_abort
libpanic_unwind
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Improve the TokenStream quoter. 2017-03-15 23:05:02 +00:00
librand Avoid to use floating point match 2017-04-14 03:39:03 +02:00
librustc Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
librustc_asan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_back Compile WASM as WASM instead of asm.js 2017-04-14 19:17:03 +02:00
librustc_bitflags
librustc_borrowck Auto merge of #41153 - petrochenkov:umove, r=pnkfelix 2017-04-14 16:28:14 +00:00
librustc_const_eval Don't warn about char comparisons in constexprs 2017-03-31 23:52:35 +01:00
librustc_const_math rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
librustc_data_structures Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=arielb1 2017-04-13 00:28:11 +00:00
librustc_driver Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
librustc_errors Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis 2017-04-12 14:45:45 +02:00
librustc_incremental ICH: Replace old, transitive metadata hashing with direct hashing approach. 2017-04-12 11:47:26 +02:00
librustc_lint rustc: add some abstractions to ty::layout for a more concise API. 2017-04-08 23:41:18 +03:00
librustc_llvm Expose LLVM appendModuleInlineAsm 2017-04-12 19:12:49 -05:00
librustc_lsan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_metadata Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
librustc_mir address review comments 2017-04-12 00:45:54 +03:00
librustc_msan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_passes Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb 2017-04-12 14:45:47 +02:00
librustc_platform_intrinsics
librustc_plugin remove LinkMeta from SharedCrateContext 2017-04-13 18:37:47 -04:00
librustc_privacy First attempt at global_asm! macro 2017-04-12 19:12:49 -05:00
librustc_resolve First attempt at global_asm! macro 2017-04-12 19:12:49 -05:00
librustc_save_analysis First attempt at global_asm! macro 2017-04-12 19:12:49 -05:00
librustc_trans Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
librustc_tsan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_typeck Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
librustdoc Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv 2017-04-14 17:41:05 -04:00
libserialize
libstd Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcv 2017-04-14 13:24:27 +00:00
libstd_unicode Remove parentheses in method references 2017-03-30 18:33:23 -04:00
libsyntax Add global_asm tests 2017-04-12 19:12:50 -05:00
libsyntax_ext Replace ExpnId with SyntaxContext 2017-04-12 19:12:50 -05:00
libsyntax_pos Point at only one char on Span::next_point 2017-04-10 14:03:17 -07:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest Fix links 2017-04-04 15:39:44 -04:00
libunwind libgcc_eh may depend on libpthread. 2017-03-30 16:31:46 -07:00
llvm@2e951c3ae3 update LLVM with fix for PR32379 2017-03-24 00:54:23 +02:00
rt End of pulldown switch and remove completely hoedown 2017-03-28 11:38:55 -06:00
rtstartup
rust-installer@4f99485080
rustc Fix plain_summary_line function 2017-03-28 11:38:56 -06:00
rustllvm Expose LLVM appendModuleInlineAsm 2017-04-12 19:12:49 -05:00
test Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv 2017-04-14 17:41:05 -04:00
tools Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=arielb1 2017-04-13 00:28:11 +00:00
Cargo.lock Sync all unstable features with Unstable Book; add tidy lint. 2017-03-31 11:40:44 -04:00
Cargo.toml Don't put Cargo into the rustc workspace 2017-03-10 14:49:19 -08:00
stage0.txt rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00