about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-2/+5
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-7/+37
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-7/+37
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-7/+29
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-11/+7
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-2/+5
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-11/+7
2025-07-17parse `const trait Trait`Deadbeef-2/+2
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-2/+2
2025-07-17Rollup merge of #143922 - nnethercote:join_path, r=petrochenkovLeón Orell Valerian Liehr-1/+1
2025-07-17Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee...León Orell Valerian Liehr-1/+1
2025-07-17Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwUbors-0/+12
2025-07-17Use `join_path_syms` in one more place.Nicholas Nethercote-1/+1
2025-07-16use `codegen_instance_attrs` where an instance is (easily) availableFolkert de Vries-8/+18
2025-07-16add `codegen_instance_attrs` queryFolkert de Vries-0/+20
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-3/+1
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-1/+1
2025-07-15Add alias for ArgOutlivesPredicateMichael Goulet-10/+10
2025-07-15Consider outlives assumptions when proving auto traits for coroutine interiorsMichael Goulet-3/+8
2025-07-15Deduce outlives obligations from WF of coroutine interior typesMichael Goulet-1/+12
2025-07-15Add outlives to CoroutineWitnessTypesMichael Goulet-0/+6
2025-07-15Implement other logicstiif-0/+5
2025-07-15Add the core logic in old and new solverstiif-0/+7
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-5/+4
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-2/+2
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-5/+19
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-5/+9
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-0/+10
2025-07-13Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJungMatthias Krüger-24/+37
2025-07-12Clean up implementation of RPITIT assoc item loweringMichael Goulet-23/+27
2025-07-13query RPITIT in a trait or implbohan-16/+25
2025-07-13compute all rpitit of a traitbohan-0/+6
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-2/+2
2025-07-11Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqdMatthias Krüger-39/+1
2025-07-11Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,...Matthias Krüger-8/+6
2025-07-11Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmannMatthias Krüger-13/+11
2025-07-11Remove support for SwitchInt edge effects in backward dataflow analysesTomasz Miąsko-39/+1
2025-07-11Auto merge of #142911 - mejrs:unsized, r=compiler-errorsbors-0/+4
2025-07-10Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errorsTrevor Gross-2/+4
2025-07-10Properly track the depth when expanding free alias typesLeón Orell Valerian Liehr-2/+4
2025-07-10interpret/allocation: expose init + write_wildcards on a rangeNia Espera-24/+37
2025-07-09compiler: recomment `needs_fn_once_adapter_shim`Jubilee Young-8/+6
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-5/+32
2025-07-09Port `#[rustc_coherence_is_core]` to the new attribute systemPavel Grigorenko-2/+3
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-2/+1
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-2/+3
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-7/+4
2025-07-08Error on moving unsized values rather than ICE'ingmejrs-0/+4
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-7/+2
2025-07-08Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errorsMatthias Krüger-7/+2