| Age | Commit message (Expand) | Author | Lines |
| 2023-06-22 | Handle weak type aliases by immediately resolving them to their aliased type | Oli Scherer | -10/+0 |
| 2023-06-22 | Re-use error code for duplicate error | Oli Scherer | -2/+4 |
| 2023-06-22 | Fix a codegen test | Oli Scherer | -1/+13 |
| 2023-06-22 | Treat opaque types failing the signature defining scope check as defining, as... | Oli Scherer | -63/+3 |
| 2023-06-22 | Stop failing eagerly, and collect all opaque types even if some are erroneous. | Oli Scherer | -19/+1 |
| 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 #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | 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 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -2/+2 |
| 2023-06-21 | Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomez | bors | -4/+62 |
| 2023-06-21 | Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle | Guillaume Gomez | -0/+50 |
| 2023-06-21 | Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkin | Guillaume Gomez | -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 | -133/+330 |
| 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 | Add test to prevent regression for fields display | Guillaume Gomez | -0/+50 |
| 2023-06-21 | Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomez | bors | -4/+128 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -0/+47 |
| 2023-06-21 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -4/+81 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+2 |
| 2023-06-21 | Add tests for invalid files generation | Guillaume Gomez | -4/+81 |
| 2023-06-21 | Add rustdoc tests for `lazy_type_alias` | Guillaume Gomez | -0/+49 |
| 2023-06-21 | Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillot | bors | -169/+158 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -133/+330 |
| 2023-06-21 | Disable two mir opts that are known to be unsound | Oli Scherer | -169/+158 |
| 2023-06-21 | Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obk | Nilstrieb | -5/+6 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+30 |
| 2023-06-21 | Remove Queries::ongoing_codegen. | Nicholas Nethercote | -5/+6 |
| 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 #112794 - bjorn3:fix_lib_global_alloc, r=oli-obk | Guillaume Gomez | -0/+22 |
| 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 | Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c... | Guillaume Gomez | -0/+6 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -2/+77 |
| 2023-06-20 | tests: add test for color of item kind | Alexis (Poliorcetics) Bourget | -0/+6 |
| 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 #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -3/+3 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -0/+51 |
| 2023-06-19 | Auto merge of #112805 - matthiaskrgr:rollup-r5yrefu, r=matthiaskrgr | bors | -1/+98 |
| 2023-06-19 | Fix linker failures when #[global_allocator] is used in a dependency | bjorn3 | -0/+22 |