rust/src
Alex Crichton 666bb90300 wasm: Update LLVM to fix a test
This commit updates LLVM with some tweaks to the integer <-> floating point
conversion instructions to ensure that `as` in Rust doesn't trap.

Closes #46298
2017-11-30 05:39:57 -08:00
..
binaryen@1c9bf65aa0 std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
bootstrap ci: Start running wasm32 tests on Travis 2017-11-28 09:27:35 -08:00
build_helper rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
ci ci: Start running wasm32 tests on Travis 2017-11-28 09:27:35 -08:00
dlmalloc@d3812c3acc std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
doc Rollup merge of #46174 - stjepang:stabilize-spinloophint, r=sfackler 2017-11-28 03:16:43 +08:00
etc Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton 2017-11-28 23:23:03 +00:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e
liballoc Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez 2017-11-29 18:37:45 +08:00
liballoc_jemalloc Remove comment about a branch being optimized out, fix #45831 2017-11-20 16:22:17 +01:00
liballoc_system Remove comment about a branch being optimized out, fix #45831 2017-11-20 16:22:17 +01:00
libarena
libbacktrace fix some typos 2017-11-21 15:33:45 +01:00
libcompiler_builtins@02b3734a5b rustbuild: Update LLVM and enable ThinLTO 2017-11-24 06:55:38 -08:00
libcore Rollup merge of #46356 - daboross:patch-2, r=sfackler 2017-11-29 18:37:54 +08:00
libfmt_macros Retain information on whether a format argument has explicit position 2017-11-09 20:57:58 +00:00
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz
liblibc@1a2f9639f8 Update libc to include latest Fuchsia fix 2017-11-26 17:01:15 -08:00
libpanic_abort std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
libpanic_unwind std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
libproc_macro Rename Span::default -> Span::def_site. 2017-11-14 21:53:37 -08:00
libprofiler_builtins Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librustc Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis 2017-11-30 08:00:27 +00:00
librustc_allocator rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
librustc_apfloat Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
librustc_asan
librustc_back make OpenBSD to use libc++ instead of (e)stdc++ 2017-11-26 10:08:25 +01:00
librustc_binaryen std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
librustc_borrowck Replace -Zborrowck-mir with -Zborrowck=mode 2017-11-26 16:36:52 +01:00
librustc_const_eval Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
librustc_const_math Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
librustc_cratesio_shim
librustc_data_structures fix some typos 2017-11-21 15:33:45 +01:00
librustc_driver rustbuild: Enable WebAssembly backend by default 2017-11-25 06:44:35 -08:00
librustc_errors mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
librustc_incremental Remove some trailing whitespace. 2017-11-19 17:26:19 +01:00
librustc_lint make accessing packed fields a future-compat warning 2017-11-26 16:12:42 +02:00
librustc_llvm make OpenBSD to use libc++ instead of (e)stdc++ 2017-11-26 10:08:25 +01:00
librustc_lsan
librustc_metadata Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 2017-11-24 04:03:36 +00:00
librustc_mir Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis 2017-11-30 08:00:27 +00:00
librustc_msan
librustc_passes MIR: split Operand::Consume into Copy and Move. 2017-11-28 04:18:32 +02:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy Split hir::TyImplTrait, move checks to HIR lowering 2017-11-15 15:46:01 -05:00
librustc_resolve Auto merge of #45942 - Menschenkindlein:master, r=estebank 2017-11-24 01:44:19 +00:00
librustc_save_analysis initialize Access with macro 2017-11-19 23:19:36 -05:00
librustc_trans Rollup merge of #46322 - gnzlbg:mmx, r=alexcrichton 2017-11-29 18:37:50 +08:00
librustc_trans_utils Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 2017-11-21 22:52:19 +00:00
librustc_tsan
librustc_typeck make accesses to fields of packed structs unsafe 2017-11-26 16:12:42 +02:00
librustdoc Auto merge of #46175 - GuillaumeGomez:fix-global-search, r=QuietMisdreavus 2017-11-28 10:41:47 +00:00
libserialize
libstd Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm 2017-11-29 18:37:51 +08:00
libstd_unicode Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton 2017-11-29 18:37:44 +08:00
libsyntax Rollup merge of #46258 - colinmarsh19:master, r=estebank 2017-11-28 03:16:47 +08:00
libsyntax_ext limit packed copy-out to non-generic Copy structs 2017-11-26 16:12:43 +02:00
libsyntax_pos fix #[derive] implementation for repr(packed) structs 2017-11-26 16:12:43 +02:00
libterm
libtest std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
libunwind make OpenBSD to use libc++ instead of (e)stdc++ 2017-11-26 10:08:25 +01:00
llvm@6d08185a5c wasm: Update LLVM to fix a test 2017-11-30 05:39:57 -08:00
rt
rtstartup auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
rustc std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
rustllvm [rustllvm] Use report_fatal_error over llvm_unreachable 2017-11-20 17:47:29 +01:00
test wasm: Update LLVM to fix a test 2017-11-30 05:39:57 -08:00
tools Update Rustfmt again 2017-11-29 20:34:06 +13:00
Cargo.lock Update Rustfmt again 2017-11-29 20:34:06 +13:00
Cargo.toml Update RLS and Rustfmt 2017-11-29 19:15:46 +13:00
stage0.txt Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00