| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -3/+3 |
| 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 |
| 2024-01-19 | Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errors | Matthias Krüger | -0/+191 |
| 2024-01-18 | Split-off the passing tests to ensure they pass | Nadrieril | -17/+24 |
| 2024-01-18 | Typecheck never patterns | Nadrieril | -5/+78 |
| 2024-01-18 | Add tests | Nadrieril | -0/+111 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -2/+12 |
| 2024-01-18 | Consistently warn unreachable subpatterns | Nadrieril | -4/+18 |
| 2024-01-18 | Add tests | Nadrieril | -0/+61 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -2/+12 |
| 2024-01-15 | make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility | asquared31415 | -0/+1 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -1/+104 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -0/+45 |
| 2024-01-13 | Bless tests | George-lewis | -0/+45 |
| 2024-01-12 | Allow `~const` on assoc ty bounds again | León Orell Valerian Liehr | -59/+149 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -0/+0 |
| 2024-01-10 | Add more tests | Nadrieril | -1/+46 |
| 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-09 | Check bindings around never patterns | Nadrieril | -40/+27 |
| 2024-01-09 | Add tests | Nadrieril | -0/+71 |
| 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-08 | Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile... | Matthias Krüger | -17/+49 |
| 2024-01-07 | effects: support ~const in assoc fns in trait impls | León Orell Valerian Liehr | -17/+49 |
| 2024-01-05 | Rollup merge of #119622 - Nadrieril:never_patterns_macros, r=compiler-errors | Matthias Krüger | -0/+54 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -2/+104 |
| 2024-01-05 | Document behavior of `!` with MbE | Nadrieril | -0/+54 |
| 2024-01-05 | Restore if let guard temporary scoping difference | Matthew Jasper | -0/+72 |
| 2024-01-05 | Remove `thir::Guard` | Matthew Jasper | -0/+30 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -2/+2 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -24/+24 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -37/+152 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -11/+11 |
| 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 | -11/+11 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -3/+55 |