about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2025-08-27inline at the callsite & warn when target features mismatchJames Barford-Evans-1/+1
2025-08-27change order of `nested_bodies_within`lcnr-0/+2
2025-08-27Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnrbors-2/+9
2025-08-27Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwcobors-0/+7
2025-08-26Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3Samuel Tardieu-4/+5
2025-08-26add a flag to codegen fn attrs for foreign itemsJana Dönszelmann-4/+5
2025-08-25Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwUbors-3/+4
2025-08-25Switch next solver to use a specific associated type for trait def idChayim Refael Friedman-22/+48
2025-08-25fold regions, don't eraselcnr-3/+4
2025-08-25Remove bug comments from Repeat variantRyan Lee-5/+0
2025-08-24Support lints in early attribute parsingJana Dönszelmann-0/+2
2025-08-23Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieubors-2/+16
2025-08-23Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errorsSamuel Tardieu-2/+5
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-0/+11
2025-08-23Auto merge of #145706 - lcnr:uniquification, r=BoxyUwUbors-0/+27
2025-08-23Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhprattbors-8/+52
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-4/+3
2025-08-22Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnrJacob Pratt-1/+36
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-3/+13
2025-08-22Separate transmute checking from typeck.Camille Gillot-0/+11
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-0/+11
2025-08-22Stabilize `round_char_boundary` featureokaneco-1/+1
2025-08-22change HIR typeck unification handling approachlcnr-0/+27
2025-08-22Region inference: Use outlives-static constraints in constraint searchAmanda Stjerna-2/+9
2025-08-22Refactor lint buffering to avoid requiring a giant enumJosh Triplett-4/+3
2025-08-22Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercotebors-3/+20
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-3/+13
2025-08-21next-solver fix const_trait_impl bootstraplcnr-2/+5
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-7/+16
2025-08-21Introduce ProjectionElem::try_map.Camille GILLOT-1/+36
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-2/+2
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-7/+16
2025-08-20Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiserJacob Pratt-3/+13
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-2/+27
2025-08-19mention lint group in default level lint noteKarol Zwolak-2/+27
2025-08-19Pretty print the name of an future from calling async closureMichael Goulet-3/+13
2025-08-19Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco许杰友 Jieyou Xu (Joe)-2/+12
2025-08-19Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov许杰友 Jieyou Xu (Joe)-28/+23
2025-08-19Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann许杰友 Jieyou Xu (Joe)-11/+6
2025-08-19Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors许杰友 Jieyou Xu (Joe)-2/+38
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-3/+14
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-2/+2
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-1/+12
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-42/+0
2025-08-17Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnrbors-7/+7
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-116/+129
2025-08-16Visit and print async_fut local for async drop.Camille Gillot-2/+12
2025-08-16Simplify decode_span.Camille Gillot-28/+23
2025-08-15Sort mono items by symbol nameJakub Beránek-3/+20
2025-08-15Merge link_name and export_namebjorn3-11/+6