about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2022-06-16diagnostics: fix trailing spaceklensy-10/+10
2022-06-13Move testsCaio-0/+162
2022-06-11Handle empty where-clause betterMichael Goulet-3/+3
2022-06-08Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errorsDylan DPC-0/+45
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-212/+19
2022-06-05get_vtable returns opt instd of unwrppingouz-a-0/+45
2022-06-04Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errorsMatthias Krüger-0/+24
2022-06-03Fully stabilize NLLJack Huey-212/+19
2022-06-03Do not ICE when failing to normalize during inlining.Camille GILLOT-0/+24
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-153/+593
2022-06-03Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkovbors-0/+27
2022-06-02fix wrong suggestion for adding where clausesTakayuki Maeda-0/+24
2022-06-02add new `emit_inference_failure_err`lcnr-153/+593
2022-05-28Move some tests to more reasonable placesCaio-0/+27
2022-05-25Add regression test for #82830Yuki Okushi-0/+31
2022-05-23Rollup merge of #97271 - JohnTitor:issue-91949, r=compiler-errorsDylan DPC-0/+55
2022-05-22Use revisions for NLL in traitsJack Huey-26/+110
2022-05-22Use revisions for NLL in various directoriesJack Huey-4/+9
2022-05-22Add regression test for #91949Yuki Okushi-0/+55
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+16
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-0/+11
2022-05-17fix misleading `cannot infer type for type parameter` errorTakayuki Maeda-0/+5
2022-05-17Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebankbors-1/+7
2022-05-13Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwcoMatthias Krüger-2/+2
2022-05-12Bless tests.Camille GILLOT-2/+2
2022-05-12Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=...bors-0/+59
2022-05-11stop suggesting non-existing fully qualified pathsTakayuki Maeda-0/+59
2022-05-10Don't lose an obligation causeOli Scherer-1/+7
2022-05-10Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errorsbors-11/+45
2022-05-09Point to the empty trait alias.Camille GILLOT-0/+9
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-2/+2
2022-05-06Resolve vars in note_type_errJack Huey-2/+2
2022-05-06suggest fully qualified path with appropriate paramsTakayuki Maeda-0/+85
2022-05-04Exit before fetching bounds on associated items.Camille GILLOT-0/+16
2022-05-04Only keep predicates on `Self` when checking `dyn TraitAlias`.Camille GILLOT-11/+20
2022-05-01Move some tests to more reasonable placesCaio-0/+76
2022-04-30Auto merge of #96347 - estebank:issue-96292, r=compiler-errorsbors-4/+61
2022-04-30Save colon span to suggest bounds.Camille GILLOT-2/+2
2022-04-30Bless tests.Camille GILLOT-4/+4
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-3/+3
2022-04-23Provide consistent output order for suggestionsEsteban Küber-8/+8
2022-04-23Use more targetted suggestion span for fully qualified pathEsteban Küber-20/+20
2022-04-23Erase type params when suggesting fully qualified pathEsteban Küber-0/+57
2022-04-21Move some tests to more reasonable directoriesCaio-0/+94
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-1/+1
2022-04-16Implementation for 65853Jack Huey-5/+26
2022-04-14Update output of cycle-cache-err-60010 testEduardo Sánchez Muñoz-1/+1
2022-04-14Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelixbors-0/+19
2022-04-13fix: wrong trait import suggestion for T:Bruno Felipe Francisco-0/+24
2022-04-12Compute a more precise span for opaque type implsOli Scherer-2/+2