about summary refs log tree commit diff
path: root/src/test/run-pass/native-fn-linkname.rs
AgeCommit message (Expand)AuthorLines
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-22/+0
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+3
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-1/+2
2011-11-15Make run-pass/native-fn-linkname's main take no argsBrian Anderson-1/+1
2011-11-15Use native fn's link name attribute if givenHaitao Li-0/+19