about summary refs log tree commit diff
path: root/src/test/compile-fail/mutable-huh-ptr-assign.rs
AgeCommit message (Collapse)AuthorLines
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-23/+0
They are still present as part of the borrow check.
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
Currently, the new version is ptr::p2::addr_of and the old one is ptr::addr_of. This is kind of cheesy, but I need a snapshot before I can ditch the old version, since the pipe compiler generates calls to addr_of. core is converted over to use the new version, std is not.
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
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-1/+1
improve error message to describe kind of deref'd ptr using sigil
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