| Age | Commit message (Expand) | Author | Lines |
| 2025-01-08 | Don't allow transmuting ZSTs in dispatch_from_dyn impl | Michael Goulet | -4/+13 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -8/+15 |
| 2025-01-06 | footnote to ordinary comment | lcnr | -15/+15 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -0/+3 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -15/+15 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -15/+15 |
| 2025-01-04 | Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es... | Matthias Krüger | -0/+20 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -31/+94 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -0/+3 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -31/+94 |
| 2025-01-03 | Report impl has stricter requirements even when RPITIT inference gets in the way | Michael Goulet | -0/+20 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -2/+11 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -2/+2 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -23/+52 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -1/+16 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -2/+11 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -1/+1 |
| 2025-01-02 | nit: Make get_infer_ret_ty name more consistent with is_suggestable_infer_ty | Michael Goulet | -2/+2 |
| 2025-01-01 | Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqd | Matthias Krüger | -1/+4 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -1/+4 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -1/+3 |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -0/+5 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -1/+3 |
| 2024-12-25 | Use PostBorrowckAnalysis in check_coroutine_obligations | Michael Goulet | -8/+15 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -9/+16 |
| 2024-12-20 | Explain why a type is not eligible for `impl PointerLike`. | Kevin Reid | -31/+69 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -44/+5 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -11/+11 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -9/+17 |
| 2024-12-19 | Rename Scope.id to Scope.local_id, remove trivial accessor | Michael Goulet | -11/+11 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -9/+17 |
| 2024-12-18 | Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr | 许杰友 Jieyou Xu (Joe) | -15/+33 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -15/+33 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -32/+18 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -2/+2 |
| 2024-12-14 | Rollup merge of #134264 - adetaylor:weak-and-nonnull, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2024-12-14 | Rollup merge of #134259 - compiler-errors:infer-ret-ty, r=dtolnay | Matthias Krüger | -85/+94 |
| 2024-12-14 | Rollup merge of #133392 - compiler-errors:object-sup, r=lcnr | Matthias Krüger | -151/+145 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -2/+2 |
| 2024-12-14 | Arbitrary self types v2: Weak, NonNull hints | Adrian Taylor | -1/+23 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -1/+51 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -4/+19 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+51 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -3/+2 |
| 2024-12-14 | Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errors | Matthias Krüger | -1/+17 |
| 2024-12-14 | Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -0/+43 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -3/+2 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+43 |