about summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
2019-01-02improve handling for subtypeNiko Matsakis-33/+24
2019-01-02tests: cases where we now do the right thing but did not beforeNiko Matsakis-10/+25
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-24/+33
2018-12-30Stop well-formedness checking unreachable code.David Wood-17/+2
2018-12-30Fix unresolved inference variable ICE.David Wood-1/+1
2018-12-30Always check well-formedness.David Wood-8/+21
2018-12-25Remove licensesMark Rousskov-1761/+558
2018-12-24make non_camel_case_types an early lintAndy Russell-151/+150
2018-12-12Add test of current behavior (infer free region within closure body) previous...Felix S. Klock II-0/+74
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-25/+25
2018-12-04Remove unused stderr fileOliver Scherer-49/+0
2018-12-04Update testsOliver Scherer-38/+0
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-110/+30
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-2/+2
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-2/+27
2018-10-24port the relate-types code from NLL type-check into a type-opNiko Matsakis-17/+2
2018-10-22stop reporting "unsatisfied lifetime bounds" errors after the firstNiko Matsakis-26/+3
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-408/+424
2018-10-17Update output for borrowck=migrate compare mode.David Wood-1090/+0
2018-10-12Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakisbors-84/+215
2018-10-10Check user types are well-formed in MIR borrow checkMatthew Jasper-60/+191
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-24/+24
2018-10-09Improve message for closure returning a closure.David Wood-1/+1
2018-10-09Improve errors for `FnMut` closures.David Wood-6/+6
2018-10-06Improve closure region bound errorsMatthew Jasper-19/+11
2018-10-03Rewrite the `UnconditionalRecursion` lint to use MIRWesley Wiser-2/+27
2018-10-03Clearer later use messages for callsMatthew Jasper-13/+10
2018-09-27Enable NLL compare mode for more testsMatthew Jasper-56/+194
2018-09-26apply `process_registered_region_obligations` at the end of regionckNiko Matsakis-2/+2
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-17/+17
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-26/+72
2018-09-23Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakisbors-39/+50
2018-09-19Update ui testsMatthew Jasper-34/+44
2018-09-19Don't claim that locals in a function are declared outside of theMatthew Jasper-5/+6
2018-09-18Update NLL 3-point error message for fake reads in optimized let patternsRemy Rakic-2/+3
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-330/+142
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+1
2018-09-06Fix testsWesley Wiser-20/+76
2018-09-01Update testsBasile Desloges-554/+9
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-58/+37
2018-08-25Use smaller span for adjustments on block expressionsMatthew Jasper-29/+22
2018-08-14Update former compile-fail testsMatthew Jasper-43/+50
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+9569