]> git.lizzy.rs Git - rust.git/history - test.sh
Remove byteorder dependency
[rust.git] / test.sh
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
2019-08-09 bjorn3Merge pull request #660 from bjorn3/libtest
2019-08-09 bjorn3Enable regex tests
2019-08-09 bjorn3Libtest support
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-30 bjorn3Misc changes
2019-07-30 bjorn3Test rust-lang/regex example shootout-regex-dna
2019-07-26 bjorn3Remove unnecessary changes
2019-07-26 bjorn3[WIP]
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3Cleanup
2019-06-11 bjorn3Fix it
2019-06-11 bjorn3[WIP]
2019-06-11 bjorn3[DEBUG] Add objdump invocation
2019-06-11 bjorn3Read and write dylib metadata
2019-04-10 bjorn3Pass --sysroot in config.sh to prevent passing it
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-12 bjorn3Merge pull request #339 from bjorn3/fix_libstd
2019-02-11 bjorn3Fix and enable libstd building
2019-02-11 bjorn3Cleanup config.sh
2019-02-11 bjorn3Fix alloc_example
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Implement line debuginfo
2018-12-28 bjorn3Misc build changes
2018-12-15 bjorn3Stop using xargo for building the sysroot
2018-12-03 bjorn3Restructure scripts and add flamegraph generator