about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2025-06-14Remove all support for wasm's legacy ABIbjorn3-15/+1
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-1/+1
2025-06-13Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnrJubilee-8/+34
2025-06-13TypeVisiting binders no longer requires TypeFolding its interiorMichael Goulet-2/+2
2025-06-13Uplift BoundVarReplacerMichael Goulet-0/+8
2025-06-13Make connection between Placeholder and Bound a bit more clear in the type ab...Michael Goulet-6/+24
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-0/+1
2025-06-13Unimplement unsized_localsmejrs-1/+1
2025-06-13Use more slicing and slice interning over iterable interningLeón Orell Valerian Liehr-1/+1
2025-06-13[perf] Change asserts to debug ones in trait_ref_and_own_argsLeón Orell Valerian Liehr-3/+3
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+1
2025-06-12introduce new lint infraJana Dönszelmann-3/+15
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-1/+1
2025-06-11Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgrbors-5/+2
2025-06-11Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwUbors-0/+4
2025-06-10Dont unwrap and re-wrap typing envsMichael Goulet-5/+2
2025-06-08add `param_env` cache to canonicalizationlcnr-0/+14
2025-06-06Rollup merge of #142112 - ada4a:patch-1, r=wesleywiserGuillaume Gomez-1/+1
2025-06-06fix typoAda Alakbarova-1/+1
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-16/+16
2025-06-04Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub...Matthias Krüger-3/+5
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-3/+5
2025-06-03Ensure query keys are printed with reduced queriesMichael Goulet-1/+1
2025-06-03`FIXME(-Znext-solver)` triagelcnr-0/+4
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-17/+8
2025-06-01Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnrbors-4/+2
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-3/+35
2025-05-29Tweak fast path trait handlingMichael Goulet-4/+2
2025-05-29Auto merge of #141716 - jhpratt:rollup-9bjrzfi, r=jhprattbors-0/+4
2025-05-29Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obkJacob Pratt-0/+4
2025-05-29Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errorsbors-1/+40
2025-05-28get rid of rustc_codegen_ssa::common::AtomicOrderingRalf Jung-1/+1
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-3/+35
2025-05-28Handle e2021 precise capturing of unsafe binderMichael Goulet-0/+4
2025-05-27Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmeaseMatthias Krüger-46/+46
2025-05-27Fix some var namesMichael Goulet-8/+8
2025-05-27Rename unpack to kindMichael Goulet-44/+44
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-2/+45
2025-05-26add additional `TypeFlags` fast pathslcnr-1/+40
2025-05-26extend allocbytes with associated typeNia Espera-2/+2
2025-05-24ScalarInt: support conversion with signed int types and cmp::OrderingRalf Jung-2/+45
2025-05-23yeet `CanonicalVarInfo`lcnr-12/+15
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-3/+17
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-36/+2
2025-05-22Review CommentsBoxy-2/+7
2025-05-22Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnrbors-2/+2
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-3/+12
2025-05-20Querify coroutine_hidden_typesMichael Goulet-36/+2
2025-05-18Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns...León Orell Valerian Liehr-9/+22
2025-05-18Fast path for sized predMichael Goulet-2/+2