summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-variance-ptr.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4/+4
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-1/+1
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-1/+1
2011-10-17Enforce variance rules for mutable typesBrian Anderson-0/+16