summary refs log tree commit diff
path: root/src/test/compile-fail/fat-ptr-cast.rs
AgeCommit message (Expand)AuthorLines
2015-08-07Fix the diagnostic for fat pointer to usize casts.Scott Olson-1/+1
2015-07-29Improve typeck diagnostic messagesSimonas Kazlauskas-5/+7
2015-05-19fix conflictsAriel Ben-Yehuda-1/+3
2015-05-19Fix test fallout, and add some rather comprehensive tests.Ariel Ben-Yehuda-3/+0
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-6/+10
2015-05-13RebasingNick Cameron-2/+2
2015-05-13Fix a bunch of bugsNick Cameron-8/+4
2015-05-02typeck: Make sure casts to or from fat pointers are illegalUlrik Sverdrup-3/+15
2015-04-08Address review commentsSeo Sanghyeon-1/+6
2015-04-08Check casts from fat pointerSeo Sanghyeon-0/+14