| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -5/+5 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -2/+2 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -22/+2 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -6/+7 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -6/+19 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -2/+2 |
| 2023-11-28 | Add PartialEq<&B> for &A | Michael Goulet | -44/+12 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -1/+1 |
| 2023-11-25 | effects: Run `enforce_context_effects` for all method calls | Deadbeef | -30/+75 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -50/+50 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -50/+50 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -35/+35 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -5/+8 |
| 2023-11-12 | Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead | bors | -81/+391 |
| 2023-11-12 | Deny more `~const` trait bounds | León Orell Valerian Liehr | -81/+391 |
| 2023-11-06 | Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2023-11-02 | add test for #113375 | Matthias Krüger | -0/+18 |
| 2023-11-02 | add test for #113381 | Matthias Krüger | -0/+26 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -0/+185 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -1/+1 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -32/+563 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -32/+563 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -6/+5 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+9 |
| 2023-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -12/+105 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -74/+59 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -113/+121 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -1/+8 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -0/+9 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -12/+1 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -1/+12 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -4/+4 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -143/+81 |
| 2023-08-07 | Fix ICE | Deadbeef | -24/+2 |
| 2023-08-06 | bless tests | Deadbeef | -217/+144 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -1/+1 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -64/+286 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -8/+7 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -451/+207 |
| 2023-07-04 | add test | Deadbeef | -0/+29 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+4 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -0/+4 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -0/+51 |
| 2023-06-05 | Better group RFC ui tests together | Maybe Waffle | -0/+3555 |