]> git.lizzy.rs Git - rust.git/commit
Extend the unchecked block stuff to allow unsafe blocks as well.
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 6 Oct 2011 23:42:27 +0000 (16:42 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 12 Oct 2011 21:26:47 +0000 (14:26 -0700)
commit29584cc5ac9369a18d1082d3d2c95eb0471a64db
tree1d14dc2e6801290d59c60d0d9042b79283d2426c
parent58b8e88356187b8631f24fa787c0dfefcb6a1970
Extend the unchecked block stuff to allow unsafe blocks as well.
12 files changed:
src/comp/front/test.rs
src/comp/metadata/decoder.rs
src/comp/metadata/encoder.rs
src/comp/middle/trans.rs
src/comp/middle/typeck.rs
src/comp/syntax/ast.rs
src/comp/syntax/ast_util.rs
src/comp/syntax/parse/parser.rs
src/comp/syntax/print/pprust.rs
src/lib/io.rs
src/lib/sys.rs
src/lib/uint.rs