]> git.lizzy.rs Git - rust.git/history - scripts
Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
[rust.git] / scripts /
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-07 bjorn3Use the new component dependency option of the rust...
2021-03-06 bjorn3Use --print file-names instead of a match on uname
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-03-01 bjorn3Fix bootstrap test script
2021-02-21 bjorn3Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Don't build alloc_system as part of the sysroot
2021-02-21 bjorn3Merge pull request #1140 from bjorn3/no_more_oldbe
2021-02-18 bjorn3Use real atomic instructions instead of a global lock
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-09 bjorn3Sync from rust f4008fe94935d05ffb3a48fc5b7149070bb45550
2021-02-02 bjorn3Fix rustc bootstrap test
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
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-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-30 bjorn3Merge pull request #1132 from Uriopass/master
2021-01-30 Paris DOUADYdont set rustflags when no specific linker needed
2021-01-21 bjorn3Fix indirectly linking to libstd.so with the JIT
2021-01-06 bjorn3Disable timings by default for cargo.sh
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Add documentation
2020-12-25 bjorn3Implement lazy compilation in JIT mode
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Revert "Use the new component dependency option of...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-27 bjorn3Use the new component dependency option of the rust...
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-13 bjorn3Remove unnecessary paths from LD_LIBRARY_PATH
2020-11-13 bjorn3Use rpath to compile the cg_clif executable
2020-11-13 bjorn3Sync from rust f2a11a25378293e41cfcb00dbf67c524ffd79b39
2020-11-09 Dylan DPCRollup merge of #78674 - tmiasko:inline-substs-for...
2020-11-08 bjorn3Better build dir layout
2020-11-07 bjorn3Sync from rust 0256d065d4901b63def6c04013da4f781d0752bb
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-06 bjorn3Don't overwrite RUSTFLAGS for cargo.sh
2020-11-06 bjorn3Add rustup pull command
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-06 Daiki Iharafix shellcheck error of SC2068
2020-11-06 Daiki Iharafix shellcheck error of SC2148
2020-11-05 bjorn3Merge pull request #1109 from jakobhellermann/shellcheck
2020-11-05 Jakob Hellermannmake requested PR changes
2020-11-04 Jakob Hellermannmanually fix some shellcheck warnings
2020-11-04 Jakob Hellermannrun 'shellcheck -f diff $(fd --extension sh) | git...
2020-11-03 bjorn3Remove unnecessary -Ztrim-diagnostic-paths=no
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-02 bjorn3Merge pull request #1105 from bjorn3/test_rustc_bootstr...
2020-11-02 bjorn3Test bootstrapping of rustc using cg_clif
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Refactor the build system
2020-11-01 bjorn3Split the actual tests out into scripts/tests.sh
2020-10-05 bjorn3Install rustfmt by default when doing a rustup
2020-09-30 bjorn3Prevent usage of sccache
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 bjorn3Fix panic
2020-09-29 bjorn3Rustup to rustc 1.48.0-nightly (fc2daaae6 2020-09-28)
2020-09-23 bjorn3Small change to test script
2020-09-16 bjorn3Reorganize scripts