rust/src
Alex Crichton 247842b741 test: Fix some tests to run with musl
There were a few test cases to fix:

* Dynamic libraries are not supported with MUSL right now, so all of those
  related test which force or require dylibs are ignored.
* Looks like the default stack for MUSL is smaller than glibc, so a few stack
  allocations in benchmarks were boxed up (shouldn't have a perf impact).
* Some small linkage tweaks here and there
* Out-of-stack detection does not currently work with MUSL
2015-04-28 09:35:22 -07:00
..
compiler-rt@58ab642c30
compiletest compiletest: Add support for // ignore-musl 2015-04-27 10:11:15 -07:00
doc book: Fix broken link to unsafe chapter 2015-04-26 20:32:14 +02:00
driver Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
etc LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
grammar Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
jemalloc@e24a1a025a bumping again to get the updated configure 2015-03-05 12:38:35 +05:30
liballoc std: Prepare for linking to musl 2015-04-27 10:11:15 -07:00
libarena Doc: remove a "safety note" made obsolete by dropck for TypedArena 2015-04-10 18:30:52 +02:00
libbacktrace Reapply rust-specific changes to libbacktrace 2015-04-11 22:30:17 +10:00
libcollections Utilize while let instead of loop with break in doc-comment 2015-04-26 10:10:51 -04:00
libcollectionstest implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
libcore Auto merge of #24834 - shepmaster:default-atomic-ptr, r=alexcrichton 2015-04-27 12:45:38 +00:00
libcoretest Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
libflate test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
libfmt_macros Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
libgetopts implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
libgraphviz Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
liblibc std: Prepare for linking to musl 2015-04-27 10:11:15 -07:00
liblog Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
librand Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librbml std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
librustc rustc: Add target_env for triples by default 2015-04-27 09:22:05 -07:00
librustc_back rustc: Add support for linking arbitrary objects 2015-04-27 10:11:15 -07:00
librustc_bitflags Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
librustc_borrowck Rather than storing the relations between free-regions in a global 2015-04-18 11:35:51 -04:00
librustc_data_structures Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librustc_driver Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix 2015-04-24 21:07:41 +00:00
librustc_lint lint: explain the non-obvious need for a negative test 2015-04-20 23:11:58 +02:00
librustc_llvm rollup merge of #24635: tamird/llvm-3.5 2015-04-21 15:23:10 -07:00
librustc_privacy Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
librustc_resolve Change a few error messages to give code suggestions 2015-04-21 21:13:42 +12:00
librustc_trans rustc: Add support for linking arbitrary objects 2015-04-27 10:11:15 -07:00
librustc_typeck Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelix 2015-04-26 05:32:16 +00:00
librustc_unicode implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
librustdoc Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
libserialize rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
libstd std: Don't assume dlopen() works on yourself 2015-04-27 10:11:15 -07:00
libsyntax Interpolate AST nodes in quasiquote. 2015-04-25 21:42:10 -04:00
libterm Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
libtest rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
llvm@bff6907697 updating llvm submodule to include bitrig support 2015-03-05 12:38:34 +05:30
rt Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
rust-installer@e54d4823d2 Update rust-installer. Fixes problems with CDPATH 2015-04-22 14:49:01 -07:00
rustbook rustbook: Fixes display of navigation links in README.html. 2015-04-25 00:21:13 +02:00
rustllvm rollup merge of #24635: tamird/llvm-3.5 2015-04-21 15:23:10 -07:00
test test: Fix some tests to run with musl 2015-04-28 09:35:22 -07:00
snapshots.txt manually adding the last two bitrig snapshots 2015-04-01 13:47:09 -07:00