about summary refs log tree commit diff
path: root/src/test/ui/unboxed-closures
AgeCommit message (Expand)AuthorLines
2019-04-22update tests for migrate mode by defaultMatthew Jasper-477/+161
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-18/+12
2019-04-11Reword tracking issue noteEsteban Küber-3/+3
2019-04-10Tweak unstable diagnostic outputEsteban Küber-3/+6
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-6/+6
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-4/+4
2019-03-11Update NLL testsVadim Petrochenkov-26/+26
2019-03-11Update testsVadim Petrochenkov-37/+37
2019-02-21update test files to reflect new outputNiko Matsakis-12/+96
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-15/+9
2019-01-19Suggest usage of angle bracketsEsteban Küber-4/+13
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-10/+4
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-8/+22
2018-12-25Remove licensesMark Rousskov-478/+116
2018-10-30Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...kennytm-33/+9
2018-10-30Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-33/+9
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-31/+1
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-4/+6
2018-10-18Add by-value captured variable note on second use.David Wood-22/+0
2018-10-17Update output for borrowck=migrate compare mode.David Wood-22/+64
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-1/+1
2018-10-03Clearer later use messages for callsMatthew Jasper-4/+3
2018-09-23Remove irrelevant message about drop orderMatthew Jasper-2/+0
2018-09-18Update NLL 3-point error message for fake reads in optimized let patternsRemy Rakic-2/+3
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-9/+9
2018-09-01Update testsBasile Desloges-6/+0
2018-08-25Auto merge of #53584 - mcr431:Fix-#53525, r=varkorbors-10/+10
2018-08-24updates tests to use new error codeMatthew Russo-10/+10
2018-08-22Rollup merge of #53544 - estebank:issue-53534, r=varkorGuillaume Gomez-1/+1
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-20/+30
2018-08-20Point at the trait argument when using unboxed closureEsteban Küber-1/+1
2018-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-20/+30
2018-08-20Fix diagnostic regressionvarkor-4/+4
2018-08-20Update new ui testsvarkor-3/+3
2018-08-19Refactor generic argument count check in astconvvarkor-2/+2
2018-08-17Rollup merge of #53407 - pnkfelix:partial-53351-make-more-ported-compile-fail...Corey Farwell-4/+37
2018-08-15Removed `ignore-test-compare-mode-nll` from unboxed-closures testsFelix S. Klock II-4/+37
2018-08-15update recently moved testsEsteban Küber-20/+30
2018-08-14Improved how upvars are detected when presenting errors using prefixes.David Wood-0/+8
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+2156