rust/src/etc
Alex Crichton 27dd6dd3db Tweak Travis to use GCE
Travis CI has new infrastructure using the Google Compute Engine which has both
faster CPUs and more memory, and we've been encouraged to switch as it should
help our build times! The only downside currently, however, is that IPv6 is
disabled, causing a number of standard library tests to fail.

Consequently this commit tweaks our travis config in a few ways:

* ccache is disabled as it's not working on GCE just yet
* Docker is used to run tests inside which reportedly will get IPv6 working
* A system LLVM installation is used instead of building LLVM itself. This is
  primarily done to reduce build times, but we want automation for this sort of
  behavior anyway and we can extend this in the future with building from source
  as well if needed.
* gcc-specific logic is removed as the docker image for Ubuntu gives us a
  recent-enough gcc by default.
2015-09-29 16:56:35 -07:00
..
mingw-fix-include
platform-intrinsics Add a comment to explain the #[inline(never)] annotation 2015-09-12 17:05:29 +02:00
test-float-parse Add optional, external tests for floating point parsing. 2015-08-09 14:17:39 +02:00
third-party
adb_run_wrapper.sh
add-authors.sh Add src/etc/add-authors.sh script for managing the AUTHORS.txt file 2015-06-17 16:32:01 -07:00
apple-darwin.supp
check-binaries.py
check-sanitycheck.py Fix platform detection 2015-06-01 20:50:35 +03:00
check-summary.py etc: py3 compat for check-summary.py 2015-05-24 05:12:40 -07:00
cmathconsts.c
CONFIGS.md
ctags.rust Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
debugger_pretty_printers_common.py fix pretty printers to handle new Vec 2015-07-17 10:43:58 -07:00
dec2flt_table.py Script for generating the powers-of-ten tables necessary for correct and 2015-08-08 17:15:25 +02:00
Dockerfile Tweak Travis to use GCE 2015-09-29 16:56:35 -07:00
errorck.py Add comments. 2015-07-12 21:19:19 -05:00
featureck.py Allow tracking issues for lang features. 2015-09-08 11:01:42 +10:00
gdb_load_rust_pretty_printers.py
gdb_rust_pretty_printing.py debuginfo: Create common debugger pretty printer module. 2015-05-30 20:06:08 +02:00
generate-deriving-span-tests.py
generate-keyword-tests.py
get-snapshot.py
htmldocck.py
indenter
latest-unix-snaps.py
libc.c
licenseck.py
lldb_batchmode.py
lldb_rust_formatters.py debuginfo: Create common debugger pretty printer module. 2015-05-30 20:06:08 +02:00
local_stage0.sh
make-snapshot.py
make-win-dist.py Fix #26803 2015-08-11 23:20:19 -07:00
maketest.py rmake: Get all tests passing on MSVC 2015-09-17 08:40:33 -07:00
mirror-all-snapshots.py
mklldef.py mk: Generate a .def file for rustc_llvm on MSVC 2015-05-19 10:53:07 -07:00
mklldeps.py add support for non-standard name of stdc++ library 2015-09-18 18:03:59 +02:00
regex-match-tests.py
rust-gdb
rust-lldb
snapshot.py Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
sugarise-doc-comments.py
tidy.py etc: py3 compat for tidy.py 2015-05-24 05:42:10 -07:00
unicode.py Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
x86.supp
ziggurat_tables.py