about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-06-19Rewrite prepare.sh in rustbjorn3-1/+1
2021-06-19Rewrite build.sh in rustbjorn3-1/+1
2021-06-17Update rust patch for compiler_builtins updatebjorn3-1/+1
2021-06-10Use -Cprefer-dynamic for all crates in jit modebjorn3-2/+2
2021-06-10Add missing cargo clean when cross-compilingbjorn3-0/+1
2021-06-08Ignore unsupported testbjorn3-0/+1
2021-05-24Update rustc bootstrap patchbjorn3-2/+3
2021-05-04Force deprecation warning that was promoted to an error back to a warningbjorn3-0/+1
2021-05-04Update rust bootstrap patchesbjorn3-13/+1
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