| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -25/+25 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -4/+41 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+2 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+35 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -19/+34 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -36/+164 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -102/+102 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+12 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -18/+118 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -2/+2 |
| 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 |