rust/compiler/rustc_interface/src
bors f7dd70c3c9 Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errors
Revert relax_elf_relocations default change

This reverts commit 4410868798 (#106511).

The change caused linker failures with the binutils version used by cross (#115239), as well as miscompilations when using the mold linker (https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/SIGILL.20in.20build-script-build.20with.20nightly-2023-08-25/near/387506479).
2023-08-28 03:30:37 +00:00
..
callbacks.rs Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
passes.rs add rustc_abi debugging attribute 2023-08-27 11:55:49 +02:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Fix review comment 2023-08-14 16:16:51 +00:00
tests.rs Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errors 2023-08-28 03:30:37 +00:00
util.rs replace atty crate with std's isTerminal 2023-07-26 18:09:50 +03:00