| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnr | bors | -0/+24 |
| 2024-09-02 | Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot | Matthias Krüger | -0/+12 |
| 2024-09-01 | Auto merge of #129854 - Kobzol:revert-127537, r=lqd | bors | -159/+0 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -73/+9 |
| 2024-09-01 | Replace walk with visit so we dont skip outermost expr kind in def collector | Michael Goulet | -0/+12 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -159/+0 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -7/+7 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -25/+438 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -2/+2 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -7/+7 |
| 2024-08-31 | Inline expected_inputs_for_expected_output into check_argument_types/check_ex... | Michael Goulet | -0/+5 |
| 2024-08-31 | Use equality when relating formal and expected type in arg checking | Michael Goulet | -0/+19 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -73/+9 |
| 2024-08-31 | make the const-unstable-in-stable error more clear | Ralf Jung | -2/+2 |
| 2024-08-31 | Rollup merge of #129760 - cuviper:old-timey, r=compiler-errors | Matthias Krüger | -8/+16 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -25/+438 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -0/+20 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -0/+19 |
| 2024-08-29 | Make the "detect-old-time" UI test more representative | Josh Stone | -8/+16 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -45/+176 |
| 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 | -3/+4 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -0/+159 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -0/+19 |
| 2024-08-28 | fmt-debug option | Kornel | -45/+176 |
| 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 | -463/+463 |
| 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/+125 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+159 |
| 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 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -463/+463 |
| 2024-08-27 | tests: Update with new aarch64 target features | Kajetan Puchalski | -3/+3 |
| 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 | -3/+28 |
| 2024-08-27 | Rollup merge of #129490 - randomPoison:trusty-os-support, r=Urgau | Trevor Gross | -2/+2 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -2/+25 |
| 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 #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -0/+28 |