about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2023-11-22Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgrbors-4/+17
2023-11-21Rollup merge of #118110 - compiler-errors:defining-anchor, r=aliemjayMatthias Krüger-4/+17
2023-11-21Fix some unnecessary castsNilstrieb-3/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-62/+53
2023-11-21Remove ClosureKind predicate kindMichael Goulet-12/+0
2023-11-21Uplift CanonicalVarInfo and friendsMichael Goulet-153/+46
2023-11-21Uplift BoundVarMichael Goulet-7/+2
2023-11-21Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJungNilstrieb-7/+0
2023-11-21Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errorsNilstrieb-16/+1
2023-11-21Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgrbors-84/+23
2023-11-20Document DefiningAnchor a bit moreMichael Goulet-4/+17
2023-11-20Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorinoMatthias Krüger-81/+5
2023-11-20Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...Matthias Krüger-1/+5
2023-11-20Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errorsMatthias Krüger-2/+13
2023-11-20Store feature stability un-splitMichael Goulet-10/+4
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-9/+14
2023-11-20Uplift InferConst to rustc_type_irMichael Goulet-77/+2
2023-11-20Use InferTy from rustc_type_ir unconditionallyMichael Goulet-4/+3
2023-11-20Remove unused arena kinds in `rustc_hir` and `rustc_middle`.Nicholas Nethercote-16/+1
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-4/+4
2023-11-19Expand Miri's BorTag GC to a Provenance GCBen Kimock-7/+0
2023-11-19Add documentation for some queriesNilstrieb-2/+13
2023-11-17Rollup merge of #117549 - DaniPopes:more-copied, r=b-naberMatthias Krüger-1/+1
2023-11-17Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwUbors-9/+13
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-0/+32
2023-11-17rename bound region instantiationlcnr-9/+13
2023-11-17Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errorsTakayuki Maeda-2/+2
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-10/+1
2023-11-16Auto merge of #117956 - saethlin:provenance-gc-access, r=RalfJungbors-0/+7
2023-11-16Let Miri see the AllocId for all TyCtxt allocationsBen Kimock-0/+7
2023-11-16Reduce exposure of things.Nicholas Nethercote-2/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-7/+7
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+3
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-83/+88
2023-11-15Auto merge of #117359 - tmiasko:call-def, r=cjgillotbors-2/+17
2023-11-14Fix def-use check for call terminatorsTomasz Miąsko-2/+17
2023-11-14Auto merge of #117849 - compiler-errors:cycle, r=cjgillotbors-8/+7
2023-11-14review + fix CIlcnr-1/+1
2023-11-14finish `RegionKind` renamelcnr-83/+88
2023-11-13Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgrbors-4/+4
2023-11-13Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errorsMatthias Krüger-4/+4
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-1/+0
2023-11-13update type flagslcnr-10/+10
2023-11-13rename `ReLateBound` to `ReBound`lcnr-66/+55
2023-11-13args~~_ref~~_may_unifylcnr-4/+4
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-8/+7
2023-11-12Note about object lifetime defaults in does not live long enough errorNilstrieb-1/+5
2023-11-12interpret: simplify handling of shifts by no longer trying to handle signed a...Ralf Jung-4/+4
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+1
2023-11-09rework alias-relate to `norm(lhs) == norm(rhs)`lcnr-0/+22