about summary refs log tree commit diff
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/+48
2025-01-31Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieuMatthias Krüger-0/+44
2025-01-31Rollup merge of #135992 - madsmtm:new-target-docs, r=jieyouxuMatthias Krüger-0/+16
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-195/+193
2025-01-31Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn...Matthias Krüger-39/+308
2025-01-31Recommend adding target spec first, then std support laterMads Marquart-0/+7
2025-01-31Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhprattbors-188/+287
2025-01-31Rollup merge of #136296 - RalfJung:float-min-max, r=tgross35Jacob Pratt-8/+16
2025-01-31Rollup merge of #136291 - lcnr:compare-mode, r=oli-obkJacob Pratt-44/+10
2025-01-31Rollup merge of #136287 - zmodem:nocapture, r=nikicJacob Pratt-18/+35
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 #136258 - notriddle:notriddle/issue-d, r=fmeaseJacob Pratt-32/+79
2025-01-31Rollup merge of #136150 - marcoieni:windows-25-i686-mingw, r=KobzolJacob Pratt-1/+5
2025-01-31Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnayJacob Pratt-4/+4
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-728/+905
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/+48
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-293/+700
2025-01-31Simplify `bug!` and `span_bug!`.Nicholas Nethercote-20/+8
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+41
2025-01-30Rollup merge of #136288 - joshtriplett:would-you-could-you-with-some-locks--w...Matthias Krüger-17/+40
2025-01-30Rollup merge of #136271 - Sky9x:debug-maybeuninit-footgun, r=tgross35Matthias Krüger-3/+2
2025-01-30Rollup merge of #136256 - cuviper:relnotes-1.84.1, r=pietroalbiniMatthias Krüger-0/+15
2025-01-30Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obkMatthias Krüger-225/+296
2025-01-30Rollup merge of #136157 - onur-ozkan:override-release-profile, r=KobzolMatthias Krüger-8/+23
2025-01-30Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=...Matthias Krüger-14/+8
2025-01-30Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errorsMatthias Krüger-0/+3
2025-01-30Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhprattMatthias Krüger-5/+158
2025-01-30Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlinMatthias Krüger-21/+155
2025-01-30Direct link 108459 to issues -> pull redirectMichael Howell-1/+1
2025-01-30Give 104145, 103463, and 31948 more descriptive namesMichael Howell-0/+0
2025-01-30More assertions, tests, and miri coverageMichael Goulet-86/+173
2025-01-30Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgrbors-416/+2198
2025-01-30add commentsLukas Markeffsky-1/+10
2025-01-30check the types in `ty::Value` to value conversionLukas Markeffsky-22/+75
2025-01-30introduce `ty::Value`Lukas Markeffsky-205/+214
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-63/+71
2025-01-30Normalize vtable entries before walking and deduplicating themMichael Goulet-24/+77