about summary refs log tree commit diff
path: root/compiler/rustc_infer
AgeCommit message (Expand)AuthorLines
2023-02-15Add specialized variants of `mk_region`.Nicholas Nethercote-31/+29
2023-02-15Remove `reuse_or_mk_region`.Nicholas Nethercote-3/+3
2023-02-14Specify correct spans in suggest_await_on_expect_foundIQuant-8/+6
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2023-02-14Port PlaceholderRelationLfNotSatisfied diagnosticIQuant-29/+96
2023-02-14Port ConsiderAddingAwaitIQuant-38/+70
2023-02-14Port SuggestRemoveSemiOrReturnBindingIQuant-46/+92
2023-02-14Make sure tests passNikita Tomashevich-1/+1
2023-02-14Port WhereClauseSuggestionsNikita Tomashevich-17/+37
2023-02-14Resolve rebaseNikita Tomashevich-38/+2
2023-02-14Port another diagnosticNikita Tomashevich-15/+19
2023-02-14Port RefLongerThanDataNikita Tomashevich-17/+27
2023-02-14Port "BorrowedTooLong" diagnosticNikita Tomashevich-5/+41
2023-02-14Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich-76/+117
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-27/+38
2023-02-13Make can_eq and can_sub return booleansMichael Goulet-16/+6
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-27/+38
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-19/+19
2023-02-13Make folding traits generic over the InternerAlan Egerton-11/+11
2023-02-13Make visiting traits generic over the InternerAlan Egerton-8/+8
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-19/+23
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-6/+6
2023-02-13Pre-intern some commonly used type variables.Nicholas Nethercote-11/+6
2023-02-12rename query and use `NoSolution`Boxy-1/+3
2023-02-12Suggest the correct array length on mismatchclubby789-0/+65
2023-02-11make `relate`'s const ty assertion use semantic equalityBoxy-0/+28
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-153/+164
2023-02-10implement `compute_alias_eq_goal`Boxy-11/+23
2023-02-10emit `AliasEq` when relating type and const aliasesBoxy-142/+137
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-9/+14
2023-02-10add `AliasEq` to `PredicateKind`Boxy-0/+4
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-11/+44
2023-02-10Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgrbors-6/+4
2023-02-09Cleanup free_region_relations a bitJack Huey-0/+1
2023-02-09Use `ErrorGuaranteed` more in `ReError`Esteban Küber-3/+5
2023-02-09Change to `ReError(ErrorGuaranteed)`Esteban Küber-15/+17
2023-02-09review commentsEsteban Küber-1/+3
2023-02-09Introduce `ReError`Esteban Küber-10/+37
2023-02-09Don't expose type parameters and implementation details from macro expansion许杰友 Jieyou Xu (Joe)-9/+14
2023-02-09Avoid some `tls::with` calls.Nicholas Nethercote-6/+4
2023-02-08Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnrMatthias Krüger-8/+15
2023-02-07Replacing bound vars is actually instantiating a binderMichael Goulet-8/+15
2023-02-07Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgrbors-25/+16
2023-02-07Rollup merge of #107709 - tialaramex:master, r=compiler-errorsMatthias Krüger-1/+2
2023-02-07Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com...Matthias Krüger-29/+66
2023-02-07remove binder from query constraintslcnr-25/+16
2023-02-06Fix problem noticed in PR106859 with char -> u8 suggestionNick Lamb-1/+2
2023-02-06Rollup merge of #107724 - klensy:imports, r=Mark-SimulacrumMatthias Krüger-1/+0
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-24/+26
2023-02-06Modify existing bounds if they existEdward Shen-29/+66