| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -71/+61 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -0/+173 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -71/+61 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -8/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -33/+233 |
| 2024-01-09 | add comments and tests | lcnr | -0/+173 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -41/+143 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -6/+111 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -1/+1 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -15/+1 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -7/+7 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -17/+62 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -0/+4 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -6/+6 |
| 2024-01-03 | Account for multiple trait bounds in bare trait object suggestion | Esteban Küber | -2/+22 |
| 2024-01-03 | Provide better suggestions when encountering a bare trait as a type | Esteban Küber | -3/+84 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -7/+7 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -17/+62 |
| 2024-01-01 | Deny defaults for higher-ranked generic parameters | León Orell Valerian Liehr | -7/+98 |
| 2023-12-28 | rustc_middle: Pretty-print negative bounds correctly | León Orell Valerian Liehr | -0/+122 |
| 2023-12-28 | Deny parenthetical notation for negative bounds | León Orell Valerian Liehr | -1/+11 |
| 2023-12-28 | Make feature `negative_bounds` internal | León Orell Valerian Liehr | -44/+14 |
| 2023-12-26 | fallback `default` to `None` during ast-loweing for lifetime binder | bohan | -0/+30 |
| 2023-12-21 | Rollup merge of #119154 - surechen:fix_119067, r=fmease | Matthias Krüger | -0/+22 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -0/+22 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -1/+34 |
| 2023-12-18 | Use alias-eq in structural normalization | Michael Goulet | -19/+18 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -1/+34 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+19 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -4/+19 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -8/+8 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -4/+19 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -0/+58 |
| 2023-12-14 | Unconditionally register alias-relate in projection goal | Michael Goulet | -2/+48 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -1/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -132/+132 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -4/+4 |
| 2023-12-12 | refactor writeback: emit normalization errors with new solver | lcnr | -20/+27 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -11/+0 |
| 2023-12-10 | remove redundant imports | surechen | -11/+0 |
| 2023-12-09 | add test for inductive cycle hangs | lcnr | -4/+57 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -4/+4 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 |
| 2023-12-08 | add regression tests | lcnr | -0/+43 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -11/+14 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -0/+121 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -27/+3 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -7/+17 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -24/+17 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -0/+142 |