]> git.lizzy.rs Git - rust.git/commit
auto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger
authorbors <bors@rust-lang.org>
Wed, 27 Nov 2013 16:07:56 +0000 (08:07 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Nov 2013 16:07:56 +0000 (08:07 -0800)
commita6fc577ab580d09f05bb9b545b6a6511cfcb0a8f
tree3ce249e3a8f43ef93d15d297484b14160a1f5052
parent23674be0b1ff920773520c7fec96c3a4b2068b21
parentf09b7b0ecd7fc03c9d433632f89b3267f16cd4f8
auto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger

It's truly immutable now, which will allow us to remove some cloning in the parser and box parts of the AST in `Rc<T>` (if desired).