| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Rollup merge of #129712 - randomPoison:trusty-tier-3-fix, r=saethlin | Jubilee | -2/+2 |
| 2024-08-28 | Rollup merge of #129689 - compiler-errors:impl-lifetime, r=michaelwoerister | Jubilee | -14/+18 |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com... | Jubilee | -28/+47 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -4/+1 |
| 2024-08-28 | Rollup merge of #129343 - estebank:time-version, r=jieyouxu | Jubilee | -2/+50 |
| 2024-08-28 | Rollup merge of #129170 - artemagvanian:span-to-location, r=celinval | Jubilee | -0/+16 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -41/+144 |
| 2024-08-28 | Correct trusty targets to be tier 3 | Nicole LeGare | -2/+2 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -27/+308 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -2/+50 |
| 2024-08-29 | derive(SmartPointer): assume pointee from the single generic and better error... | Ding Xiang Fei | -28/+47 |
| 2024-08-28 | Move 'tcx lifetime off of impl and onto methods | Michael Goulet | -14/+18 |
| 2024-08-28 | Rollup merge of #129686 - Zalathar:source-region, r=compiler-errors | Matthias Krüger | -43/+36 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -30/+40 |
| 2024-08-28 | Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-08-28 | Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -45/+24 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -1/+11 |
| 2024-08-28 | Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj... | Matthias Krüger | -0/+1 |
| 2024-08-28 | coverage: Rename `CodeRegion` to `SourceRegion` | Zalathar | -34/+35 |
| 2024-08-28 | coverage: Simplify some debug logging | Zalathar | -7/+1 |
| 2024-08-28 | coverage: `CodeRegion` is never stored in an arena | Zalathar | -2/+0 |
| 2024-08-28 | clarify what term can be | Orion Gonzalez | -1/+3 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -4/+9 |
| 2024-08-28 | cleanup make_input | Orion Gonzalez | -19/+26 |
| 2024-08-28 | replace is_some() -> unwrap with if let | Orion Gonzalez | -6/+2 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -27/+308 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -53/+22 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -289/+259 |
| 2024-08-27 | Auto merge of #129665 - matthiaskrgr:rollup-hy23k7d, r=matthiaskrgr | bors | -734/+802 |
| 2024-08-27 | Auto merge of #129513 - cjgillot:fast-source-span, r=petrochenkov | bors | -5/+13 |
| 2024-08-27 | interpret: add missing alignment check in raw_eq | Ralf Jung | -5/+5 |
| 2024-08-27 | compiler: Remove feature(new_uninit) | Jubilee Young | -4/+1 |
| 2024-08-27 | Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkov | Matthias Krüger | -3/+22 |
| 2024-08-27 | Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=Urgau | Matthias Krüger | -703/+743 |
| 2024-08-27 | Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorino | Matthias Krüger | -26/+29 |
| 2024-08-27 | Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw... | Matthias Krüger | -2/+8 |
| 2024-08-27 | add repr to the allowlist for naked functions, and test that it works | jdonszelmann | -0/+1 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -1/+1 |
| 2024-08-27 | rustc_codegen_llvm: Filter out unavailable LLVM features | Kajetan Puchalski | -38/+63 |
| 2024-08-27 | rustc_target: Remove fpmr target feature | Kajetan Puchalski | -2/+6 |
| 2024-08-27 | rustc_target: Add SME aarch64 features | Kajetan Puchalski | -0/+26 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -5/+53 |
| 2024-08-27 | ABI compat check: detect unadjusted ABI mismatches | Ralf Jung | -3/+22 |
| 2024-08-27 | Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=Amanieu | Trevor Gross | -7/+15 |
| 2024-08-27 | Rollup merge of #129490 - randomPoison:trusty-os-support, r=Urgau | Trevor Gross | -0/+74 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -45/+14 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -1/+1 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -28/+64 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -4/+51 |