about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-04-29Ignore new failing rustc testbjorn3-1/+2
2021-04-16Disable new testbjorn3-0/+1
2021-04-16Fix rustc tests by updating compiler-builtins dep to 0.1.40bjorn3-1/+1
2021-04-14Don't deduplicate anonymous allocationsbjorn3-0/+1
2021-04-07Centralize all configuration into config.rsbjorn3-1/+1
2021-04-06Fixup previous commitbjorn3-1/+1
2021-04-06Fix rustc test suite by ignoring rustdoc testbjorn3-0/+2
2021-03-31Revert "Build with `-Cpanic=unwind` by default"bjorn3-2/+2
2021-03-31Build with `-Cpanic=unwind` by defaultbjorn3-2/+2
2021-03-18Fix rustc test suitebjorn3-0/+1
2021-03-15Run the rustc test suite on CIbjorn3-0/+86
2021-03-15Split rust fork setup out of test_bootstrap.shbjorn3-61/+69
2021-03-07Use the new component dependency option of the rust-toolchain file (take 2)bjorn3-2/+2
2021-03-06Use --print file-names instead of a match on unamebjorn3-11/+3
2021-03-05Build all tests when cross-compilingbjorn3-13/+32
2021-03-01Fix bootstrap test scriptbjorn3-2/+2
2021-02-21Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)bjorn3-2/+2
2021-02-21Don't build alloc_system as part of the sysrootbjorn3-0/+3
2021-02-18Use real atomic instructions instead of a global lockbjorn3-1/+1
2021-02-14Recognize FreeBSD as OSbjorn3-1/+1
2021-02-14Use #!/usr/bin/env bashbjorn3-4/+4
2021-02-02Fix rustc bootstrap testbjorn3-15/+25
2021-01-31Move some env var definitions around to fix cross-compilationbjorn3-1/+2
2021-01-31Split config.sh and add support for copying the mingw runtime objectsbjorn3-28/+27
2021-01-30dont set rustflags when no specific linker neededParis DOUADY-1/+5
2021-01-21Fix indirectly linking to libstd.so with the JITbjorn3-1/+1
2021-01-06Disable timings by default for cargo.shbjorn3-1/+0
2020-12-25Add documentationbjorn3-0/+2
2020-12-25Implement lazy compilation in JIT modebjorn3-0/+6
2020-12-25Change the way JIT mode is selectedbjorn3-4/+4
2020-11-27Revert "Use the new component dependency option of the rust-toolchain file"bjorn3-2/+2
2020-11-27Use the new component dependency option of the rust-toolchain filebjorn3-2/+2
2020-11-13Remove unnecessary paths from LD_LIBRARY_PATHbjorn3-1/+1
2020-11-13Use rpath to compile the cg_clif executablebjorn3-1/+1
2020-11-08Better build dir layoutbjorn3-4/+4
2020-11-07Sync from rust 0256d065d4901b63def6c04013da4f781d0752bbbjorn3-0/+2
2020-11-06Don't overwrite RUSTFLAGS for cargo.shbjorn3-1/+1
2020-11-06Add rustup pull commandbjorn3-7/+23
2020-11-06fix shellcheck error of SC2068Daiki Ihara-2/+2
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-11-05make requested PR changesJakob Hellermann-4/+1
2020-11-04manually fix some shellcheck warningsJakob Hellermann-5/+8
2020-11-04run 'shellcheck -f diff $(fd --extension sh) | git apply'Jakob Hellermann-29/+29
2020-11-03Remove unnecessary -Ztrim-diagnostic-paths=nobjorn3-1/+1
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-6/+219
2020-11-02Test bootstrapping of rustc using cg_clifbjorn3-0/+65
2020-11-02Refactor the build systembjorn3-27/+73
2020-11-01Split the actual tests out into scripts/tests.shbjorn3-0/+102
2020-10-05Install rustfmt by default when doing a rustupbjorn3-0/+1
2020-09-30Prevent usage of sccachebjorn3-0/+7