| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -12/+63 |
| 2024-08-27 | Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=Amanieu | Trevor Gross | -8/+139 |
| 2024-08-27 | Rollup merge of #129490 - randomPoison:trusty-os-support, r=Urgau | Trevor Gross | -2/+8 |
| 2024-08-27 | Rollup merge of #128935 - lqd:needs-zstd, r=Kobzol | Trevor Gross | -39/+42 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -2/+25 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+72 |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -1/+27 |
| 2024-08-27 | Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -0/+28 |
| 2024-08-27 | Rollup merge of #129250 - estebank:issue-129205, r=compiler-errors | Matthias Krüger | -17/+25 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -17/+17 |
| 2024-08-26 | Remove crashes from type_of on resolution that doesn't have a type_of | Michael Goulet | -17/+0 |
| 2024-08-26 | Do not ICE on non-ADT rcvr type when looking for crate version collision | Esteban Küber | -0/+25 |
| 2024-08-26 | Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-... | Matthias Krüger | -6/+22 |
| 2024-08-26 | Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35 | Matthias Krüger | -1/+69 |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -6/+22 |
| 2024-08-26 | Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -8/+16 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -0/+17 |
| 2024-08-26 | Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmease | Matthias Krüger | -0/+28 |
| 2024-08-26 | Rollup merge of #129405 - surechen:fix_span_x, r=cjgillot | Matthias Krüger | -29/+12 |
| 2024-08-26 | Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnr | Matthias Krüger | -0/+14 |
| 2024-08-25 | expand zstd debuginfo compression test | Rémy Rakic | -10/+23 |
| 2024-08-25 | prepare test for expanding scope | Rémy Rakic | -0/+0 |
| 2024-08-25 | mark `rust-lld-compress-debug-sections` test as needing zstd | Rémy Rakic | -14/+4 |
| 2024-08-25 | Remove redundant flags that can be inferred from the HIR | Michael Goulet | -0/+28 |
| 2024-08-25 | Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel... | Matthias Krüger | -0/+73 |
| 2024-08-25 | Add regression test for impl associated types source link | Guillaume Gomez | -0/+26 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -1/+1 |
| 2024-08-25 | Fixing span manipulation and indentation of the suggestion introduced by #126187 | surechen | -29/+12 |
| 2024-08-25 | tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-... | Ralf Jung | -8/+16 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -409/+455 |
| 2024-08-24 | Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle | Trevor Gross | -0/+7 |
| 2024-08-24 | Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errors | Trevor Gross | -132/+134 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -6/+126 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -41/+28 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -0/+139 |
| 2024-08-25 | Add `f16` and `f128` inline ASM support for `aarch64` | beetrees | -33/+116 |
| 2024-08-24 | Enable f16 in assembly on aarch64 platforms that support it | rongfu.leng | -4/+52 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+17 |
| 2024-08-24 | Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errors | Matthias Krüger | -2/+13 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -184/+383 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -52/+11 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -171/+48 |
| 2024-08-24 | repr_transparent_external_private_fields: treat `rustc_pub_transparent` types... | Pavel Grigorenko | -0/+25 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+48 |
| 2024-08-24 | remove invalid `TyCompat` relation for effects | Deadbeef | -2/+13 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -2/+8 |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -132/+134 |
| 2024-08-23 | Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxu | bors | -8/+70 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+7 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -17/+17 |