| Age | Commit message (Expand) | Author | Lines |
| 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/+29 |
| 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/+25 |
| 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/+23 |
| 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 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -9/+10 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -1/+23 |
| 2024-12-13 | Clean up infer_return_ty_for_fn_sig | Michael Goulet | -85/+94 |
| 2024-12-13 | Use a more precise span in placeholder_type_error_diag | Arthur Carcano | -3/+4 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -21/+47 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -9/+10 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+43 |
| 2024-12-12 | Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxu | Matthias Krüger | -44/+74 |
| 2024-12-11 | Clarify why a type is rejected for asm! | Oli Scherer | -44/+73 |
| 2024-12-11 | Evaluate constants in SIMD vec lengths before rejecting them | Oli Scherer | -0/+1 |
| 2024-12-11 | Fix ICE when multiple supertrait substitutions need assoc but only one is pro... | Michael Goulet | -23/+32 |
| 2024-12-11 | Dont use span as key when collecting missing associated types from dyn | Michael Goulet | -149/+134 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -21/+47 |
| 2024-12-11 | Rollup merge of #134158 - compiler-errors:item-def-id, r=jackh726 | Jacob Pratt | -2/+2 |
| 2024-12-11 | Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd | Jacob Pratt | -14/+1 |
| 2024-12-11 | Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiser | Jacob Pratt | -2/+9 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -2/+2 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -14/+1 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -9/+57 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -9/+37 |
| 2024-12-10 | Validate self in host predicates correctly | Michael Goulet | -2/+9 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -9/+57 |
| 2024-12-09 | Unconditionally error at definition if default field value has const errors | Esteban Küber | -0/+19 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -3/+10 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -1/+7 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -9/+37 |
| 2024-12-06 | Hide errors whose suggestions would contain error constants or types | Oli Scherer | -0/+3 |
| 2024-12-05 | Avoid fetching the anon const hir node that is already available | Oli Scherer | -16/+10 |
| 2024-12-04 | Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2024-12-04 | Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errors | Matthias Krüger | -238/+10 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -2/+12 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -0/+1 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -238/+10 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -0/+1 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -1/+3 |