]> git.lizzy.rs Git - rust.git/commit
auto merge of #7342 : alexcrichton/rust/assort-cleanup, r=cmr
authorbors <bors@rust-lang.org>
Sat, 29 Jun 2013 19:02:05 +0000 (12:02 -0700)
committerbors <bors@rust-lang.org>
Sat, 29 Jun 2013 19:02:05 +0000 (12:02 -0700)
commitc86df3a65cc239fd69b9a8d628808498cdb07e0d
treeb2557de482d3c0946cd683bd92dff65a1adf15f4
parent88830996d811be3ff833ba590c98f28daaf31f43
parent3bad7129ebb13d7a4c0a7965aeb5bd536cc0f5f0
auto merge of #7342 : alexcrichton/rust/assort-cleanup, r=cmr

This removes usage of `&const` throughout the standard libraries/compiler, and it removes some extraneous fields in the AST now that unique boxes always inherit their mutability.