about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
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
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-42/+0
2025-08-15Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalatharbors-6/+0
2025-08-15Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwUbors-53/+50
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-6/+0
2025-08-14Print regions in `type_name`.Nicholas Nethercote-7/+7
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-19/+2
2025-08-14Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkovGuillaume Gomez-10/+35
2025-08-14Apply suggestions from code reviewRalf Jung-4/+4
2025-08-14avoid unnecessary type sanity checksRalf Jung-8/+4
2025-08-14shrink TestBranch::Constant and PatRangeBoundary::FiniteRalf Jung-6/+9
2025-08-14use ty::Value instead of manual pairs of types and valtreesRalf Jung-27/+31
2025-08-14pattern testing: store constants as valtreesRalf Jung-54/+45
2025-08-14PatKind: store constants as valtreesRalf Jung-4/+7
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-19/+2
2025-08-13Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwcoGuillaume Gomez-83/+112
2025-08-13Cleanup assoc parent utilsCameron Steffen-10/+35
2025-08-13`fn new_coroutine_witness_for_coroutine` woopslcnr-0/+33