rust/scripts
2021-03-05 21:32:49 +01:00
..
cargo.sh Use #!/usr/bin/env bash 2021-02-14 18:12:51 +01:00
config.sh Use real atomic instructions instead of a global lock 2021-02-18 18:14:21 +01:00
ext_config.sh Move some env var definitions around to fix cross-compilation 2021-01-31 14:56:10 +01:00
filter_profile.rs Change the way JIT mode is selected 2020-12-25 11:31:33 +01:00
Readme.md
rustup.sh Use #!/usr/bin/env bash 2021-02-14 18:12:51 +01:00
test_bootstrap.sh Fix bootstrap test script 2021-03-01 12:34:49 +01:00
tests.sh Build all tests when cross-compiling 2021-03-05 21:32:49 +01:00

This directory is for scripts that are either never directly invoked or are not used very often. Scripts that are frequently used should be kept at the project root.