about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-31Rollup merge of #136336 - nnethercote:overhaul-rustc_middle-util, r=jieyouxuMatthias Krüger-135/+102
2025-01-31Rollup merge of #136330 - nnethercote:rm-unnecessary-hooks, r=oli-obkMatthias Krüger-35/+26
2025-01-31Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikicMatthias Krüger-106/+101
2025-01-31Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJungMatthias Krüger-1/+6
2025-01-31Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieuMatthias Krüger-0/+13
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-10/+8
2025-01-31Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhprattbors-83/+148
2025-01-31Rollup merge of #136287 - zmodem:nocapture, r=nikicJacob Pratt-0/+10
2025-01-31Rollup merge of #136278 - lqd:polonius-debugger-episode-3, r=matthewjasperJacob Pratt-9/+101
2025-01-31Rollup merge of #136270 - nnethercote:rm-NamedVarMap, r=jackh726Jacob Pratt-72/+37
2025-01-31Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnayJacob Pratt-2/+0
2025-01-31Overhaul `to_readable_str`.Nicholas Nethercote-48/+42
2025-01-31Don't export the `Trivial*` macros.Nicholas Nethercote-4/+1
2025-01-31Move `find_self_call`.Nicholas Nethercote-60/+48
2025-01-31Give a better explanation for having `bug_fmt` and `span_bug_fmt`.Nicholas Nethercote-3/+3
2025-01-31Remove the `mir_build` hook.Nicholas Nethercote-14/+7
2025-01-31Remove the `thir_{tree,flat}` hooks.Nicholas Nethercote-17/+12
2025-01-31Add/clarify comments about hooks.Nicholas Nethercote-4/+7
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-402/+342
2025-01-31Remove the temporary typedef for `LLVMRustDIFlags`Zalathar-16/+10
2025-01-31Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef`Zalathar-90/+91
2025-01-31Delay a bug when indexing unsized slicesMichael Goulet-1/+6
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-229/+392
2025-01-31Simplify `bug!` and `span_bug!`.Nicholas Nethercote-20/+8
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+17
2025-01-30Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obkMatthias Krüger-208/+237
2025-01-30Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlinMatthias Krüger-21/+155
2025-01-30More assertions, tests, and miri coverageMichael Goulet-81/+77
2025-01-30Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgrbors-92/+113
2025-01-30add commentsLukas Markeffsky-1/+10
2025-01-30check the types in `ty::Value` to value conversionLukas Markeffsky-16/+23
2025-01-30introduce `ty::Value`Lukas Markeffsky-194/+207
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-63/+71
2025-01-30Normalize vtable entries before walking and deduplicating themMichael Goulet-22/+44
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-113/+121
2025-01-30Remove print_vtable_sizesMichael Goulet-152/+1
2025-01-30Rework rustc_dump_vtableMichael Goulet-35/+92
2025-01-30Rollup merge of #136251 - hkBst:opt_imports, r=estebankMatthias Krüger-10/+5
2025-01-30Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwUMatthias Krüger-0/+3
2025-01-30Rollup merge of #135882 - hkBst:master, r=estebankMatthias Krüger-22/+18
2025-01-30Rollup merge of #135739 - wesleywiser:dwarf_version_handling, r=lqdMatthias Krüger-27/+34
2025-01-30Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=NadrierilMatthias Krüger-33/+53
2025-01-30Auto merge of #136038 - compiler-errors:outlives, r=lcnrbors-195/+163
2025-01-30use Attribute::getWithCaptureInfoHans Wennborg-2/+1
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-0/+11
2025-01-30add constraint graph to polonius MIR dumpRémy Rakic-9/+101
2025-01-29Clean up uses of the unstable `dwarf_version` optionWesley Wiser-27/+34
2025-01-30Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obkbors-30/+59
2025-01-30Remove `NamedVarMap`.Nicholas Nethercote-72/+37
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-82/+103