about summary refs log tree commit diff
path: root/compiler/rustc_infer/src/infer
AgeCommit message (Expand)AuthorLines
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-11/+7
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+2
2023-11-21Fix some unnecessary castsNilstrieb-11/+7
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-25/+25
2023-11-21Restore closure-kind error messagesMichael Goulet-2/+4
2023-11-20Don't require intercrate mode for negative coherenceMichael Goulet-2/+9
2023-11-19Make regionck care about placeholders in outlives componentsMichael Goulet-8/+41
2023-11-17Rollup merge of #117549 - DaniPopes:more-copied, r=b-naberMatthias Krüger-1/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-2/+5
2023-11-14review + fix CIlcnr-2/+2
2023-11-14finish `RegionKind` renamelcnr-51/+58
2023-11-14Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiserbors-7/+0
2023-11-13continue renaminglcnr-14/+14
2023-11-13rename `ReLateBound` to `ReBound`lcnr-28/+28
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-7/+0
2023-11-04fallback for `construct_generic_bound_failure`bohan-8/+12
2023-11-03compiler: use `copied` instead of manual `map`DaniPopes-1/+1
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-2/+2
2023-11-02Don't check for alias bounds in liveness when aliases have escaping bound varsMichael Goulet-1/+9
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+2
2023-10-29Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r...bors-0/+124
2023-10-27Account for type param from other item in `note_and_explain`Esteban Küber-43/+61
2023-10-26Restrict param constraint suggestionEsteban Küber-4/+7
2023-10-25Refactor away the need for some `descr` methods.Oli Scherer-10/+11
2023-10-24Get rid of 'tcx on ConstVid, EffectVidMichael Goulet-66/+78
2023-10-24Rollup merge of #117091 - compiler-errors:debug, r=lcnrMatthias Krüger-1/+3
2023-10-23Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obkMatthias Krüger-41/+51
2023-10-23Remove redundant type parameterMichael Goulet-1/+3
2023-10-21Rollup merge of #106601 - estebank:match-semi, r=cjgillotMatthias Krüger-0/+13
2023-10-21Make `ty::print::Printer` take `&mut self` instead of `self`Nilstrieb-41/+51
2023-10-20s/generator/coroutine/Oli Scherer-11/+11
2023-10-20s/Generator/Coroutine/Oli Scherer-11/+11
2023-10-19Rollup merge of #116908 - estebank:issue-78206, r=compiler-errorsLeón Orell Valerian Liehr-4/+19
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-4/+19
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-7/+20
2023-10-18Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjaybors-63/+59
2023-10-18Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obkAli MJ Al-Nasrawy-19/+1
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-19/+1
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-44/+58
2023-10-17Remove `Print::Error`Nilstrieb-2/+2
2023-10-17Remove `Printer::Error`Nilstrieb-24/+20
2023-10-17Remove `Print::Output`Nilstrieb-2/+2
2023-10-17Remove "subprinter" types from `Printer`Nilstrieb-25/+24
2023-10-17Use a visitor that could be reused by opaque type capture check laterMichael Goulet-0/+124
2023-10-13Format all the let chains in compilerMichael Goulet-164/+248
2023-10-11Suggest `;` after bare `match` expression E0308Esteban Küber-0/+13
2023-10-11Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnrMatthias Krüger-2/+2
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-37/+23
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-299/+201