| Age | Commit message (Expand) | Author | Lines |
| 2023-06-22 | Add tests showcasing our short circuiting behaviour in the signature checks f... | Oli Scherer | -0/+129 |
| 2023-06-22 | Point to argument/return type instead of the whole function header | Oli Scherer | -18/+68 |
| 2023-06-22 | Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ... | Matthias Krüger | -2/+2 |
| 2023-06-22 | Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol... | Matthias Krüger | -0/+103 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -2/+2 |
| 2023-06-21 | Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomez | bors | -4/+12 |
| 2023-06-21 | Additional test demonstrating check for full trait ref | Michael Goulet | -0/+55 |
| 2023-06-21 | Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin | bors | -49/+49 |
| 2023-06-21 | Don't substitute a GAT that has mismatched generics in OpaqueTypeCollector | Michael Goulet | -0/+48 |
| 2023-06-21 | Liberate bound vars properly when suggesting missing AFIT | Michael Goulet | -4/+12 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -49/+49 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+30 |
| 2023-06-20 | Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstrieb | bors | -0/+33 |
| 2023-06-20 | test(resolve): update_resolution for remove single import | bohan | -0/+33 |
| 2023-06-20 | Rollup merge of #112819 - dtolnay:weirdderef, r=Nilstrieb | Guillaume Gomez | -5/+5 |
| 2023-06-20 | Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb | Guillaume Gomez | -23/+23 |
| 2023-06-20 | Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c... | Guillaume Gomez | -0/+39 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -2/+77 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -0/+54 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -2/+23 |
| 2023-06-19 | Disable feature(unboxed_closures, fn_traits) in weird-exprs | David Tolnay | -5/+5 |
| 2023-06-19 | Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=... | Michael Goulet | -0/+2 |
| 2023-06-19 | Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naber | Michael Goulet | -0/+59 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -0/+51 |
| 2023-06-19 | Rollup merge of #112783 - compiler-errors:nlb-fnptr-reject-ice, r=fee1-dead | Matthias Krüger | -0/+40 |
| 2023-06-19 | Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnr | Matthias Krüger | -0/+45 |
| 2023-06-19 | Rollup merge of #112777 - compiler-errors:normalize-weak-more, r=oli-obk | Matthias Krüger | -0/+12 |
| 2023-06-19 | Rollup merge of #112768 - NotStirred:translatable_diag/resolve1, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-06-19 | Remove unreachable and untested suggestion for invalid span enum derive(Default) | Tom Martin | -1/+1 |
| 2023-06-19 | Don't consider TAIT normalizable to hidden ty if it would result in impossibl... | Michael Goulet | -0/+2 |
| 2023-06-19 | update tests | lcnr | -23/+23 |
| 2023-06-19 | Auto merge of #112366 - lukas-code:test, r=Nilstrieb | bors | -0/+70 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+30 |
| 2023-06-19 | Don't ICE on bound var in reject_fn_ptr_impls | Michael Goulet | -0/+40 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -0/+45 |
| 2023-06-18 | Continue folding in query normalizer on weak aliases | Michael Goulet | -0/+12 |
| 2023-06-18 | Rollup merge of #112537 - compiler-errors:dont-record-adjustments-twice, r=cj... | Michael Goulet | -0/+46 |
| 2023-06-18 | Auto merge of #112636 - clubby789:no-capture-array-ref, r=cjgillot | bors | -18/+65 |
| 2023-06-18 | sort the errors from arguments checking so that suggestions are handled properly | yukang | -0/+39 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -0/+51 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -7/+4 |
| 2023-06-17 | Rollup merge of #112683 - asquared31415:asm_clobber_ice, r=compiler-errors | Matthias Krüger | -91/+183 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -88/+203 |
| 2023-06-16 | fix ICE on specific malformed asm clobber_abi | asquared31415 | -91/+183 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -7/+4 |
| 2023-06-16 | Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiser | Michael Goulet | -0/+22 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -88/+203 |
| 2023-06-16 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-16 | Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercote | Dylan DPC | -0/+18 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -0/+19 |