1
Fork 0
rust/compiler/rustc_mir_build/src
Jubilee f36ca7a75f
Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors
Fix negating `f16` and `f128` constants

Make `f16` and `f128` constants respect `neg` in `parse_float_into_scalar`.

Tracking issue: #116909

```@rustbot``` label +F-f16_and_f128
2024-04-18 21:38:57 -07:00
..
build Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors 2024-04-18 21:38:57 -07:00
thir Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
check_unsafety.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
errors.rs Fix suggestions for match non-exhaustiveness 2024-04-02 19:06:28 -04:00
lib.rs Make thir_tree and thir_flat into hooks 2024-04-15 20:08:21 -04:00
lints.rs Change InlineAsm to allow multiple targets instead 2024-02-24 18:50:09 +00:00