about summary refs log tree commit diff
path: root/src/test/run-pass/bind-native-fn.rs
AgeCommit message (Collapse)AuthorLines
2012-06-20Remove bind. Issue #2189Brian Anderson-21/+0
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-1/+1
2012-04-08Xfail-fast a case on windowHaitao Li-0/+1
2012-04-08Fix a missing un-xfailed caseHaitao Li-2/+1
Issue #1230
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-1/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-1/+1
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove ↵Graham Fawcett-1/+1
empty link_name. Can't remove them from stdlib until the snapshotted compiler supports #[nolink].
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-11-30adjust and un-xfailNiko Matsakis-0/+21