summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/query.rs
AgeCommit message (Expand)AuthorLines
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-1/+4
2024-11-03compiler: Directly use rustc_abi in metadata and middleJubilee Young-1/+1
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-2/+2
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-1/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+5
2024-07-12rustc_middle: derivative -> derive-wherePavel Grigorenko-9/+4
2024-07-01Handle universe leaks by rewriting the constraint graphAmanda Stjerna-0/+3
2024-06-01Uplift TypeRelation and RelateMichael Goulet-1/+1
2024-05-14coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never neededZalathar-4/+0
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-04-20coverage. Lowering MC/DC statements to llvm-irzhuyunxing-0/+4
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-1/+1
2024-04-03Remove MIR unsafe checkMatthew Jasper-63/+0
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-03-21Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.Oli Scherer-2/+10
2024-02-15Enforce coroutine-closure layouts are identicalMichael Goulet-2/+4
2024-02-05get rid of nontrivial_structural_match lint and custom_eq const qualifRalf Jung-2/+1
2023-11-27Print list of missing target features when calling a function with target fea...Eduardo Sánchez Muñoz-3/+10
2023-11-23remove unused pub fnklensy-58/+0
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+1
2023-11-20Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...Matthias Krüger-1/+5
2023-11-13rename `ReLateBound` to `ReBound`lcnr-2/+2
2023-11-12Note about object lifetime defaults in does not live long enough errorNilstrieb-1/+5
2023-10-20s/generator/coroutine/Oli Scherer-4/+4
2023-10-20s/Generator/Coroutine/Oli Scherer-10/+10
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-9/+15
2023-09-24Remove span from BrAnon.Camille GILLOT-2/+1
2023-09-19move ConstValue into mirRalf Jung-2/+1
2023-09-18Remove unused `Lift` derives.Nicholas Nethercote-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-4/+4
2023-07-05Specialize `DestructuredConstant` to its one user (pretty printing)Oli Scherer-2/+2
2023-06-19Store generator field names in GeneratorLayout.Camille GILLOT-0/+4
2023-05-29Rename `tcx.mk_re_*` => `Region::new_*`Maybe Waffle-1/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-41/+2
2023-04-06Remove index from BrAnonJack Huey-4/+2
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-6/+6
2023-03-17Remove VecMapMichael Goulet-2/+2
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-2/+2
2023-03-04tweak ClosureOutlivesSubjectTyAli MJ Al-Nasrawy-7/+10
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-12/+45
2023-03-01Remove last instances of HashSet in query result types.Michael Woerister-2/+2
2023-02-14Use derive attributes for uninteresting traversalsAlan Egerton-0/+2
2023-01-27Restrict amount of ignored locals.Camille GILLOT-2/+2
2023-01-27Remember where a type was kept in MIR.Camille GILLOT-1/+10
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+1
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-1/+1