| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -13/+5 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -71/+72 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -2/+2 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -162/+177 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+18 |
| 2024-10-10 | Move ty::Error branch into super_combine_tys | Michael Goulet | -61/+5 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -71/+72 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -76/+79 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -14/+14 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -14/+14 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -50/+39 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -2/+2 |
| 2024-09-17 | Rollup merge of #130440 - compiler-errors:rpitit-opaque-hidden, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-09-17 | Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr | bors | -11/+44 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -0/+58 |
| 2024-09-16 | Don't ICE in opaque_hidden_inferred_bound lint for RPITIT in trait with no de... | Michael Goulet | -0/+16 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -0/+58 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -5/+5 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -13/+22 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -11/+44 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -5/+4 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -20/+14 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -14/+20 |
| 2024-09-05 | Don't worry about uncaptured contravariant lifetimes if they outlive a captur... | Michael Goulet | -0/+15 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -14/+20 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -5/+34 |
| 2024-08-26 | Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-... | Matthias Krüger | -6/+22 |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -6/+22 |
| 2024-08-24 | Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errors | Trevor Gross | -34/+36 |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -34/+36 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -19/+24 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -50/+42 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -103/+67 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -2/+2 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -2/+2 |
| 2024-08-06 | Don't arbitrarily choose one upper bound for hidden captured region | Michael Goulet | -14/+46 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -8/+4 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -5/+5 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -62/+162 |
| 2024-07-24 | Do not assemble candidates for auto traits of opaque types in their defining ... | Oli Scherer | -43/+63 |
| 2024-07-24 | Add regression tests | Oli Scherer | -0/+88 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -64/+7 |
| 2024-07-24 | Add regression test | Oli Scherer | -0/+49 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -24/+12 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+1 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+24 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -2/+2 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -35/+21 |