| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -17/+19 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -15/+15 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-12 | blessed | darklyspaced | -15/+15 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -108/+68 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -8/+8 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -20/+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-09 | Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-dead | Guillaume Gomez | -0/+0 |
| 2023-12-09 | Tweak the `no-nuls.rs` test. | Nicholas Nethercote | -0/+0 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -4/+4 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -0/+183 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 |
| 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 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -4/+4 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -4/+4 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |