| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -65/+1044 |
| 2024-10-12 | Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35 | Trevor Gross | -0/+25 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -1/+0 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+28 |
| 2024-10-12 | std: fix stdout-before-main | joboet | -0/+25 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-11 | Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errors | Trevor Gross | -46/+0 |
| 2024-10-11 | Rollup merge of #131546 - surechen:fix_129833, r=jieyouxu | Trevor Gross | -0/+61 |
| 2024-10-12 | Make unused_parens's suggestion considering expr's attributes | surechen | -0/+61 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+42 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -46/+0 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -2799/+0 |
| 2024-10-11 | Rollup merge of #131498 - Urgau:transparent-const-anons, r=lcnr | Matthias Krüger | -3/+89 |
| 2024-10-11 | Consider outermost const-anon in non_local_def lint | Urgau | -3/+89 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -497/+503 |
| 2024-10-10 | Rollup merge of #131033 - compiler-errors:precise-capturing-in-traits, r=spas... | Matthias Krüger | -144/+196 |
| 2024-10-10 | Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=Amanieu | Matthias Krüger | -2/+2 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -6/+92 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -2/+2 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -162/+177 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+37 |
| 2024-10-10 | Auto merge of #131263 - compiler-errors:solver-relating, r=lcnr | bors | -76/+7 |
| 2024-10-10 | Rollup merge of #131482 - compiler-errors:struct-res, r=lcnr | Matthias Krüger | -0/+32 |
| 2024-10-10 | Rollup merge of #131397 - RalfJung:const-escaping-ref-teach, r=chenyukang | Matthias Krüger | -1/+1 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -2/+2 |
| 2024-10-10 | Move ty::Error branch into super_combine_tys | Michael Goulet | -76/+7 |
| 2024-10-10 | Structurallyresolve adts and tuples expectations too | Michael Goulet | -0/+32 |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -0/+1261 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -360/+366 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -105/+105 |
| 2024-10-09 | Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscross | Matthias Krüger | -0/+1261 |
| 2024-10-09 | Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiser | Matthias Krüger | -0/+123 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -2/+2 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+1261 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -0/+123 |
| 2024-10-08 | fix/update teach_note from 'escaping mutable ref/ptr' const-check | Ralf Jung | -1/+1 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -20/+4 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -20/+4 |
| 2024-10-08 | Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxu | Stuart Cook | -3/+1 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -0/+69 |
| 2024-10-07 | Fix utf8-bom test | Eric Huss | -3/+1 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -1/+58 |
| 2024-10-07 | Add test for issue 30867 | clubby789 | -0/+14 |
| 2024-10-07 | Add test for issue 30472 | clubby789 | -0/+32 |
| 2024-10-07 | Add test for issue 28994 | clubby789 | -0/+22 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -0/+1 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -10/+2 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -10/+2 |
| 2024-10-06 | Check that `#[pointee]` is applied only to generic arguments | Brezak | -1/+58 |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -287/+283 |