rust/compiler/rustc_middle/src/ty
León Orell Valerian Liehr 2bc0cf2da5
Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726
Make pretty printing for `f16` and `f128` consistent

Currently the docs show e.g.

    {transmute(0xfffeffffffffffffffffffffffffffff): f128}

for f128 constants. This should fix that to instead use apfloat for printing, as is done for `f32` and `f64`.
2024-06-19 09:52:02 +02: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 Make pretty printing for f16 and f128 consistent 2024-06-18 19:40:37 -05:00
abstract_const.rs Basic removal of Ty from places (boring) 2024-06-05 22:25:38 +01: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 Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr 2024-06-18 19:41:33 +00:00
diagnostics.rs Wrap dyn type with parentheses in suggestion 2024-04-23 00:15:10 +09:00
erase_regions.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10: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 Basic removal of Ty from places (boring) 2024-06-05 22:25:38 +01:00
generic_args.rs Fix transmute goal 2024-06-18 11:04:01 -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 Apply suggestions from oli-obk's review 2024-06-18 14:28:00 +03:00
intrinsic.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
layout.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00: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 Give EarlyBinder a tcx parameter 2024-05-26 20:04:05 -04:00
opaque_types.rs Uplift OpaqueTypeKey too, use it in response 2024-06-16 11:28:47 -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 Remove DebugWithInfcx 2024-06-11 22:13:04 -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 Uplift the new trait solver 2024-06-18 10:55:34 -04: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