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