| Age | Commit message (Expand) | Author | Lines |
| 2024-09-28 | Improve mistyped docblock attribute warning messages | Guillaume Gomez | -58/+58 |
| 2024-09-28 | Add regression tests for mistyped `standalone-crate` attribute | Guillaume Gomez | -0/+64 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -2/+2 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -11/+20 |
| 2024-09-28 | Rollup merge of #130944 - lukas-code:ptr-ptr-sub, r=compiler-errors | Matthias Krüger | -6/+64 |
| 2024-09-28 | Rollup merge of #130924 - surechen:fix_130851, r=compiler-errors | Matthias Krüger | -0/+73 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -44/+63 |
| 2024-09-27 | tests: issue-34798.rs => allow-phantomdata-in-ffi.rs | Jubilee Young | -0/+2 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -305/+383 |
| 2024-09-27 | tests: issue-14309.* => repr-rust-is-undefined.* | Jubilee Young | -11/+15 |
| 2024-09-27 | tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rs | Jubilee Young | -0/+3 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -271/+271 |
| 2024-09-27 | Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errors | Matthias Krüger | -11/+12 |
| 2024-09-27 | Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errors | Matthias Krüger | -23/+100 |
| 2024-09-27 | borrowck: use subtyping instead of equality for ptr-to-ptr casts | Lukas Markeffsky | -28/+1 |
| 2024-09-27 | add even more tests for ptr-to-ptr casts on trait objects | Lukas Markeffsky | -7/+92 |
| 2024-09-27 | Cleanup some known-bug issues | Jack Huey | -23/+100 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -7/+54 |
| 2024-09-27 | Rollup merge of #130873 - taiki-e:ppc64-atomic, r=Amanieu | Matthias Krüger | -2/+2 |
| 2024-09-27 | Make clashing_extern_declarations considering generic args for ADT field | surechen | -0/+73 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -100/+106 |
| 2024-09-26 | Rollup merge of #130911 - notriddle:notriddle/suggest-wrap-parens-fn-pointer,... | Jubilee | -6/+90 |
| 2024-09-27 | Fix error span when arg to asm!() is a macro call | Gurinder Singh | -7/+54 |
| 2024-09-26 | Check allow instantiating object trait binder when upcasting and in new solver | Michael Goulet | -44/+63 |
| 2024-09-26 | diagnostics: wrap fn cast suggestions in parens | Michael Howell | -6/+90 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -100/+106 |
| 2024-09-27 | Rollup merge of #130879 - fmease:fix-diag-ice, r=compiler-errors | Guillaume Gomez | -9/+53 |
| 2024-09-27 | Rollup merge of #130833 - makai410:master, r=compiler-errors,fee1-dead | Guillaume Gomez | -8/+8 |
| 2024-09-27 | Rollup merge of #130820 - 91khr:fix-coroutine-unit-arg, r=compiler-errors | Guillaume Gomez | -0/+26 |
| 2024-09-26 | Pass correct HirId to late_bound_vars in diagnostic code | León Orell Valerian Liehr | -9/+53 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -408/+154 |
| 2024-09-26 | rustc_target: Add powerpc64 atomic-related features | Taiki Endo | -2/+2 |
| 2024-09-26 | Auto merge of #130329 - khuey:reorder-constant-spills, r=davidtwco | bors | -0/+35 |
| 2024-09-26 | Fix the misleading diagnostic for let_underscore_drop on type without Drop im... | makai410 | -8/+8 |
| 2024-09-25 | Auto merge of #120752 - compiler-errors:more-relevant-bounds, r=lcnr | bors | -0/+145 |
| 2024-09-25 | Add a few more tests, comments | Michael Goulet | -0/+75 |
| 2024-09-25 | Collect relevant item bounds from trait clauses for nested rigid projections,... | Michael Goulet | -0/+70 |
| 2024-09-25 | Validate unsize coercion in MIR validation | Michael Goulet | -26/+53 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -271/+271 |
| 2024-09-25 | Fixed diagnostics for coroutines with () as input. | Virginia Senioria | -0/+26 |
| 2024-09-25 | Rollup merge of #130787 - compiler-errors:next-solver-gce, r=BoxyUwU | Matthias Krüger | -10/+41 |
| 2024-09-25 | Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnr | Matthias Krüger | -13/+17 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+6 |
| 2024-09-25 | Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35 | bors | -294/+418 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -7/+42 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -65/+66 |
| 2024-09-24 | Rollup merge of #130752 - tdittr:cmse-assembly-tests, r=jieyouxu | Trevor Gross | -5/+81 |
| 2024-09-24 | Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzol | bors | -97/+58 |
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -44/+29 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -131/+129 |