about summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-owned.rs
AgeCommit message (Expand)AuthorLines
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-1/+2
2013-07-17test: Fix tests.Patrick Walton-10/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+7
2013-06-29Trade stack closure copyability for type soundness.Ben Blum-1/+1
2013-06-26Change expected error message in kindchk compile-fail tests.Ben Blum-2/+1
2013-06-16Add copies to type params with Copy boundNiko Matsakis-2/+3
2013-03-21librustc: Replace the `&static` bound with `'static`Patrick Walton-4/+4
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-7/+12
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-4/+4
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+2
2013-01-10correct expected error msgs in various tests rs=breakageNiko Matsakis-3/+3
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-4/+4
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-0/+19