| Age | Commit message (Expand) | Author | Lines |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -3/+0 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -3/+0 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -12/+2 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -2/+12 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -0/+17 |
| 2024-01-13 | Bless tests | George-lewis | -0/+17 |
| 2024-01-12 | Allow `~const` on assoc ty bounds again | León Orell Valerian Liehr | -59/+149 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -50/+205 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -50/+205 |
| 2024-01-08 | Remove logic in one_bound in astconv that prefers non-const bounds | Michael Goulet | -12/+11 |
| 2024-01-08 | ~const trait or projection bounds do not imply non-const bounds | Michael Goulet | -33/+208 |
| 2024-01-07 | effects: support ~const in assoc fns in trait impls | León Orell Valerian Liehr | -17/+49 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -1/+1 |
| 2024-01-04 | Rollup merge of #119540 - fmease:no-effect-args-inside-dyn-trait, r=compiler-... | Matthias Krüger | -2/+32 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -0/+80 |
| 2024-01-03 | Don't synthesize host effect args inside trait object types | León Orell Valerian Liehr | -2/+32 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -3/+55 |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -3/+3 |
| 2024-01-02 | Don't synthesize host effect params for trait assoc fns marked const | León Orell Valerian Liehr | -0/+28 |
| 2024-01-01 | Pretty-print always-const trait predicates correctly | León Orell Valerian Liehr | -3/+73 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -75/+317 |
| 2023-12-23 | add a test for ICE #112822 | Deadbeef | -0/+34 |
| 2023-12-23 | Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors | bors | -86/+96 |
| 2023-12-19 | bless ui tests | Deadbeef | -86/+96 |
| 2023-12-18 | Check const_eval_select intrinsic correctly | Michael Goulet | -1/+6 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -2/+13 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -17/+19 |
| 2023-12-10 | fix tests | Deadbeef | -10/+41 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -1/+1 |
| 2023-12-10 | Restore `const PartialEq` | Deadbeef | -111/+40 |
| 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 |