rust/src
Alex Crichton 3e26e56a79 rustc_trans: Disable landing pads on 32-bit MSVC
This is currently quite buggy in LLVM from what I can tell, so just disable it
entirely. This commit also adds preliminary support, however, to actually
target 32-bit MSVC by making sure the `rust_try_msvc_32.ll` file exists and
wiring up exceptions to `_except_handler3` instead of `__C_specific_handler`
(which doesn't exist on 32-bit).
2015-07-02 10:45:13 -07:00
..
compiler-rt@58ab642c30
compiletest
doc Rollup merge of #26580 - adamheins:master, r=steveklabnik 2015-06-30 15:37:44 -04:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc
libarena
libbacktrace
libcollections Rollup merge of #26678 - bluss:doc-fmt, r=steveklabnik 2015-06-30 15:37:45 -04:00
libcollectionstest Auto merge of #26327 - bluss:two-way, r=aturon 2015-06-30 18:09:51 +00:00
libcore Auto merge of #26698 - alexcrichton:char-fmt, r=huonw 2015-07-01 03:35:46 +00:00
libcoretest std: Fix formatting flags for chars 2015-06-30 19:26:03 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc
liblog
librand Auto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik 2015-07-01 13:39:57 +00:00
librbml
librustc Auto merge of #26686 - arielb1:associated-type-defaults-actually-work, r=eddyb 2015-06-30 21:39:46 +00:00
librustc_back
librustc_bitflags
librustc_borrowck
librustc_data_structures
librustc_driver
librustc_lint Auto merge of #26663 - Eljay:fix-repr-attribute, r=sanxiyn 2015-06-30 20:07:18 +00:00
librustc_llvm
librustc_privacy
librustc_resolve
librustc_trans rustc_trans: Disable landing pads on 32-bit MSVC 2015-07-02 10:45:13 -07:00
librustc_typeck Rollup merge of #26651 - GuillaumeGomez:patch-2, r=Manishearth 2015-06-30 15:37:45 -04:00
librustc_unicode
librustdoc
libserialize
libstd windows: Don't link rust_builtin 2015-07-02 10:44:40 -07:00
libsyntax Auto merge of #26540 - oli-obk:issue11715, r=nrc 2015-07-01 08:49:17 +00:00
libterm
libtest windows: Don't link rust_builtin 2015-07-02 10:44:40 -07:00
llvm@8cbcdf1b72
rt rustc_trans: Disable landing pads on 32-bit MSVC 2015-07-02 10:45:13 -07:00
rust-installer@8e4f8ea581
rustbook
rustllvm
test msvc: Fix the link name for the lgamma 2015-07-01 09:35:55 -07:00
snapshots.txt