about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-04Auto merge of #136115 - Mark-Simulacrum:shard-alloc-id, r=RalfJungbors-26/+44
2025-02-04Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgrbors-536/+484
2025-02-04Rollup merge of #136526 - Zalathar:thir-cx, r=NadrierilMatthias Krüger-109/+86
2025-02-04Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnrMatthias Krüger-105/+2
2025-02-04Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errorsMatthias Krüger-112/+141
2025-02-04Rollup merge of #136477 - lqd:nll-tls-spans, r=matthewjasperMatthias Krüger-1/+13
2025-02-04Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnrMatthias Krüger-106/+197
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-78/+44
2025-02-04Rollup merge of #136242 - samueltardieu:remove-match-def-path, r=flip1995Matthias Krüger-25/+1
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-1/+29
2025-02-04Allow using named consts in pattern typesOli Scherer-13/+15
2025-02-04Auto merge of #136534 - jhpratt:rollup-dnz57dq, r=jhprattbors-148/+71
2025-02-04fix NLL TLS end of function spansRémy Rakic-1/+13
2025-02-04Rollup merge of #136465 - nnethercote:rustc_middle-MORE, r=jieyouxuJacob Pratt-148/+71
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-8/+83
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-39/+47
2025-02-04Rollup merge of #136462 - Zalathar:endpoint, r=oli-obkMatthias Krüger-39/+42
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+5
2025-02-04Rename `thir::cx::Cx` to `ThirBuildCx`Zalathar-9/+12
2025-02-04Remove helper trait `UserAnnotatedTyHelpers`Zalathar-100/+74
2025-02-04Auto merge of #136507 - matthiaskrgr:rollup-uzwv9mo, r=matthiaskrgrbors-165/+274
2025-02-03Fix ICE when function argument mismatches.Jason Newcomb-1/+4
2025-02-04Remove unnecessary layout assertions for object-safe receiversMichael Goulet-105/+2
2025-02-04Two minor `use` fixups.Nicholas Nethercote-4/+2
2025-02-04Fix an inconsistent import.Nicholas Nethercote-3/+2
2025-02-04Update top-level `rustc_middle` comment.Nicholas Nethercote-2/+3
2025-02-04Simplify `thir_with_elements` macro.Nicholas Nethercote-13/+3
2025-02-04Remove `impl_for_typed_def_id` macro.Nicholas Nethercote-41/+35
2025-02-04Remove comment duplication.Nicholas Nethercote-12/+0
2025-02-04Remove `dep_node` comment duplication.Nicholas Nethercote-71/+26
2025-02-04Remove unused features from `rustc_middle`.Nicholas Nethercote-2/+0
2025-02-03Rollup merge of #136484 - Zalathar:query-cache-notes, r=jieyouxuMatthias Krüger-5/+42
2025-02-03Rollup merge of #136430 - FedericoBruzzone:follow-up-136180, r=oli-obkMatthias Krüger-78/+79
2025-02-03Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726Matthias Krüger-82/+153
2025-02-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-24/+103
2025-02-03Make error message less awkwardMichael Goulet-7/+7
2025-02-03Check Sizedness of return type in WFMichael Goulet-71/+37
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-40/+84
2025-02-03Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`FedericoBruzzone-38/+36
2025-02-03Remove allocations in `FnCtxt` checks.Jason Newcomb-95/+77
2025-02-03Auto merge of #136481 - jieyouxu:rollup-w0lnnqb, r=jieyouxubors-75/+80
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-24/+103
2025-02-03Auto merge of #136352 - lqd:ensure-stacks, r=compiler-errorsbors-6/+12
2025-02-03Refactor using the type-level constant value `ty::Value`FedericoBruzzone-59/+62
2025-02-03Notes on types/traits used for in-memory query cachingZalathar-5/+42
2025-02-03Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk许杰友 Jieyou Xu (Joe)-38/+21
2025-02-03Rollup merge of #136455 - nnethercote:less-Clone, r=compiler-errors许杰友 Jieyou Xu (Joe)-24/+24
2025-02-03Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+22
2025-02-03Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-11/+13
2025-02-03Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obkbors-10/+10