| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2025-06-27 | Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com... | Matthias Krüger | -2/+21 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -20/+20 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -1/+3 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -2/+21 |
| 2025-06-27 | Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr | Guillaume Gomez | -9/+11 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -187/+63 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -1/+3 |
| 2025-06-26 | Rollup merge of #142637 - compiler-errors:less-globs, r=lcnr | Michael Goulet | -9/+13 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -20/+20 |
| 2025-06-25 | Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obk | Jana Dönszelmann | -0/+2 |
| 2025-06-25 | rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc | Michael Goulet | -1/+1 |
| 2025-06-25 | Remove some glob imports from the type system | Michael Goulet | -8/+12 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -0/+2 |
| 2025-06-25 | compiler: Trim the misleading C of C-cmse from errors | Jubilee Young | -1/+1 |
| 2025-06-25 | compiler: Trim the misleading C from ExternAbi::CCmse* | Jubilee Young | -4/+4 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -3/+6 |
| 2025-06-24 | Rollup merge of #142695 - GrigorenkoPV:attributes/rustc_skip_during_method_di... | Guillaume Gomez | -16/+6 |
| 2025-06-23 | Add note to find_const_ty_from_env | Michael Goulet | -1/+3 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -16/+6 |
| 2025-06-23 | unsupported_calling_conventions: print which ABI this is about | Ralf Jung | -1/+3 |
| 2025-06-23 | Clarify note in rustc_ast_lowering still applies | Jubilee Young | -2/+3 |
| 2025-06-23 | compiler: Remove unsupported_fn_ptr_calling_conventions lint | Jubilee Young | -30/+6 |
| 2025-06-23 | hir_analysis: Avoid repeating unsupported ABI errors | Jubilee Young | -8/+2 |
| 2025-06-23 | move naked checks out of check_attr.rs | Jana Dönszelmann | -1/+0 |
| 2025-06-23 | rewrite #[naked] parser | Jana Dönszelmann | -1/+2 |
| 2025-06-22 | Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors | Guillaume Gomez | -67/+13 |
| 2025-06-21 | Port `#[rustc_pub_transparent]` to the new attribute system | Pavel Grigorenko | -1/+6 |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -69/+65 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -4/+2 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -1/+17 |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -118/+104 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -4/+2 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -30/+2 |
| 2025-06-18 | hir_analysis: add `#![rustc_no_implicit_bounds]` | David Wood | -9/+11 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -1/+17 |
| 2025-06-17 | Dont replace escaping bound vars in item sigs | Boxy | -43/+33 |
| 2025-06-17 | Test whether we use DeepRejectCtxt | Boxy | -4/+8 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -118/+110 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -136/+316 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -0/+5 |
| 2025-06-15 | Auto merge of #142455 - jdonszelmann:attempt-to-mitigate-delayed-lint-perf-pr... | bors | -5/+33 |
| 2025-06-14 | Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errors | bors | -2/+1 |
| 2025-06-14 | Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubilee | Matthias Krüger | -14/+6 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -7/+14 |
| 2025-06-13 | Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnr | Jubilee | -3/+3 |
| 2025-06-13 | TypeVisiting binders no longer requires TypeFolding its interior | Michael Goulet | -3/+3 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -2/+28 |
| 2025-06-13 | variadic functions: remove list of supported ABIs from error | Ralf Jung | -14/+6 |
| 2025-06-13 | Merge unboxed trait object error suggestion into regular dyn incompat error | Oli Scherer | -67/+13 |