| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -12/+10 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -11/+5 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -2/+0 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -11/+5 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+0 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -2/+3 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -25/+25 |
| 2024-03-07 | Use the same collection order as check_mod_type_wf | Oli Scherer | -2/+2 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -4/+41 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -2/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+2 |
| 2024-02-27 | rename RPITIT from opaque to synthetic | Michael Goulet | -2/+2 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-02-23 | Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnr | Matthias Krüger | -0/+35 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+35 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -0/+249 |
| 2024-02-22 | Remove some annotations that just specify the default | Oli Scherer | -17/+13 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -53/+14 |
| 2024-02-21 | test that we do not support higher-ranked regions in opaque type inference | Ali MJ Al-Nasrawy | -0/+292 |
| 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) | -400/+400 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+12 |
| 2024-02-13 | Prefer `min_exhaustive_patterns` in tests | Nadrieril | -6/+6 |
| 2024-02-08 | Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-02-08 | Test `min_exhaustive_patterns` in more cases | Nadrieril | -3/+3 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -47/+213 |
| 2024-02-07 | Update tests | r0cky | -1/+31 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -36/+36 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -0/+242 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -2/+2 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -46/+132 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -2/+2 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -3/+3 |
| 2024-01-26 | add test checking behavior of matching on floats, and NaNs in consts | Ralf Jung | -11/+30 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -11/+10 |
| 2024-01-26 | make matching on NaN a hard error | Ralf Jung | -46/+114 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -120/+31 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -120/+31 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -12/+2 |
| 2024-01-22 | Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors | Matthias Krüger | -0/+262 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -0/+75 |
| 2024-01-22 | Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile... | Matthias Krüger | -0/+75 |
| 2024-01-22 | Test async fn | Nadrieril | -0/+34 |
| 2024-01-22 | Use `-> !` to test divergence | Nadrieril | -5/+8 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2024-01-22 | Never pattern in `let` statement diverges | Nadrieril | -15/+27 |
| 2024-01-22 | Never pattern in function arguments diverges | Nadrieril | -0/+213 |