| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -15/+15 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -26/+24 |
| 2024-09-24 | add another test | Lukas Markeffsky | -1/+14 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -4/+22 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -7/+42 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -10/+41 |
| 2024-09-24 | Auto merge of #130775 - jieyouxu:revert-129047, r=nagisa | bors | -247/+18 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -65/+66 |
| 2024-09-24 | Update `run-make` tests to use `cargo` wrapper cmd | 许杰友 Jieyou Xu (Joe) | -97/+58 |
| 2024-09-24 | Add regression test for #130769 | 许杰友 Jieyou Xu (Joe) | -0/+18 |
| 2024-09-24 | Revert "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgil... | 许杰友 Jieyou Xu (Joe) | -247/+0 |
| 2024-09-24 | Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors | bors | -195/+211 |
| 2024-09-23 | Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnay | Michael Goulet | -8/+5 |
| 2024-09-23 | Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxu | Michael Goulet | -31/+47 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+3 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -156/+156 |
| 2024-09-24 | Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwU | bors | -640/+145 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -8/+5 |
| 2024-09-23 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -0/+71 |
| 2024-09-23 | Improve assembly test for CMSE ABIs | Tamme Dittrich | -5/+81 |
| 2024-09-23 | Add a test | Michael Goulet | -0/+32 |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -31/+15 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -23/+23 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+3 |
| 2024-09-23 | Rollup merge of #130721 - GrigorenkoPV:block-no-opening-brace, r=jieyouxu | Jubilee | -12/+48 |
| 2024-09-23 | Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu | Jubilee | -6/+0 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -0/+16 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+71 |
| 2024-09-23 | Update rustdoc doctest non_local_defs impl test | Urgau | -11/+13 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -40/+7 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -57/+59 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -404/+12 |
| 2024-09-23 | fix ices on vfe about principal trait | Luv-Ray | -13/+17 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -168/+94 |
| 2024-09-23 | Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot | bors | -0/+247 |
| 2024-09-23 | Rollup merge of #130726 - workingjubilee:put-the-spurs-to-this-test, r=BoxyUwU | Matthias Krüger | -22/+0 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -2/+2 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -158/+158 |
| 2024-09-23 | Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726 | Matthias Krüger | -429/+76 |
| 2024-09-23 | Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU | Matthias Krüger | -0/+24 |