about summary refs log tree commit diff
path: root/src/ci
AgeCommit message (Expand)AuthorLines
2018-03-22Handle redirects correctly.kennytm-2/+2
2018-03-22Download the GCC artifacts from the HTTP server instead of FTP server.kennytm-0/+34
2018-03-21Configure the dist-x86_64-linux builder to produce compiler documentationDavid Wood-1/+2
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-0/+2
2018-03-19Update submodules in parallelJohn Kåre Alsaker-43/+29
2018-03-18Add a CI job for parallel rustc using x.py checkJohn Kåre Alsaker-0/+8
2018-03-16ci: Run fewer tests on asmjsAlex Crichton-1/+6
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-1/+1
2018-03-16Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrumkennytm-1/+0
2018-03-10Print /proc/cpuinfo and /proc/meminfo before starting to build.kennytm-0/+8
2018-03-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-1/+0
2018-03-07appveyor: Shard more slow MSVC buildersAlex Crichton-1/+1
2018-03-04Auto merge of #48630 - alexcrichton:more-sccache, r=kennytmbors-0/+6
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-7/+6
2018-03-04Auto merge of #48600 - Mark-Simulacrum:rustbuild-updates-2, r=alexcrichtonbors-52/+27
2018-03-02Remove --host and --target arguments to configureMark Simulacrum-52/+27
2018-03-01rustbuild: Pass `ccache` to build scriptsAlex Crichton-0/+6
2018-02-24Run the external doc tests in tools job.kennytm-12/+27
2018-02-23Disallow toolstate regression at the last week of the 6-week cycle.kennytm-0/+49
2018-02-11Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichtonkennytm-1/+1
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-10Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrumkennytm-1/+2
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-1/+1
2018-02-09ci: Actually bootstrap on i686 distAlex Crichton-1/+2
2018-02-05Update clippy and miri submoduleOliver Schneider-1/+1
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-0/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-9/+17
2018-01-28Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichtonbors-46/+28
2018-01-27Remove musl/libunwind patch for i686Marco A L Barbosa-31/+0
2018-01-25Revert update of the i686-freebsd builderAlex Crichton-1/+1
2018-01-25Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakisAlex Crichton-2/+2
2018-01-24llvm6: Update FreeBSD images to Ubuntu 18.04Alex Crichton-2/+2
2018-01-24Remove workarounds for cc 1.0.3.Ed Schouten-13/+0
2018-01-23Build musl with -fPIC for all targetsMarco A L Barbosa-4/+5
2018-01-23Use libuwind 6.0 for all musl targetsMarco A L Barbosa-9/+1
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-11/+31
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-0/+6
2018-01-16Only enable CloudABI builds for x86-64 for now.Ed Schouten-12/+0
2018-01-16Integrate dist-cloudabi into dist-various-2.Ed Schouten-51/+40
2018-01-16Move dist-cloudabi/ into disabled/.Ed Schouten-0/+0
2018-01-16Add a Docker container for doing automated builds for CloudABI.Ed Schouten-0/+89
2018-01-13Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichtonkennytm-1/+1
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-8/+13
2018-01-08Update musl to 1.1.18Marco A L Barbosa-1/+1
2018-01-07Auto merge of #47157 - malbarbo:shared-build-musl, r=alexcrichtonbors-272/+144
2018-01-04Bump to 1.25.0Alex Crichton-0/+1
2018-01-03ci: use musl shared script in dist-i586-gnu-i686-muslMarco A L Barbosa-73/+41
2018-01-03ci: use musl shared script in dist-various-1 (for arm targets)Marco A L Barbosa-171/+66
2018-01-03ci: use musl shared script in dist-x86_64-muslMarco A L Barbosa-8/+17
2018-01-01Enable compiler docs testing in x86_64-gnuMalo Jaffré-1/+5