rust/scripts
bjorn3 ce577f7f12 Fix and re-enable some rustc tests
* Set `config.opts.trimmed_def_paths` to `GoodPath` to trim def paths in
  error messages as expected by the rustc test suite
* Fix `$SRC_DIR` normalization for out of tree compiled standard library
2022-03-17 20:59:39 +01:00
..
cargo-clif.rs Rename cargo executable to cargo-clif 2021-12-30 11:39:30 +01:00
config.sh Merge commit '3a31c6d827' into sync_cg_clif-2021-07-07 2021-07-07 11:14:20 +02:00
ext_config.sh Merge commit '3a31c6d827' into sync_cg_clif-2021-07-07 2021-07-07 11:14:20 +02:00
filter_profile.rs Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rs 2021-09-30 19:41:32 +02:00
Readme.md Reorganize scripts 2020-09-16 16:46:02 +02:00
rustup.sh Merge commit '3a31c6d827' into sync_cg_clif-2021-07-07 2021-07-07 11:14:20 +02:00
setup_rust_fork.sh Fix and re-enable some rustc tests 2022-03-17 20:59:39 +01: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 and re-enable some rustc tests 2022-03-17 20:59:39 +01:00
tests.sh Add and remove some fixmes 2022-03-13 17:58:02 +01: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.