about summary refs log tree commit diff
path: root/src/test/run-pass/let-assignability.rs
AgeCommit message (Collapse)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-28Rewrite the coercion code to be more readable, more sound, and to reborrow whenNiko Matsakis-8/+0
needed. Regarding soundness: there was a subtle bug in how it was done before; see the compile-fail test for an example. Regarding reborrowing: reborrowing allows mut and const slices/borrowed-pointers to be used with pure fns that expect immutable data. r=brson
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-14rustc: Implement let assignability. r=nmatsakisPatrick Walton-0/+18