]> git.lizzy.rs Git - rust.git/history - build.sh
Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
[rust.git] / build.sh
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Use rpath to compile the cg_clif executable
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-12 bjorn3Merge pull request #1111 from jakobhellermann/hardlinks...
2020-11-12 Jakob Hellermannuse hardlinks instead of copying files
2020-11-08 bjorn3Better build dir layout
2020-11-07 bjorn3Sync from rust 0256d065d4901b63def6c04013da4f781d0752bb
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-05 bjorn3Merge pull request #1109 from jakobhellermann/shellcheck
2020-11-04 Jakob Hellermannrun 'shellcheck -f diff $(fd --extension sh) | git...
2020-11-04 bjorn3Merge pull request #1108 from jyn514/cargo-target-dir
2020-11-04 Joshua NelsonFix compiling with CARGO_TARGET_DIR
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
2018-12-03 bjorn3Restructure scripts and add flamegraph generator
2018-11-16 bjorn3Benchmark compilations speed
2018-11-16 bjorn3Set cranelift opt_level based on -Copt-level
2018-11-11 bjorn3Merge pull request #144 from bjorn3/wip_linker
2018-11-11 bjorn3Disable alloc_example and compile mod_bench_inline...
2018-11-11 bjorn3Call linker from cg_clif
2018-11-05 bjorn3Add some benchmarks
2018-11-03 bjorn3Misc changes
2018-11-02 bjorn3Misc build.sh changes
2018-10-23 bjorn3Enable codegen by default
2018-10-21 bjorn3Rustup to rustc 1.31.0-nightly (155510e37 2018-10-20...
2018-10-20 bjorn3Use `ranlib` instead of `ar x`
2018-10-10 bjorn3Some more changes
2018-10-10 bjorn3Some changes
2018-10-08 bjorn3Mention xargo in Readme.md and fix travis
2018-10-08 bjorn3Add xargo example
2018-09-22 bjorn3Rename examples directory to example to prevent rls...
2018-09-09 bjorn3Fix jit
2018-09-03 bjorn3Fix build.sh
2018-09-02 bjorn3Improve build.sh
2018-08-30 bjorn3Merge branch 'wip_unsized_types'
2018-08-30 bjorn3Don't grep away parts of log
2018-08-17 bjorn3Codegen entry wrapper (fixes #13)
2018-08-15 bjorn3Reduce verbosity of output
2018-08-15 bjorn3Change build.sh
2018-08-15 bjorn3Disable some example which don't compile yet
2018-08-14 bjorn3Support emitting object files (fixes #5)
2018-08-14 bjorn3Codegen minicore
2018-08-13 bjorn3Change build.sh a bit
2018-08-13 bjorn3Fix and test checked binops
2018-08-12 bjorn3Implement basic incremental compilation
2018-08-11 bjorn3Make the hello world example runnable
2018-08-10 bjorn3Add #!/bin/bash to build.sh
2018-08-09 bjorn3Color libcore build output
2018-08-09 bjorn3Add a log for unimplemented stuff
2018-08-09 bjorn3Crash on some less code and fix a bug in discriminant...
2018-08-09 bjorn3Improve build.sh
2018-08-08 bjorn3Use correct dylib extension for local os
2018-08-08 bjorn3Make sure build.sh exits with non-zero error code on...
2018-08-08 bjorn3Don't crash on checked binops (treated like unchecked...
2018-07-30 bjorn3Add support for calling C abi functions
2018-07-26 bjorn3Add closure support (fixes #2)
2018-07-24 bjorn3Add support for metadata loading
2018-07-19 bjorn3Better libcore building instructions and rustup
2018-07-18 bjorn3Add instructions to build libcore
2018-07-15 bjorn3Add cranelift submodule
2018-07-14 bjorn3Update to cranelift 0.14
2018-06-27 bjorn3Implement all binops for integers
2018-06-26 bjorn3Store TyLayout inside CValue and CPlace
2018-06-17 bjorn3Use verifier, perform assignment and field projection...
2018-06-17 bjorn3Initial commit