about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2025-06-18Rollup merge of #142619 - klensy:or_fun_call, r=nnethercoteJakub Beránek-1/+1
2025-06-18Reduce uses of `hir_crate`.Camille GILLOT-12/+16
2025-06-18Implement lint against direct uses of rustc_type_ir in compiler cratesRomain Perier-0/+1
2025-06-18add `#[align]` attributeFolkert de Vries-2/+1
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-37/+97
2025-06-17Don't build `ParamEnv` and do trait solving in `ItemCtxt`sBoxy-7/+3
2025-06-17apply clippy::or_fun_callklensy-1/+1
2025-06-16trait_sel: extend fast path with sized hierarchyDavid Wood-10/+20
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-5/+31
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-5/+6
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-6/+8
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-12/+31
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+2
2025-06-16Rollup merge of #142450 - xizheyin:rustc-query-doc, r=SparrowLiiJakub Beránek-4/+60
2025-06-16Add documentation on top of `rustc_middle/src/query/mod.rs`xizheyin-4/+60
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-17/+8
2025-06-15Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichtonLeón Orell Valerian Liehr-15/+1
2025-06-15Auto merge of #142455 - jdonszelmann:attempt-to-mitigate-delayed-lint-perf-pr...bors-0/+25
2025-06-15Auto merge of #142430 - compiler-errors:external-constraints, r=lcnrbors-0/+14
2025-06-14Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errorsbors-4/+4
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-8/+1
2025-06-13Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnrJubilee-8/+34
2025-06-13Don't fold ExternalConstraintsData when it's emptyMichael Goulet-0/+14
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-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+1
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-0/+2
2025-06-13collect delayed lints in hir_crate_itemsJana Dönszelmann-0/+25
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-0/+1
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-2/+2
2025-06-13Unimplement unsized_localsmejrs-8/+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-12Tracking the old name of renamed unstable library attributexizheyin-2/+2
2025-06-12introduce new lint infraJana Dönszelmann-6/+36
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-6/+4
2025-06-11Rollup merge of #142306 - compiler-errors:nit-reveal-param-env-query, r=lcnrMatthias Krüger-6/+4
2025-06-11Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwUbors-0/+4
2025-06-10Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercotebors-5/+0
2025-06-10Dont unwrap and re-wrap typing envsMichael Goulet-6/+4
2025-06-10Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcmLeón Orell Valerian Liehr-2/+0
2025-06-10Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errorsbors-0/+14
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-5/+0
2025-06-08add `param_env` cache to canonicalizationlcnr-0/+14
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-06-08Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkovbors-0/+9