about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-16clean up const stability around UB checksRalf Jung-24/+26
2024-11-16stabilize const_ptr_is_nullRalf Jung-13/+18
2024-11-16Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwUbors-22/+211
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-22/+211
2024-11-15Auto merge of #133086 - GuillaumeGomez:rollup-kbkfrkj, r=GuillaumeGomezbors-188/+411
2024-11-15Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errorsGuillaume Gomez-1/+76
2024-11-15Rollup merge of #133074 - ferrocene:ja-make-ui-test-os-agnostic, r=NoratriebGuillaume Gomez-11/+9
2024-11-15Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-...Guillaume Gomez-114/+120
2024-11-15Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkovGuillaume Gomez-22/+17
2024-11-15Rollup merge of #132936 - surechen:fix_131989, r=NadrierilGuillaume Gomez-40/+189
2024-11-15Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgrbors-119/+117
2024-11-15Fix span edition for 2024 RPIT coming from an external macroEric Huss-94/+2
2024-11-15Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler...Matthias Krüger-9/+5
2024-11-15Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxuMatthias Krüger-3/+15
2024-11-15Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petro...Matthias Krüger-90/+47
2024-11-15Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box...Matthias Krüger-17/+50
2024-11-15Add test for precise-capturing from an external macroEric Huss-0/+167
2024-11-15Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errorsbors-13/+37
2024-11-15make UI test OS-agnosticJorge Aparicio-11/+9
2024-11-15tests: Test pac-ret flag merging on clang with LTOKajetan Puchalski-3/+15
2024-11-15Auto merge of #132910 - osiewicz:crate-loader-smarter-queries, r=saethlinbors-76/+137
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-76/+137
2024-11-15Auto merge of #132967 - klensy:docker-unite, r=Kobzolbors-1/+3
2024-11-15Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubileebors-52/+279
2024-11-14Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubileeJubilee-6/+4
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-6/+43
2024-11-14Rollup merge of #133048 - cyrgani:ptr-doc-update, r=AmanieuJubilee-8/+6
2024-11-14Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35Jubilee-17/+17
2024-11-14Rollup merge of #132984 - sunshowers:pipe2, r=tgross35Jubilee-0/+1
2024-11-14Rollup merge of #132977 - cberner:fix_solaris, r=tgross35Jubilee-0/+108
2024-11-14Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3Jubilee-9/+5
2024-11-14Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviperJubilee-6/+95
2024-11-15Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiserbors-2/+6
2024-11-14tests/run-make/simd-ffi: use a generic LLVM intrinsics ...liushuyu-5/+3
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+39
2024-11-14Pass `f16` and `f128` by value in `const_assert!`Trevor Gross-6/+4
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-325/+1269
2024-11-14tests/run-make/simd-ffi: fix test crashing on x86 targets ...liushuyu-2/+2
2024-11-14Change visit_precise_capturing_arg so it returns a Self::Resultmaxcabrajac-9/+5
2024-11-14use `&raw` in `{read, write}_unaligned` documentationcyrgani-8/+6
2024-11-14Rollup merge of #133046 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-286/+1149
2024-11-14Rollup merge of #133043 - notriddle:master, r=fmeaseMatthias Krüger-4/+55
2024-11-14Rollup merge of #133040 - GuillaumeGomez:footnote-ref-in-def, r=notriddleMatthias Krüger-26/+54
2024-11-14Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwcoMatthias Krüger-9/+11
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-286/+1149
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+55
2024-11-14Rustup (#13687)Philipp Krones-39/+37
2024-11-14Bump nightly version -> 2024-11-14Philipp Krones-1/+1
2024-11-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-308/+1201
2024-11-14Auto merge of #133039 - GuillaumeGomez:rollup-i223onq, r=GuillaumeGomezbors-391/+1275