about summary refs log tree commit diff
path: root/src/test/ui/static
AgeCommit message (Expand)AuthorLines
2019-04-22update tests for migrate mode by defaultMatthew Jasper-239/+62
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+4
2019-03-11Update NLL testsVadim Petrochenkov-4/+4
2019-03-11Update testsVadim Petrochenkov-19/+19
2019-01-25Add a compile-fail test for `Drop` in constants in the presence of `Option`sOliver Scherer-2/+34
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-2/+10
2018-12-25Remove licensesMark Rousskov-246/+56
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-2/+2
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-18/+0
2018-10-28Rollup merge of #55257 - mjbshaw:static, r=oli-obkkennytm-0/+37
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-4/+4
2018-10-21Allow extern statics with an extern typeMichael Bradshaw-0/+37
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-65/+44
2018-10-17Update output for borrowck=migrate compare mode.David Wood-0/+18
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-10/+10
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-13/+87
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+959