about summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-ptr-assign.rs
AgeCommit message (Expand)AuthorLines
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-23/+0
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-1/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-4/+1
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-17Don't allow assignment to mutable-wha?Brian Anderson-0/+16