about summary refs log tree commit diff
path: root/src/test/run-pass/native2.rs
AgeCommit message (Expand)AuthorLines
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-4/+4
2011-11-16Use attributes for native module ABI and link nameHaitao Li-5/+14
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-5/+5
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-3/+3
2011-10-24move uses of rust ABI in tests to cdecl or c-stack-cdecl as apprNiko Matsakis-2/+2
2011-09-02Reformat. Issue #855Brian Anderson-1/+1
2011-09-01Remove some uses of str_buf builtin. Issue #855Brian Anderson-2/+1
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-1/+1
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-3/+3
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-06-28Use "" in the native_name as an indication that no extra options have toRafael Ávila de Espíndola-4/+4
2011-06-27Record and link with used native libraries.Rafael Ávila de Espíndola-4/+4
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-9/+7
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-1/+1
2011-02-23Parse the abi in native modules.Rafael Ávila de Espíndola-0/+9
2011-02-07Add support forRafael Avila de Espindola-0/+4
2011-02-04Parse function declarations.Rafael Ávila de Espíndola-0/+1
2011-02-02Add most of the plumbing for native items and add support for parsing native ...Rafael Ávila de Espíndola-0/+1
2011-02-01Add very minimal support for native modules. For now they must be empty.Rafael Ávila de Espíndola-0/+5