summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-07-21beta backport of arg mismatch bugfixMichael Goulet-16/+3
2022-06-23Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet-2/+4
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-1/+1
2022-06-22stop pointing at definitions of missing fieldsTakayuki Maeda-5/+1
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-2/+2
2022-06-22Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-904/+0
2022-06-21Move some tests to more reasonable directoriesCaio-904/+0
2022-06-21Avoid an ICE and instead let the compiler report a useful errorOli Scherer-0/+27
2022-06-20Auto merge of #98284 - JohnTitor:rollup-7lbs143, r=JohnTitorbors-4/+4
2022-06-20point at private fields in struct literalTakayuki Maeda-2/+8
2022-06-19Be more specific for what lifetimes are not allowed onMichael Goulet-4/+4
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-3/+3
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-2/+2
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-16/+16
2022-06-16--bless uiMaybe Waffle-4/+3
2022-06-16 fix one more case of trailing spaceklensy-11/+11
2022-06-16diagnostics: fix trailing spaceklensy-5/+5
2022-06-16Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebankYuki Okushi-4/+6
2022-06-15Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitorbors-441/+0
2022-06-15Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-441/+0
2022-06-15Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obkbors-3/+9
2022-06-15Refactor path segment parameter errorEdwinRy-4/+6
2022-06-14address reviewb-naber-1/+1
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-73/+51
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-3/+9
2022-06-13Move testsCaio-441/+0
2022-06-12Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillotDylan DPC-4/+4
2022-06-11Handle empty where-clause betterMichael Goulet-1/+1
2022-06-11ValuePairs::PolyTraitRefs should be called 'trait'Michael Goulet-4/+4
2022-06-03Fully stabilize NLLJack Huey-474/+33
2022-06-03Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPCbors-12/+20
2022-06-03Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillotDylan DPC-12/+20
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-105/+170
2022-06-03Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkovbors-425/+0
2022-06-02Rollup merge of #97023 - cjgillot:uniform-anon, r=estebankDylan DPC-3/+3
2022-06-02rebaselcnr-0/+1
2022-06-02add new `emit_inference_failure_err`lcnr-105/+169
2022-06-01Make output more specificEsteban Küber-12/+20
2022-06-01Mention filename in suggestion when it differs from primary spanEsteban Küber-0/+1
2022-05-29Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT-3/+3
2022-05-28Move some tests to more reasonable placesCaio-425/+0
2022-05-28Improve error message for E0081Bryysen-23/+48
2022-05-22Use revisions for NLL in issuesJack Huey-78/+159
2022-05-22Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkovJack Huey-324/+0
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+6
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-0/+6
2022-05-20Move testsCaio-324/+0
2022-05-20Auto merge of #97027 - cuviper:yesalias-refcell, r=thomccbors-0/+36
2022-05-18Rollup merge of #96378 - compiler-errors:trait-upcast-error, r=nagisaDylan DPC-1/+2
2022-05-17Mention traits being upcasted, types being coercedMichael Goulet-1/+2