]> git.lizzy.rs Git - rust.git/history - test.sh
Force the allocator to be looked up from the perspective of the rustc binary
[rust.git] / test.sh
2022-12-21 borsAuto merge of #105613 - Nilstrieb:rename-assert_uninit_...
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-13 bjorn3Sync from rust ed620cf9690fdafed65845bf35c455db992fbba1
2022-12-11 bjorn3Sync from rust b3ddfeb5a88352aa6d157f722976937da7b97307
2022-12-04 bjorn3Sync from rust fd02567705326884ddb94535d2ab230a9595dc2a
2022-12-01 bjorn3Merge pull request #1302 from bjorn3/build_system_rework4
2022-12-01 bjorn3Allow specifying where build artifacts should be written to
2022-08-28 borsAuto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
2022-08-27 borsAuto merge of #100999 - nnethercote:shrink-FnAbi, r...
2022-08-24 bjorn3Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193...
2022-08-24 bjorn3Sync from rust 4a24f08ba43166cfee86d868b3fe8612aec6faca
2022-08-15 bjorn3Sync from rust 6ce76091c7cef21692a15dce1f0a4c415d245be4
2022-08-08 bjorn3Sync from rust f03ce30962cf1b2a5158667eabae8bf6e8d1cb03
2022-08-05 bjorn3Re-introduce test.sh as convenience wrapper around...
2022-07-31 bjorn3Merge pull request #1252 from afonso360/tests-rs
2022-07-30 Afonso BordadoMove test.sh to y.rs test
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-20 bjorn3Merge pull request #1180 from bjorn3/rust_build_system
2021-06-19 bjorn3Rewrite build.sh in rust
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-14 bjorn3Merge pull request #1138 from bjorn3/cirrus_ci
2021-02-14 bjorn3Use #!/usr/bin/env bash
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 bjorn3Add option to build using the sysroot of rustc
2021-01-31 bjorn3Move some env var definitions around to fix cross-compi...
2021-01-31 bjorn3Split config.sh and add support for copying the mingw...
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-06 bjorn3Disable timings by default for cargo.sh
2020-11-09 Dylan DPCRollup merge of #78674 - tmiasko:inline-substs-for...
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-06 Daiki Iharafix shellcheck error of SC2068
2020-11-05 bjorn3Merge pull request #1109 from jakobhellermann/shellcheck
2020-11-04 Jakob Hellermannmanually fix some shellcheck warnings
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Refactor the build system
2020-11-01 bjorn3Make it easier to use build_sysroot.sh
2020-11-01 bjorn3Split the actual tests out into scripts/tests.sh
2020-10-15 bjorn3Output clif ir to output dir instead of hardcoded path
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-29 bjorn3Add custom driver
2020-09-29 bjorn3Enable incr comp for release mode in Cargo.toml
2020-09-23 bjorn3Small change to test script
2020-09-18 bjorn3Don't benchmark mod_bench anymore
2020-09-16 bjorn3Reorganize scripts
2020-08-19 bjorn3Don't disable incremental cache for cargo.sh
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Fix ppv-lite86 with simd enabled
2020-07-30 bjorn3Fix test path
2020-07-17 bjorn3Merge pull request #1068 from bjorn3/support_proc_macros
2020-07-17 bjorn3Pass ByRef values at fixed stack offset for extern "C"
2020-06-20 bjorn3Implement #[link_section]
2020-06-13 bjorn3Compile sysroot in release mode by default
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Use qemu to run tests for AArch64 when using a differen...
2020-03-12 bjorn3Better use of env vars
2020-03-07 bjorn3Don't run dsymutil on librustc_codegen_cranelift on...
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-02-22 bjorn3Fix JIT on macOS
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-11 bjorn3Fix PlaceElem::Subslice length computation
2020-01-10 bjorn3Remove faerie support
2020-01-04 bjorn3Merge pull request #853 from bjorn3/opt_stack2reg
2020-01-03 bjorn3Enable incr comp in release mode
2019-12-31 bjorn3Revert some changes
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-17 bjorn3Third try to fix CI
2019-12-17 bjorn3Really fix CI
2019-12-16 bjorn3Fix testing when lldb is not installed
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Rustup
2019-12-16 bjorn3Change test script
2019-12-16 bjorn3Add debuginfo test
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-11-24 bjorn3Run libcore tests
2019-11-23 bjorn3Benchmark simple-raytracer compilation
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-19 bjorn3Fix travis ci config
2019-10-06 bjorn3Remove logfile support from unimpl.rs
2019-09-02 bjorn3Correctly align offset for dst field projections
2019-08-30 bjorn3Add ebobby/simple-raytracer as benchmark
2019-08-19 bjorn3Fix cross crate static duplicate codegen
2019-08-18 bjorn3Don't run jit tests on macOS
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-10 bjorn3Add libstd.so to sysroot
2019-08-10 bjorn3[WIP] Implement dylib loading for the JIT
2019-08-10 bjorn3Improve ci times
next