rust/compiler/rustc_middle/src/ty
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
..
consts interpret: ensure we check bool/char for validity when they are used in a cast 2024-06-11 12:16:09 +02:00
context Make span_bug panic site useful again 2024-03-19 09:19:12 +00:00
inhabitedness Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
print Rename a bunch of things 2024-06-21 12:32:05 -04:00
abstract_const.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
adjustment.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
adt.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
assoc.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
cast.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
closure.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
codec.rs Basic removal of Ty from places (boring) 2024-06-05 22:25:38 +01:00
consts.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
context.rs local_def_path_hash_to_def_id can fail 2024-06-19 07:45:47 -04:00
diagnostics.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
erase_regions.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
error.rs Uplift TypeError 2024-06-06 07:49:47 -04:00
fast_reject.rs Add Ty to ConstKind::Value 2024-06-05 22:25:41 +01:00
flags.rs Add Ty to ConstKind::Value 2024-06-05 22:25:41 +01:00
fold.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
generic_args.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
generics.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
impls_ty.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
instance.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
intrinsic.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
layout.rs Stabilise c_unwind 2024-06-19 13:54:51 +01:00
list.rs Remove DebugWithInfcx 2024-06-11 22:13:04 -04:00
mod.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
normalize_erasing_regions.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
opaque_types.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
parameterized.rs Give EarlyBinder a tcx parameter 2024-05-26 20:04:05 -04:00
pattern.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
predicate.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
region.rs Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 2024-05-27 13:10:36 +02:00
relate.rs Uplift TypeRelation and Relate 2024-06-06 07:50:19 -04:00
rvalue_scopes.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
structural_impls.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00
sty.rs Uplift the new trait solver 2024-06-18 10:55:34 -04:00
trait_def.rs Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" 2024-06-06 10:06:28 +00:00
typeck_results.rs Revert "Create const block DefIds in typeck instead of ast lowering" 2024-06-07 08:33:58 +00:00
util.rs Replace f16 and f128 pattern matching stubs with real implementations 2024-06-23 04:28:42 -05:00
visit.rs Uplift binder 2024-05-21 17:00:45 -04:00
vtable.rs Deduplicate supertrait_def_ids code 2024-06-01 07:50:32 -04:00
walk.rs Add Ty to ConstKind::Value 2024-06-05 22:25:41 +01:00