about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-13Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr...Jacob Pratt-17/+8
2025-04-13Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errorsJacob Pratt-6/+128
2025-04-13Rollup merge of #139582 - oli-obk:coercion-cleanups, r=compiler-errorsJacob Pratt-94/+82
2025-04-13Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e...Jacob Pratt-10/+70
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-107/+142
2025-04-13Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errorsJacob Pratt-23/+38
2025-04-13Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W...Jacob Pratt-8/+290
2025-04-13Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDentonbors-565/+494
2025-04-13Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnayChris Denton-63/+64
2025-04-13Rollup merge of #139721 - dtolnay:stage0newline, r=onur-ozkanChris Denton-13/+14
2025-04-13Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboetChris Denton-315/+171
2025-04-13Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboetChris Denton-47/+86
2025-04-13Rollup merge of #139677 - jchecahi:profiler-builtin-rtlib-path-fix, r=kobzolChris Denton-2/+8
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-98/+109
2025-04-13Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-SimulacrumChris Denton-11/+11
2025-04-13Rollup merge of #139511 - Zalathar:panic-payload, r=Mark-SimulacrumChris Denton-15/+20
2025-04-13Rollup merge of #139177 - fneddy:fix_s390x_codegen_bswap, r=Mark-SimulacrumChris Denton-1/+8
2025-04-13Rollup merge of #138972 - thaliaarchi:nuttx-build, r=Mark-SimulacrumChris Denton-0/+3
2025-04-13Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrumbors-30/+260
2025-04-13Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDentonbors-133/+174
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-8/+290
2025-04-12Extend the chaining logic to slices tooScott McMurray-36/+254
2025-04-13Auto merge of #139724 - ChrisDenton:rollup-zhcdtzh, r=ChrisDentonbors-160/+349
2025-04-13Rollup merge of #139709 - tshepang:patch-5, r=KobzolChris Denton-1/+1
2025-04-13Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkovChris Denton-1/+1
2025-04-13Rollup merge of #139707 - Kobzol:fix-comment, r=jieyouxuChris Denton-4/+1
2025-04-13Rollup merge of #139691 - Kobzol:opt-dist-docs, r=jieyouxuChris Denton-2/+7
2025-04-13Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkovChris Denton-0/+39
2025-04-13Rollup merge of #139107 - joboet:safe_cmath, r=ibraheemdevChris Denton-125/+125
2025-04-13Move `select_unpredictable` to the `hint` moduleAmanieu d'Antras-63/+64
2025-04-12Rollup merge of #139713 - GenYuLi:master, r=compiler-errorsChris Denton-1/+1
2025-04-12Rollup merge of #139705 - jieyouxu:tests-precursor, r=compiler-errorsChris Denton-42/+7
2025-04-12Rollup merge of #139701 - Rudxain:doc-pow2, r=tgross35Chris Denton-1/+1
2025-04-12Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomezChris Denton-0/+41
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-31/+290
2025-04-12Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-SimulacrumChris Denton-72/+8
2025-04-12Rollup merge of #139276 - tgross35:enable-f16-without-neon, r=Mark-SimulacrumChris Denton-7/+0
2025-04-12Rollup merge of #139163 - scottmcm:stabilize-exact_div, r=RalfJungChris Denton-6/+1
2025-04-12Auto merge of #139640 - Zoxc:big-file-encoder, r=saethlinbors-1/+1
2025-04-12End all lines in src/stage0 with trailing newlineDavid Tolnay-13/+14
2025-04-12Auto merge of #139242 - jieyouxu:run-make-artifact-names-cross, r=Kobzolbors-19/+81
2025-04-12Fix typo in documentationGenYuLi-1/+1
2025-04-12Auto merge of #139697 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-04-12Add regression test for #127424reddevilmidzy-0/+39
2025-04-12Unify owned Args types between platformsThalia Archibald-222/+77
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-14/+3
2025-04-12Move args into std::sysThalia Archibald-41/+53
2025-04-12bootstrap: fix typo in doc stringTshepang Mbambo-1/+1
2025-04-12Fix name of field in doc commentSamuel Tardieu-1/+1
2025-04-12Fix comment in bootstrapJakub Beránek-4/+1