rust/scripts
bjorn3 98ddd69aae Add wrappers to dist/bin/ too in addition to dist/
Rust's build system since recently expects rustc to be in a bin/
directory if it is specified using the rustc option in config.toml.
2023-02-19 15:28:01 +00:00
..
cargo-clif.rs Add wrappers to dist/bin/ too in addition to dist/ 2023-02-19 15:28:01 +00:00
filter_profile.rs Merge commit '2bb3996244' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
Readme.md Reorganize scripts 2020-09-16 16:46:02 +02:00
rustc-clif.rs Add wrappers to dist/bin/ too in addition to dist/ 2023-02-19 15:28:01 +00:00
rustdoc-clif.rs Add wrappers to dist/bin/ too in addition to dist/ 2023-02-19 15:28:01 +00:00
rustup.sh Support updating to specific dates in rustup.sh 2023-02-17 18:55:51 +01:00
setup_rust_fork.sh Add wrappers to dist/bin/ too in addition to dist/ 2023-02-19 15:28:01 +00:00
test_bootstrap.sh Merge commit '0969bc6dde' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
test_rustc_tests.sh Fix rustc test suite 2023-01-31 17:39:19 +00: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.