about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-24Adjust clippy lints for rustc `integer_to_ptr_transmutes` lintUrgau-67/+32
2025-08-24Allow `integer_to_ptr_transmutes` in testsUrgau-0/+13
2025-08-24Allow `integer_to_ptr_transmutes` in coreUrgau-0/+1
2025-08-24Add lint against integer to pointer transmutesUrgau-1/+406
2025-08-23Auto merge of #145567 - clubby789:cargo_update, r=clubby789bors-149/+155
2025-08-23Auto merge of #145771 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-08-23Auto merge of #145506 - cjgillot:live-or-dead-onescan, r=fee1-deadbors-13/+16
2025-08-23Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhprattbors-2092/+6170
2025-08-22Rollup merge of #145765 - lqd:revert-142034, r=fmeaseJacob Pratt-218/+111
2025-08-22Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-SimulacrumJacob Pratt-39/+84
2025-08-22Rollup merge of #145762 - jdonszelmann:attrs-strings-to-symbols, r=lqdJacob Pratt-31/+36
2025-08-22Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiserJacob Pratt-0/+33
2025-08-22Rollup merge of #145751 - epage:infostring, r=joshtriplettJacob Pratt-2/+30
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-277/+265
2025-08-22Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqdJacob Pratt-0/+1
2025-08-22Rollup merge of #145743 - xihuwenhua:master, r=petrochenkovJacob Pratt-4/+4
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-43/+18
2025-08-22Rollup merge of #145738 - cjgillot:union-find-uplift, r=ZalatharJacob Pratt-8/+7
2025-08-22Rollup merge of #145736 - joshtriplett:triagebot-style, r=traviscrossJacob Pratt-2/+1
2025-08-22Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,...Jacob Pratt-41/+351
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+30
2025-08-22Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercoteJacob Pratt-25/+1019
2025-08-22Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnrJacob Pratt-93/+66
2025-08-22Rollup merge of #145669 - notriddle:test-js-search-scripts-path, r=GuillaumeG...Jacob Pratt-0/+7
2025-08-22Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwcoJacob Pratt-249/+1094
2025-08-22Rollup merge of #145633 - qxzcode:patch-1, r=jhprattJacob Pratt-4/+4
2025-08-22Rollup merge of #145597 - petrochenkov:nolateset, r=b-naberJacob Pratt-53/+62
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-61/+262
2025-08-22Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-SimulacrumJacob Pratt-0/+182
2025-08-22Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark...Jacob Pratt-21/+23
2025-08-22Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmeaseJacob Pratt-73/+192
2025-08-22Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-SimulacrumJacob Pratt-752/+1996
2025-08-22Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillotJacob Pratt-88/+194
2025-08-22Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=KobzolJacob Pratt-3/+43
2025-08-22Rollup merge of #137396 - compiler-errors:param-default, r=fmeaseJacob Pratt-2/+44
2025-08-22Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnayJacob Pratt-3/+11
2025-08-23Auto merge of #145469 - cjgillot:split-transmute, r=nnethercotebors-263/+262
2025-08-22Update cargoWeihang Lo-0/+0
2025-08-22Auto merge of #145494 - cjgillot:span-decode-once, r=lqdbors-10/+9
2025-08-22add regression test for issue 142488Rémy Rakic-0/+109
2025-08-22Bless rustdoc-ui.Camille Gillot-8/+6
2025-08-22convert strings to symbols in attr diagnosticsJana Dönszelmann-31/+36
2025-08-22Revert "Detect method not being present that is present in other tuple types"Rémy Rakic-218/+2
2025-08-22Fix stderr normalization.Camille Gillot-5/+5
2025-08-22Simplify implementation.Camille Gillot-44/+46
2025-08-22Separate transmute checking from typeck.Camille Gillot-254/+253
2025-08-22Recover param: Ty = EXPRMichael Goulet-2/+44
2025-08-22Add warning to the `Builder::llvm_config` functionJakub Beránek-0/+4
2025-08-22Ship LLVM tools for the correct target when cross-compilingJakub Beránek-5/+43
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527