| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -2/+2 |
| 2023-12-04 | rebase | lcnr | -2/+2 |
| 2023-12-04 | cleanup and comments | lcnr | -0/+46 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -10/+4 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -0/+75 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -180/+180 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -3/+88 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -183/+78 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -8/+95 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -0/+35 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -4/+4 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -6/+93 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -0/+2 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -3/+0 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -3/+91 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -5/+32 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -0/+35 |
| 2023-11-09 | update overflow handling for norm, add test | lcnr | -0/+22 |
| 2023-11-09 | update tests | lcnr | -5/+10 |
| 2023-11-08 | Only use normalize_param_env when normalizing predicate in check_item_bounds | Michael Goulet | -6/+20 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -0/+38 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -0/+19 |