rust/compiler/rustc_session/src
Matthias Krüger 0daa636b93
Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau
deprecate -Csoft-float because it is unsound (and not fixable)

See  https://github.com/rust-lang/rust/issues/129893 for details. The general sentiment there seems to be that this flag has no use and sound alternatives exist, so let's add this warning and see if anyone out there disagrees.

Also show a different warning on targets where it does nothing (as documented since https://github.com/rust-lang/rust/pull/36261): it seems to correspond to `-mfloat-abi` in GCC/clang, which is an ARM-specific option. To be really sure it does nothing, only forward the flag to LLVM for eabihf targets. This should not change behavior but makes me sleep better ;)
2024-09-15 20:55:12 +02:00
..
config fmt-debug option 2024-08-28 23:32:40 +01:00
code_stats.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs Revert 'Stabilize -Znext-solver=coherence' 2024-09-11 17:57:04 -04:00
cstore.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau 2024-09-15 20:55:12 +02:00
filesearch.rs Remove needless returns detected by clippy in the compiler 2024-09-09 13:32:22 +02:00
lib.rs Add warn(unreachable_pub) to rustc_session. 2024-09-03 08:49:54 +10:00
options.rs Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau 2024-09-15 20:55:12 +02:00
output.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
parse.rs Add set_dcx to ParseSess 2024-09-13 11:15:19 +02:00
search_paths.rs Make SearchPath::new public 2024-09-11 11:40:01 +02:00
session.rs Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau 2024-09-15 20:55:12 +02:00
utils.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
version.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00