rust/src/librustc_back
Alex Crichton bbef8893f7 rollup merge of #27676: alexcrichton/msvc-unwind
This commit leverages the runtime support for DWARF exception info added
in #27210 to enable unwinding by default on 64-bit MSVC. This also additionally
adds a few minor fixes here and there in the test harness and such to get
`make check` entirely passing on 64-bit MSVC:

* The invocation of `maketest.py` now works with spaces/quotes in CC
* debuginfo tests are disabled on MSVC
* A link error for librustc was hacked around (see #27438)
2015-08-11 22:42:21 -07:00
..
target rollup merge of #27676: alexcrichton/msvc-unwind 2015-08-11 22:42:21 -07:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs Use https URLs to refer to rust-lang.org where appropriate. 2015-08-09 14:28:46 -07:00
rpath.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
sha2.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
svh.rs remove get_ident and get_name, make as_str sound 2015-07-28 18:07:20 +02:00
tempdir.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00