rust/compiler/rustc_codegen_cranelift/scripts
2023-12-31 13:29:53 +00:00
..
cargo-clif.rs
filter_profile.rs
Readme.md
rustc-clif.rs Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:14:09 -08:00
rustdoc-clif.rs Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:14:09 -08:00
rustup.sh
setup_rust_fork.sh Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-2023-12-31 2023-12-31 13:29:53 +00:00
test_bootstrap.sh
test_rustc_tests.sh Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-2023-12-24 2023-12-24 14:35: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.