about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck
AgeCommit message (Expand)AuthorLines
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-0/+28
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-6/+6
2016-11-29add hint to fix error for immutable ref in argMikhail Modin-381/+0
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-3/+3
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-20/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-20/+20
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-61/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-09-16fix test falloutAriel Ben-Yehuda-2/+2
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-10/+2
2016-09-03Address comments and add requested testsVadim Petrochenkov-0/+309
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-34/+12
2016-08-20Update E0503 to the new formatWesley Wiser-0/+2
2016-08-17Move 'doesn't live long enough' errors to labelsJonathan Turner-14/+15
2016-08-05Update error format for E0373trixnz-0/+4
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-4/+0
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-17/+18
2016-05-25refactor autoderef to avoid registering obligationsAriel Ben-Yehuda-1/+1
2016-05-20Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiynGuillaume Gomez-9/+11
2016-05-19Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrcManish Goregaokar-1/+2
2016-05-19Reword the short diagnostic for E0509Robin Kruppe-9/+11
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-1/+2
2016-05-17Improve a few errors and fix #33366Jonathan Turner-22/+22
2016-05-12Update errors to use new error formatJonathan Turner-16/+42
2016-05-02update test cases to reflect new messagesNiko Matsakis-23/+44
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+25
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+5577