| Age | Commit message (Expand) | Author | Lines |
| 2023-06-27 | Normalize types when applying uninhabited predicate. | Camille GILLOT | -1/+12 |
| 2023-06-23 | Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors | Michael Goulet | -6/+14 |
| 2023-06-23 | Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-06-23 | Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514 | Michael Goulet | -0/+1 |
| 2023-06-23 | Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjay | Michael Goulet | -2/+10 |
| 2023-06-23 | Rollup merge of #112963 - oli-obk:tait_solver_decoupling, r=compiler-errors | Michael Goulet | -17/+6 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -64/+123 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -6/+14 |
| 2023-06-23 | Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgr | bors | -166/+265 |
| 2023-06-23 | Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -1/+1 |
| 2023-06-23 | Rollup merge of #112925 - oli-obk:timeout_lint, r=cjgillot | Matthias Krüger | -1/+2 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -153/+227 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -8/+35 |
| 2023-06-23 | Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiser | Matthias Krüger | -4/+1 |
| 2023-06-23 | Make sure to include default en-US ftl resources for rustc_error crate | Michael Goulet | -0/+1 |
| 2023-06-23 | Auto merge of #109982 - durin42:plt-no-x86_64-only, r=nikic | bors | -11/+36 |
| 2023-06-23 | Resolve vars when reporting WF error | Michael Goulet | -0/+1 |
| 2023-06-23 | Don't emit same goal as input during wf obligations | Michael Goulet | -2/+9 |
| 2023-06-23 | Stop bubbling out hidden types from the eval obligation queries | Oli Scherer | -17/+6 |
| 2023-06-23 | Rollup merge of #112948 - bkrl:trait-impl-suggestion, r=compiler-errors | Matthias Krüger | -6/+10 |
| 2023-06-23 | Rollup merge of #112933 - TaKO8Ki:avoid-&format-in-error-message-code, r=oli-obk | Matthias Krüger | -9/+7 |
| 2023-06-23 | Rollup merge of #111747 - compiler-errors:structural-probe-side-effects, r=fe... | Matthias Krüger | -5/+14 |
| 2023-06-23 | Auto merge of #112827 - nnethercote:codegen-cleanups, r=tmiasko | bors | -119/+105 |
| 2023-06-22 | Avoid guessing unknown trait impl in suggestions | Alexander Zhang | -6/+10 |
| 2023-06-22 | Don't structurally resolve during method ambiguity in probe | Michael Goulet | -5/+14 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -29/+21 |
| 2023-06-22 | Expect clause more | Michael Goulet | -10/+7 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -131/+216 |
| 2023-06-22 | switch to using a target property to control plt default | Augie Fackler | -10/+35 |
| 2023-06-22 | rustc_session: default to -Z plt=yes on non-x86_64 | Augie Fackler | -2/+2 |
| 2023-06-22 | Auto merge of #112686 - estebank:sealed-traits, r=petrochenkov | bors | -28/+126 |
| 2023-06-23 | avoid `&format` in error message code | Takayuki Maeda | -9/+7 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -28/+100 |
| 2023-06-22 | Account for sealed traits in trait bound errors | Esteban Küber | -0/+26 |
| 2023-06-22 | Only walk the identity substituted version of struct fields | Oli Scherer | -1/+22 |
| 2023-06-22 | Handle weak type aliases by immediately resolving them to their aliased type | Oli Scherer | -9/+14 |
| 2023-06-22 | ICE on types that should not be defining opaque types | Oli Scherer | -1/+3 |
| 2023-06-22 | Document what is going on in `opaque_types_defined_by` | Oli Scherer | -0/+3 |
| 2023-06-22 | Move some field extraction logic onto a method on `Node` | Oli Scherer | -7/+26 |
| 2023-06-22 | Re-use error code for duplicate error | Oli Scherer | -1/+1 |
| 2023-06-22 | Treat opaque types failing the signature defining scope check as defining, as... | Oli Scherer | -2/+3 |
| 2023-06-22 | Stop failing eagerly, and collect all opaque types even if some are erroneous. | Oli Scherer | -12/+6 |
| 2023-06-22 | Auto merge of #112913 - nnethercote:avoid-Lrc-Box-dyn-CodegenBackend, r=compi... | bors | -8/+8 |
| 2023-06-22 | Point to argument/return type instead of the whole function header | Oli Scherer | -7/+32 |
| 2023-06-22 | Only create the opaque collector once and visit it many times | Oli Scherer | -20/+10 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -15/+14 |
| 2023-06-22 | Stop hiding const eval limit in external macros | Oli Scherer | -1/+2 |
| 2023-06-22 | Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiser | bors | -92/+65 |
| 2023-06-22 | Auto merge of #112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgr | bors | -76/+97 |
| 2023-06-22 | Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ... | Matthias Krüger | -1/+1 |