summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
2019-12-03Include a span in more `expected...found` notesAaron Hill-51/+127
2019-11-27Simplify `mem_categorization`Matthew Jasper-1/+1
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-6/+18
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-46/+46
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+128
2019-11-18review comments: tweak prefix stringsEsteban Küber-6/+6
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-40/+40
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-3/+19
2019-11-07Update ui testsGuillaume Gomez-3/+19
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-3/+3
2019-10-27update testsMark Mansi-24/+120
2019-10-27implement outlive suggestionsMark Mansi-0/+32
2019-10-11Print lifetimes with backticksYuki Okushi-78/+78
2019-10-07update ui testsGuillaume Gomez-3/+23
2019-10-03typo: fix typo in E0392Ben Boeckel-1/+1
2019-10-02review commentEsteban Küber-1/+1
2019-09-30Reword E0392 slightlyEsteban Küber-1/+1
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-6/+6
2019-09-12update ui testsGuillaume Gomez-1/+5
2019-08-21Introduce `term-size` dependency and consider term width when trimmingEsteban Küber-4/+4
2019-08-21Strip code to the left and right in diagnostics for long linesEsteban Küber-4/+4
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-11/+7
2019-08-16Bless tests with --compare-mode=nllsd234678-7/+7
2019-08-16Update stderr files with --blesssd234678-38/+38
2019-08-16Remove meaningless comments in src/testsd234678-15/+0
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+19
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1594
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-19/+19
2019-05-29Update ui test suite to use dynmemoryruins-192/+192
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+1091
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-3/+1
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1190/+369
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-1/+1
2019-04-18Update testsvarkor-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-56/+14
2019-03-25When moving out of a for loop head, suggest borrowing it in nll modeEsteban Küber-5/+4
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-17/+17
2019-03-15rustc: print elided regions as '_ instead of nothing, and use a separate chec...Eduard-Mihai Burtescu-2/+2
2019-03-11Update tests that don't run on my platformVadim Petrochenkov-32/+0
2019-03-11Update NLL testsVadim Petrochenkov-25/+25
2019-03-11Update testsVadim Petrochenkov-181/+181
2019-02-21update test files to reflect new outputNiko Matsakis-9/+19
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-9/+235
2019-01-17Update testsMark Mansi-2/+2
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-26/+1
2019-01-13Tweak output of type mismatch between "then" and `else` `if` armsEsteban Küber-3/+5