]> git.lizzy.rs Git - rust.git/commit
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
authorPaul Stansifer <paul.stansifer@gmail.com>
Wed, 21 Nov 2012 18:37:43 +0000 (13:37 -0500)
committerGraydon Hoare <graydon@mozilla.com>
Thu, 29 Nov 2012 20:09:10 +0000 (12:09 -0800)
commit0f707f42c847814f60776a3b608c3016b00d7457
tree8e8c4a8fc17bbef3054d732999cbcd785123ab03
parente77491bd870d9b026ebfbda07caab103f111ce8f
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
src/libsyntax/ast.rs
src/libsyntax/ast_util.rs
src/libsyntax/ext/expand.rs
src/libsyntax/fold.rs
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/libsyntax/visit.rs