]> git.lizzy.rs Git - rust.git/history - build.sh
Rustup to rustc 1.54.0-nightly (3e99439f4 2021-05-17)
[rust.git] / build.sh
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge pull request #1145 from bjorn3/mingw_support
2021-03-05 bjorn3Build all tests when cross-compiling
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-18 bjorn3Remove support for x86 oldBE
2021-02-14 bjorn3Merge pull request #1138 from bjorn3/cirrus_ci
2021-02-14 bjorn3Recognize FreeBSD as OS
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 bjorn3Fix macOS build
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-22 bjorn3Default to Cranelift newBE
2021-01-21 bjorn3Merge pull request #1127 from bjorn3/newbe
2021-01-21 bjorn3Add a feature flag to switch between oldbe and newbe
2021-01-21 bjorn3Fix indirectly linking to libstd.so with the JIT
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