| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Rollup merge of #129494 - tshepang:fmt-threads-sendsync, r=Nadrieril | Jubilee | -247/+315 |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com... | Jubilee | -16/+61 |
| 2024-08-28 | Rollup merge of #129343 - estebank:time-version, r=jieyouxu | Jubilee | -0/+19 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -10/+11 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -0/+196 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -0/+19 |
| 2024-08-29 | derive(SmartPointer): assume pointee from the single generic and better error... | Ding Xiang Fei | -16/+61 |
| 2024-08-28 | Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-08-28 | Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors | Matthias Krüger | -473/+473 |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -0/+1 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -11/+6 |
| 2024-08-28 | Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj... | Matthias Krüger | -0/+145 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+196 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -10/+0 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -12/+12 |
| 2024-08-27 | interpret: add missing alignment check in raw_eq | Ralf Jung | -1/+15 |
| 2024-08-27 | Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2024-08-27 | Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw... | Matthias Krüger | -0/+29 |
| 2024-08-27 | add uitest for naked functions and the repr attr on functions | jdonszelmann | -0/+125 |
| 2024-08-27 | add repr to the allowlist for naked functions, and test that it works | jdonszelmann | -0/+20 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -473/+473 |
| 2024-08-27 | tests: Update with new aarch64 target features | Kajetan Puchalski | -10/+10 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -0/+1 |
| 2024-08-27 | ABI compat check: detect unadjusted ABI mismatches | Ralf Jung | -3/+4 |
| 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-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -0/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -12/+12 |
| 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 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -11/+6 |
| 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 |