]> git.lizzy.rs Git - rust.git/history - build.sh
Fix even more URLs
[rust.git] / build.sh
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
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