about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-12-27Note alternative import candidates in nested use treeMichael Goulet-4/+38
2022-12-27Suppress suggestions for nested use treeMichael Goulet-0/+23
2022-12-27fix #105788, Remove unreasonable help message for auto traityukang-14/+5
2022-12-26Detect likely `.` -> `..` typo in method callsEsteban Küber-0/+67
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-1/+30
2022-12-26Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726bors-0/+51
2022-12-26Fix suggestion when there are arguments in the methodEsteban Küber-0/+48
2022-12-26Tweak wordingEsteban Küber-2/+5
2022-12-26Detect when method call on LHS might be shadowedEsteban Küber-0/+43
2022-12-26address review comments + better testsLukas Markeffsky-43/+322
2022-12-26Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillotbors-0/+28
2022-12-26Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillotbors-0/+39
2022-12-25Remove redundant clone suggestionEsteban Küber-24/+0
2022-12-25Create new inference contextEsteban Küber-1/+61
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-16/+36
2022-12-25Give the correct track-caller location with MIR inlining.Camille GILLOT-0/+4
2022-12-25Move SimplifyLocals before ConstProp.Camille GILLOT-12/+0
2022-12-25Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillotbors-0/+8
2022-12-25fix some typosKaDiWa-4/+4
2022-12-24Bubble up ErrorGuaranteed from region constraints in method item compareMichael Goulet-25/+4
2022-12-24Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJungbors-0/+413
2022-12-24Rollup merge of #105872 - chenyukang:yukang/fix-105494-remove-method-call, r=...Matthias Krüger-0/+76
2022-12-24ignore some targetsRalf Jung-0/+2
2022-12-24Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomezMatthias Krüger-0/+28
2022-12-23Verify receiver is of `self: Pin<&mut Self>`Esteban Küber-4/+0
2022-12-23Suggest `.clone()` on method call move errorsEsteban Küber-0/+44
2022-12-23Suggest `Pin::as_mut` when encountering borrow errorEsteban Küber-0/+57
2022-12-23Rollup merge of #106055 - compiler-errors:too-many-calls, r=estebanknils-0/+95
2022-12-23Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkovnils-17/+0
2022-12-23Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errorsnils-0/+54
2022-12-23Move testsCaio-17/+0
2022-12-23Add testsMichael Goulet-0/+43
2022-12-23Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiaskoMatthias Krüger-0/+1
2022-12-23Always suggest as `MachineApplicable` in `recover_intersection_pat`Yuki Okushi-23/+75
2022-12-23docs/test: add UI test and long-form error docs for E0462Ezra Shaw-0/+28
2022-12-22Fix `explicit_outlives_requirements` lint in macrosLukas Markeffsky-3/+66
2022-12-22Rollup merge of #106037 - JohnTitor:issue-94293, r=lcnrMatthias Krüger-0/+31
2022-12-22Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiaskoMatthias Krüger-0/+93
2022-12-22Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obkMatthias Krüger-0/+47
2022-12-22Deduplicate check_expr in builtin calls with errorMichael Goulet-0/+52
2022-12-22Mark `proc_macro_decls_static` as always usedJoshua Nelson-0/+1
2022-12-22Use separate files instead of revisionsMichael Goulet-24/+37
2022-12-22abort immediately on bad mem::zeroed/uninitRalf Jung-16/+34
2022-12-22Add regression test for #94293Yuki Okushi-0/+31
2022-12-22Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errorsMatthias Krüger-1/+1
2022-12-22Rollup merge of #105966 - compiler-errors:issue-105936, r=eholkMatthias Krüger-0/+26
2022-12-22Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnrMatthias Krüger-0/+72
2022-12-22Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholkMatthias Krüger-54/+8
2022-12-22Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile...Matthias Krüger-22/+52
2022-12-22fix #105494, Suggest remove last method call when type coerce with expectedyukang-0/+76