about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-30Don't allow negative unsigned literalsOli Scherer-1/+5
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-30Refactor `PointerFinder` into a separate moduleBastian Kersting-160/+272
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-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-33/+449
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-29Upgrade elsa to the newest version.David Venhoek-1/+1
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-82/+103
2025-01-29Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgrbors-27/+73
2025-01-29Handle all `PatExpr`s in dead code analysisOli Scherer-5/+12
2025-01-29Eliminate PatKind::PathOli Scherer-80/+94
2025-01-29Rollup merge of #136214 - momvart:driver_callback_crate_mut, r=bjorn3Matthias Krüger-3/+3
2025-01-29Rollup merge of #136212 - estebank:span-tweak, r=petrochenkovMatthias Krüger-15/+10
2025-01-29Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwUMatthias Krüger-3/+16
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-6/+44
2025-01-29Remove `LateContext::match_def_path()`Samuel Tardieu-25/+1
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-55/+70
2025-01-29show supported register classesFolkert de Vries-8/+15
2025-01-29Allow transmuting generic pattern types to and from their baseOli Scherer-0/+3
2025-01-29use impl Into<String>Marijn Schouten-10/+5
2025-01-29Rollup merge of #136176 - oli-obk:pattern-type-mir-opts, r=compiler-errorsLeón Orell Valerian Liehr-0/+4
2025-01-29Rollup merge of #136170 - taiki-e:atomics-32, r=workingjubileeLeón Orell Valerian Liehr-0/+5
2025-01-29Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errorsLeón Orell Valerian Liehr-4/+7
2025-01-29Rollup merge of #136166 - RalfJung:interpet-is-alloc-live, r=compiler-errorsLeón Orell Valerian Liehr-2/+4
2025-01-29Rollup merge of #136121 - oli-obk:push-zzvxlynmnqpp, r=estebankLeón Orell Valerian Liehr-49/+50
2025-01-29Auto merge of #136225 - fmease:rollup-fm7m744, r=fmeasebors-345/+468
2025-01-29Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obkLeón Orell Valerian Liehr-78/+70
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-117/+72
2025-01-29Rollup merge of #136104 - lqd:polonius-debugger-episode-2, r=matthewjasperLeón Orell Valerian Liehr-5/+136
2025-01-29Rollup merge of #135943 - hkBst:opt_imports, r=estebankLeón Orell Valerian Liehr-36/+31
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-109/+159
2025-01-29Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726bors-16/+16
2025-01-28rustc_hir: remove some uneeded refs and derefsYotam Ofek-12/+12
2025-01-28rustc_hir: flatten nested `if`sYotam Ofek-14/+12
2025-01-28rustc_hir: fix typo in commentYotam Ofek-1/+1
2025-01-28rustc_hir: don't open-code `Iterator::eq`Yotam Ofek-4/+1
2025-01-28rustc_hir: use box patterns to flatten some nested pattern matchesYotam Ofek-24/+10
2025-01-28rustc_hir: replace `is_empty()`+indexing with `first()`Yotam Ofek-1/+1
2025-01-29Mark condition/carry bit as clobbered in C-SKY inline assemblyTaiki Endo-1/+3
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-136/+215
2025-01-28Make crate AST mutation accessible for driver callbackMohammad Omidvar-3/+3