rust/scripts
bjorn3 5d03df9431 Remove support for the lazy jit mode
I might re-implement it in the future, but would probably do so by
replacing cranelift-jit. cranelift-jit's api doesn't quite work well for
lazy jitting. And even so it adds complexity to cranelift-jit and breaks
cranelift-jit outside of x86_64.
2025-03-05 15:37:10 +00:00
..
cargo-clif.rs Remove support for the lazy jit mode 2025-03-05 15:37:10 +00:00
filter_profile.rs Refactor the cli of cg_clif 2025-03-05 15:12:57 +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 Merge commit '57845a397e' into sync_cg_clif-2024-12-06 2024-12-06 12:10:30 +00:00
test_bootstrap.sh Merge commit '57845a397e' into sync_cg_clif-2024-12-06 2024-12-06 12:10:30 +00:00
test_rustc_tests.sh Fix rustc test suite 2025-02-24 14:53:41 +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.