| Age | Commit message (Expand) | Author | Lines |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -1/+1 |
| 2024-09-24 | Rollup merge of #130788 - tgross35:memchr-pinning, r=Noratrieb,Mark-Simulacrum | Trevor Gross | -2/+1 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -60/+61 |
| 2024-09-24 | update doc comment | Lukas Markeffsky | -2/+4 |
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -30/+92 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -95/+155 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -14/+23 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -12/+28 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -50/+47 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Pin memchr to 2.5.0 in the library rather than rustc_ast | Trevor Gross | -2/+1 |
| 2024-09-24 | Auto merge of #130775 - jieyouxu:revert-129047, r=nagisa | bors | -175/+85 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -60/+61 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -91/+66 |
| 2024-09-24 | Revert "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgil... | 许杰友 Jieyou Xu (Joe) | -175/+85 |
| 2024-09-24 | Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors | bors | -99/+134 |
| 2024-09-23 | Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxu | Michael Goulet | -19/+3 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+25 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -79/+102 |
| 2024-09-23 | Rollup merge of #130618 - m-ou-se:skip-query, r=compiler-errors | Michael Goulet | -1/+4 |
| 2024-09-24 | Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwU | bors | -316/+41 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -79/+102 |
| 2024-09-23 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -8/+112 |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -19/+3 |
| 2024-09-23 | Auto merge of #130755 - workingjubilee:rollup-zpja9b3, r=workingjubilee | bors | -70/+75 |
| 2024-09-23 | format | Luv-Ray | -1/+1 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+25 |
| 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 | -64/+75 |
| 2024-09-23 | Rustfmt | bjorn3 | -8/+5 |
| 2024-09-23 | Revert change to apply_patches to fix panic | bjorn3 | -1/+6 |
| 2024-09-23 | Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-202... | bjorn3 | -347/+487 |
| 2024-09-23 | fix unqualified_local_imports in rustc_const_eval | Ralf Jung | -8/+11 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+101 |
| 2024-09-23 | Update compiler/rustc_middle/src/hir/map/mod.rs | Mara Bos | -1/+2 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -12/+2 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -67/+17 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -239/+24 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -1/+1 |
| 2024-09-23 | Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot | bors | -85/+175 |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -7/+17 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -37/+120 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -21/+20 |
| 2024-09-23 | Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726 | Matthias Krüger | -1/+1 |
| 2024-09-23 | Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU | Matthias Krüger | -32/+27 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -14/+1 |
| 2024-09-23 | Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum | bors | -6801/+5763 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -64/+75 |
| 2024-09-22 | Auto merge of #130680 - saethlin:module-name-to-str, r=jieyouxu | bors | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6801/+5763 |