]> git.lizzy.rs Git - rust.git/commit
make native functions markable as unsafe and incorporate that
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 11 Oct 2011 21:52:38 +0000 (14:52 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 12 Oct 2011 21:39:34 +0000 (14:39 -0700)
commit212707ce8440205d5f49b0a274caf629bf118de0
tree329d516a27e9975b7036835bbf4826ee9e40124b
parent24b201fa48558832f13c41f1307d824ee26915eb
make native functions markable as unsafe and incorporate that
into the type check
src/comp/metadata/decoder.rs
src/comp/metadata/encoder.rs
src/comp/middle/resolve.rs
src/comp/middle/trans.rs
src/comp/middle/ty.rs
src/comp/middle/typeck.rs
src/comp/syntax/ast.rs
src/comp/syntax/ast_util.rs
src/comp/syntax/parse/parser.rs