| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-30 | Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot | bors | -0/+37 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -75/+317 |
| 2023-12-26 | Don't drop a hir node after lowering | Nadrieril | -0/+37 |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -0/+134 |
| 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-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -0/+134 |
| 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 | Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-dead | Matthias Krüger | -17/+19 |