]> git.lizzy.rs Git - rust.git/commit
Add unsafe blocks, unsafe functions, and two rudimentary tests
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 7 Oct 2011 04:33:04 +0000 (21:33 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 12 Oct 2011 21:26:47 +0000 (14:26 -0700)
commit046ca827dd02ca6e9b18264bfe5ffb8d30f77b47
tree09e19a68135d2e4ff624d15df111de4a84ecf7e0
parent29584cc5ac9369a18d1082d3d2c95eb0471a64db
Add unsafe blocks, unsafe functions, and two rudimentary tests
related to them
src/comp/middle/typeck.rs
src/comp/syntax/parse/parser.rs
src/lib/vec.rs
src/test/compile-fail/unsafe-fn-called-from-safe.rs [new file with mode: 0644]
src/test/run-pass/unsafe-fn-called-from-unsafe-blk.rs [new file with mode: 0644]