about summary refs log tree commit diff
path: root/src/test/ui/unboxed-closures
AgeCommit message (Expand)AuthorLines
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-0/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-60/+0
2019-09-22Point at correct span for parenthesized typesEsteban Küber-19/+19
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-18/+18
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-0/+1
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-32/+32
2019-09-12update ui testsGuillaume Gomez-0/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-92/+54
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1016
2019-07-22Bless output of test unboxed-closures/unboxed-closures-failed-recursive-fn-1....lqd-0/+60
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-8/+8
2019-06-01Account for cases where we can find the type arg name, but the local name is `_`Esteban Küber-1/+1
2019-06-01review comment: tweak wordingEsteban Küber-2/+2
2019-05-31Tweak wordingEsteban Küber-1/+1
2019-05-31On type inference errors use the type argument name when possibleEsteban Küber-1/+1
2019-05-31Alternative wording for inference failureEsteban Küber-2/+2
2019-05-31Add more detail to type inference errorEsteban Küber-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-77/+77
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+12
2019-04-29Suggest try_into when possibleEsteban Küber-0/+4
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