summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2020-01-18slice_patterns: address review commentsMazdak Farrokhzad-1/+0
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-185/+141
2020-01-09Update testsVadim Petrochenkov-3/+23
2020-01-08slice patterns: harden match-based borrowck testsMazdak Farrokhzad-0/+978
2019-12-21Rollup merge of #67467 - matthewjasper:test-slice-patterns, r=oli-obkMazdak Farrokhzad-0/+316
2019-12-21Add more tests for slice patternsMatthew Jasper-0/+316
2019-12-20Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakisMazdak Farrokhzad-0/+57
2019-12-19Don't suppress move errors for union fieldsMatthew Jasper-0/+57
2019-12-18Add more tests for raw_ref_opMatthew Jasper-0/+268
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+2
2019-12-09Add more tests for borrowck and dropck slice pattern handlingMatthew Jasper-75/+817
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-1/+1
2019-11-28Use structured suggestion when requiring `Copy` constraint in type paramEsteban Küber-2/+2
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-29/+5
2019-11-25Tweak move error due to non-CopyEsteban Küber-29/+5
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-2/+2
2019-11-23Highlight parts of fn in type errorsEsteban Küber-2/+2
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-2/+4
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-2/+2
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-2/+0
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-14/+29
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-18Update ui testsGuillaume Gomez-14/+29
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-30/+4
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-0/+1
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-2/+2
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-0/+117
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-27update testsMark Mansi-0/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-239/+0
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-239/+0
2019-10-01regression test for 64453 borrow check error.Felix S. Klock II-0/+58
2019-09-26add test for #53432.Mazdak Farrokhzad-0/+22
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-509/+20
2019-09-25Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=CentrilMazdak Farrokhzad-9/+8
2019-09-21update ui testsGuillaume Gomez-9/+8
2019-09-19Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-09-18Fix backticks in documentationJoshua Groves-1/+1
2019-09-17Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol...lqd-0/+16
2019-09-09Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasperbors-29/+5
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-4/+4
2019-09-08Update tests wrt. bind_by_by_move_pattern_guards stabilization.Mazdak Farrokhzad-29/+5
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-181/+181
2019-09-06Refuse to downgrade NLL errors on Rust >= 2018.Mazdak Farrokhzad-10/+11
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-181/+181
2019-08-24Don't unwrap the result of `span_to_snippet`Matthew Jasper-0/+45