about summary refs log tree commit diff
path: root/src/rt/rust_run_program.cpp
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2013-03-08 20:44:37 -0500
committerNiko Matsakis <niko@alum.mit.edu>2013-03-13 16:59:37 -0400
commitefc7f82bc44926c864c52caca8764816ab9150dd (patch)
treec2d0cb8d8e8260c58e5b12d51218d935a83462d9 /src/rt/rust_run_program.cpp
parent4d8ddff52a60d3785052f1e0a231cb95c98fdc24 (diff)
downloadrust-efc7f82bc44926c864c52caca8764816ab9150dd.tar.gz
rust-efc7f82bc44926c864c52caca8764816ab9150dd.zip
Revamp foreign code not to consider the Rust modes. This requires
adjusting a few foreign functions that were declared with by-ref
mode.  This also allows us to remove by-val mode in the near future.

With copy mode, though, we have to be careful because Rust will implicitly pass
somethings by pointer but this may not be the C ABI rules.  For example, rust
will pass a struct Foo as a Foo*.  So I added some code into the adapters to
fix this (though the C ABI rules may put the pointer back, oh well).

This patch also includes a lint mode for the use of by-ref mode
in foreign functions as the semantics of this have changed.
Diffstat (limited to 'src/rt/rust_run_program.cpp')
0 files changed, 0 insertions, 0 deletions