about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Collapse)AuthorLines
2022-03-25Fix NaN handling of simd float min and max operationsbjorn3-1/+4
2022-03-25Fix saturating float casts testbjorn3-1/+0
Fixes #737
2022-03-22Update list of ignored rustc testsbjorn3-8/+5
2022-03-20Run part of the simd test suitebjorn3-1/+14
2022-03-20Ignore rustc tests with needs-unwind directivebjorn3-25/+5
2022-03-20Move test and clarify problem of some other testsbjorn3-1/+4
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-18Reorganize test listbjorn3-31/+54
2022-03-18Run tests with warningsbjorn3-1/+3
2022-03-18Re-enable fixed testsbjorn3-7/+1
2022-03-17Fix and re-enable some rustc testsbjorn3-8/+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-13Update list of ignores rustc testsbjorn3-0/+5
2022-03-13Add and remove some fixmesbjorn3-1/+0
2022-03-08Fix compiletest compilationbjorn3-0/+15
2022-02-20Update ignored rustc tests listbjorn3-0/+2
2022-02-06Don't try to reinstall ripgrep if it is already installedbjorn3-1/+1
2022-01-18Update rustc test ignore listbjorn3-0/+1
2021-12-30Rename cargo executable to cargo-clifbjorn3-18/+18
This allows executing it like cargo clif build if you add it to your PATH. It also fixes infinite recursion on Windows when invoking it as Windows includes the current directory in PATH by default. Fixes #971
2021-12-26Run incremental rustc tests and update broken test listbjorn3-6/+10
2021-12-26Test rustc tests with unstable features disabledbjorn3-1/+1
2021-12-20Fix taking address of truly unsized type field of unsized adtbjorn3-0/+4
2021-12-16Rustc tests: ignore a couple more rustdoc testsbjorn3-1/+1
2021-12-16Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)bjorn3-1/+1
2021-12-07Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87bjorn3-2/+2
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-2/+2
2021-11-26Fix rustc testsbjorn3-7/+14
2021-10-27Disable rustc test requiring rustdocbjorn3-0/+1
2021-10-17Disable a failing testbjorn3-0/+2
2021-09-30Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rsCamille Gillot-1/+1
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-1/+1
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into ↵bjorn3-3/+3
sync_cg_clif-2021-09-19
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-2/+2
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into ↵bjorn3-9/+25
sync_cg_clif-2021-08-06
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵bjorn3-66/+107
sync_cg_clif-2021-07-07
2021-05-27Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵bjorn3-14/+4
sync_cg_clif-2021-05-27
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-3/+8
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵bjorn3-87/+193
sync_cg_clif-2021-03-29
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵bjorn3-23/+36
sync_cg_clif-2021-03-05
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵bjorn3-28/+31
sync_cg_clif-2021-02-01
2020-12-27Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵bjorn3-4/+12
sync_cg_clif-2020-12-27
2020-11-27Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into ↵bjorn3-42/+59
sync_cg_clif-2020-11-27
2020-11-06fix shellcheck error of SC2068Daiki Ihara-2/+2
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵bjorn3-6/+219
update_cg_clif-2020-11-01
2020-10-05Install rustfmt by default when doing a rustupbjorn3-0/+1
2020-09-30Prevent usage of sccachebjorn3-0/+7
It doesn't detect cg_clif as a rust compiler Fixes #1091
2020-09-29Replace CG_CLIF_JIT with --jitbjorn3-1/+1
2020-09-29Add custom driverbjorn3-3/+6
2020-09-29Fix panicbjorn3-1/+1
2020-09-29Rustup to rustc 1.48.0-nightly (fc2daaae6 2020-09-28)bjorn3-2/+0