rust/compiler/rustc_mir_build/src
Trevor Gross 6fb6c19c96 Replace f16 and f128 pattern matching stubs with real implementations
This section of code depends on `rustc_apfloat` rather than our internal
types, so this is one potential ICE that we should be able to melt now.

This also fixes some missing range and match handling in `rustc_middle`.
2024-06-23 04:28:42 -05:00
..
build [GVN] Add tests for generic pointees with PtrMetadata 2024-06-20 22:16:59 -07:00
thir Replace f16 and f128 pattern matching stubs with real implementations 2024-06-23 04:28:42 -05:00
check_unsafety.rs Add TODO comment to unsafe env modification 2024-06-12 17:51:18 +02:00
errors.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00
lints.rs Change InlineAsm to allow multiple targets instead 2024-02-24 18:50:09 +00:00