rust/scripts
Igor kehrazy 0e9595e648 Support -Zembed-source in debuginfo
- honour the session DWARF version, enabling v5 when embed-source is requested and plumb the flag through the debug context
  - attach embedded source bytes to line table FileInfo records alongside existing MD5 hashes
  - stop excluding rustc’s embed-source-dwarf run-make test so CG_CLIF exercises the feature
2025-09-22 20:11:49 +03:00
..
abi-cafe-rules.toml Merge commit '8c848e0604' into sync_cg_clif-2025-06-24 2025-06-24 11:32:02 +00:00
cargo-clif.rs Put unwinding support behind a cargo feature 2025-06-30 08:08:15 +00:00
filter_profile.rs Merge commit 'ba315abda7' into sync_cg_clif-2025-03-30 2025-03-30 15:43:48 +00:00
Readme.md Reorganize scripts 2020-09-16 16:46:02 +02:00
rustc-clif.rs Put unwinding support behind a cargo feature 2025-06-30 08:08:15 +00:00
rustdoc-clif.rs Put unwinding support behind a cargo feature 2025-06-30 08:08:15 +00:00
rustup.sh Rename the default branch to main 2025-09-02 17:23:07 +00:00
setup_rust_fork.sh Fix rustc test suite 2025-08-13 13:46:55 +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 Support -Zembed-source in debuginfo 2025-09-22 20:11:49 +03: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.