about summary refs log tree commit diff
path: root/scripts/setup_rust_fork.sh
AgeCommit message (Collapse)AuthorLines
2022-03-19Codegen 128bit atomic loads and stores for compiler builtins as trapbjorn3-12/+0
128bit atomics are unstable and only enabled on AArch64 and x86_64 macOS. Cranelift doesn't support 128bit atomics yet.
2022-03-17Fix and re-enable some rustc testsbjorn3-0/+19
* Set `config.opts.trimmed_def_paths` to `GoodPath` to trim def paths in error messages as expected by the rustc test suite * Fix `$SRC_DIR` normalization for out of tree compiled standard library
2022-03-08Fix compiletest compilationbjorn3-0/+15
2021-12-26Test rustc tests with unstable features disabledbjorn3-1/+1
2021-12-16Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)bjorn3-1/+1
2021-11-26Fix rustc testsbjorn3-1/+2
2021-07-26Update compiler_builtins version in setup_rust_fork.shbjorn3-1/+1
2021-06-20Rewrite cargo.sh in rustbjorn3-1/+1
2021-06-19Rewrite build.sh in rustbjorn3-1/+1
This makes it easier to compile cg_clif on systems that don't support bash shell scripts like Windows
2021-06-17Update rust patch for compiler_builtins updatebjorn3-1/+1
2021-05-24Update rustc bootstrap patchbjorn3-2/+3
2021-05-04Update rust bootstrap patchesbjorn3-13/+1
2021-04-16Fix rustc tests by updating compiler-builtins dep to 0.1.40bjorn3-1/+1
2021-03-15Split rust fork setup out of test_bootstrap.shbjorn3-0/+68