summary refs log tree commit diff
path: root/src/test/compile-fail/non-copyable-void.rs
AgeCommit message (Expand)AuthorLines
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-1/+1
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06test: Fix more compile-fail bustage. rs=bustagePatrick Walton-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-1/+1
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-04-04Make nonconstructable enums noncopyable, close #1907.Graydon Hoare-0/+8