about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-07-18Update for changes to the rustc test suitebjorn3-1/+5
2022-07-03Update for changes to the rustc test suitebjorn3-0/+4
2022-06-23Update for changes to the rustc test suitebjorn3-1/+2
2022-06-09Fix running rustc testsbjorn3-3/+5
2022-05-09Only enable JIT tests on x86_64Karl Meakin-1/+10
2022-05-01Fix jit mode with cargo-clif wrapperbjorn3-2/+2
2022-04-30Fix #[track_caller] with MIR inliningbjorn3-2/+0
2022-04-29Use -Zcodegen-backend instead of a rustc replacement in cargo-clifbjorn3-30/+47
2022-04-29Inline ext_config.shbjorn3-33/+28
2022-04-27Minor changes to tests.shbjorn3-5/+5
2022-04-27Fix running the rustc test suitebjorn3-15/+1
2022-04-14Don't assume /bin/bash is available on every system. (#1223)MikaelUrankar-3/+3
2022-04-05Ignore broken rustc testbjorn3-0/+2
2022-04-05Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271bjorn3-1/+1
2022-03-30Spellchecking compiler codeYuri Astrakhan-1/+1
2022-03-25Fix NaN handling of simd float min and max operationsbjorn3-1/+4
2022-03-25Fix saturating float casts testbjorn3-1/+0
2022-03-22Update list of ignored rustc testsbjorn3-8/+5
2022-03-20Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn3-71/+104
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
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
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-23Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...bjorn3-1/+4
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-30Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...bjorn3-25/+29
2021-12-30Rename cargo executable to cargo-clifbjorn3-18/+18
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-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-6/+20
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
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-1/+1
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-3/+3