aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/native2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Parse the abi in native modules.Rafael Ávila de Espíndola2011-02-231-0/+9
|
* Add support forRafael Avila de Espindola2011-02-071-0/+4
| | | | native mod foo = "bar" ...
* Parse function declarations.Rafael Ávila de Espíndola2011-02-041-0/+1
|
* Add most of the plumbing for native items and add support for parsing native ↵Rafael Ávila de Espíndola2011-02-021-0/+1
| | | | type declarations.
* Add very minimal support for native modules. For now they must be empty.Rafael Ávila de Espíndola2011-02-011-0/+5