| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -1/+7 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -15/+0 |
| 2025-01-08 | Don't allow transmuting ZSTs in dispatch_from_dyn impl | Michael Goulet | -1/+1 |
| 2024-12-14 | Arbitrary self types v2: Weak, NonNull hints | Adrian Taylor | -0/+6 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -0/+6 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+2 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -6/+8 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -2/+0 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -1/+1 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+3 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+3 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+7 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -0/+5 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -0/+6 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -4/+0 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -2/+4 |
| 2024-10-14 | improve error messages for `C-cmse-nonsecure-entry` functions | Folkert de Vries | -6/+9 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -15/+0 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -0/+3 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -15/+0 |
| 2024-09-26 | Make new information notes instead of labels | Jonathan Birk | -4/+4 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-21 | Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726 | Michael Goulet | -1/+3 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -1/+1 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -1/+1 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -0/+2 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -1/+1 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -19/+0 |
| 2024-08-11 | Add more information link to orphan impls | Jonathan Birk | -1/+3 |
| 2024-07-30 | Change orphan hint from "only" to "any uncovered type inside..." | Jonathan Birk | -1/+1 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -2/+1 |
| 2024-07-23 | Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst... | León Orell Valerian Liehr | -1/+6 |
| 2024-07-23 | HIR ty lowering: Refactor the way the projectee ("QSelf") gets passed to diag... | León Orell Valerian Liehr | -3/+3 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -0/+4 |
| 2024-07-19 | Rollup merge of #127966 - oli-obk:structured_diag, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -0/+17 |
| 2024-07-19 | Use structured suggestions for unconstrained generic parameters on impl blocks | Oli Scherer | -0/+5 |
| 2024-07-18 | improve error reporting | Folkert | -2/+6 |
| 2024-07-18 | move CMSE validation to hir_analysis | Folkert | -0/+13 |
| 2024-07-17 | Account for structs that have unused params in nested types in fields | Michael Goulet | -0/+1 |
| 2024-07-17 | Account for self ty alias | Michael Goulet | -1/+1 |
| 2024-07-17 | Mention that type parameters are used recursively | Michael Goulet | -0/+5 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -4/+4 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -0/+4 |
| 2024-07-08 | Remove another `StructuredDiag` impl | Oli Scherer | -4/+0 |
| 2024-07-04 | Remove a use of `StructuredDiag`, which is incompatible with automatic error ... | Oli Scherer | -2/+0 |
| 2024-06-30 | Make `feature(effects)` require `-Znext-solver` | Deadbeef | -0/+4 |
| 2024-06-22 | Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors | Guillaume Gomez | -2/+2 |