about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir
AgeCommit message (Expand)AuthorLines
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-4/+4
2025-05-03Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkovbors-55/+48
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-5/+3
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-5/+3
2025-04-29Don't FCW assoc consts in patternsBoxy-9/+10
2025-04-29Use a closure instead of three chained iteratorsOli Scherer-55/+48
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-30/+219
2025-04-17do not emit `OpaqueCast` projections with `-Znext-solver`lcnr-0/+2
2025-04-16Auto merge of #139768 - compiler-errors:split-fold, r=lcnrbors-0/+4
2025-04-15Split TypeFolder and FallibleTypeFolderMichael Goulet-0/+4
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-2/+2
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-2/+2
2025-04-14Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obkMatthias Krüger-3/+3
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-3/+3
2025-04-14Rollup merge of #139767 - compiler-errors:www, r=oli-obkMatthias Krüger-3/+13
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-2/+2
2025-04-13Visit place in BackwardIncompatibleDropHint statementMichael Goulet-3/+13
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-0/+2
2025-04-09update cfgsBoxy-3/+3
2025-04-08move `ClosureRegionRequirements` to `rustc_borrowck`lcnr-140/+2
2025-04-08borrowck typeck children together with their parentlcnr-11/+5
2025-04-07Make use generated TerminatorKind::Call have call_source UseSantiago Pastorino-0/+2
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-0/+36
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-0/+1
2025-03-29Properly document FakeReadsMaja Kądziołka-28/+84
2025-03-25Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errorsbors-11/+64
2025-03-25Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obkbors-2/+26
2025-03-24Remove InstanceKind::generates_cgu_internal_copyBen Kimock-11/+64
2025-03-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-0/+1
2025-03-19Lower to a memset(undef) when Rvalue::Repeat repeats uninitBen Kimock-2/+26
2025-03-18coverage: Don't store a body span in `FunctionCoverageInfo`Zalathar-3/+1
2025-03-17Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obkMatthias Krüger-82/+3
2025-03-16Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin许杰友 Jieyou Xu (Joe)-0/+9
2025-03-15Fix the OperandRef type for NullOp::{UbChecks,ContractChecks}Scott McMurray-0/+9
2025-03-16Build `UserTypeProjections` lazily when visiting bindingsZalathar-82/+3
2025-03-15Move codec module back into middleMichael Goulet-17/+15
2025-03-15Fold visit into tyMichael Goulet-6/+4
2025-03-15Squash fold into tyMichael Goulet-2/+1
2025-03-13Auto merge of #137152 - saethlin:bss-const-allocs, r=wesleywiserbors-2/+115
2025-03-13Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearthbors-3/+6
2025-03-12Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errorsManish Goregaokar-1/+4
2025-03-12Rollup merge of #137504 - nnethercote:remove-Map-4, r=ZalatharManish Goregaokar-2/+2
2025-03-12Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmeaseMatthias Krüger-15/+5
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-2/+2
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-0/+5
2025-03-11miri native_calls: ensure we actually expose *mutable* provenance to the memo...Ralf Jung-0/+5
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+3
2025-03-10Convert `ShardedHashMap` to use `hashbrown::HashTable`Josh Stone-15/+5
2025-03-10fix ICE in pretty-printing `global_asm!`Folkert de Vries-1/+4
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-1/+1