rust/scripts
bjorn3 0e8e9b3887 Put rustc_codegen_cranelift.dll in bin rather than lib on Windows
rustc-clif has long been changed from a custom driver linking against
cg_clif to a wrapper around rustc which passes -Zcodegen-backend.
2025-01-09 10:26:50 +00:00
..
cargo-clif.rs Put rustc_codegen_cranelift.dll in bin rather than lib on Windows 2025-01-09 10:26:50 +00:00
filter_profile.rs Merge commit 'fbda869b4e' into sync_cg_clif-2024-04-05 2024-04-05 16:20:23 +00:00
Readme.md Reorganize scripts 2020-09-16 16:46:02 +02:00
rustc-clif.rs Put rustc_codegen_cranelift.dll in bin rather than lib on Windows 2025-01-09 10:26:50 +00:00
rustdoc-clif.rs Put rustc_codegen_cranelift.dll in bin rather than lib on Windows 2025-01-09 10:26:50 +00:00
rustup.sh Merge commit 'def04540a4' into sync_cg_clif-2023-11-16 2023-11-16 21:15:07 +00:00
setup_rust_fork.sh Fix rustc test suite 2024-11-21 11:42:39 +00:00
test_bootstrap.sh Fix rustc test suite 2024-11-12 19:11:47 +00:00
test_rustc_tests.sh Fix rustc test suite 2025-01-05 15:28:26 +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.