]> git.lizzy.rs Git - rust.git/commit
auto merge of #9492 : pnkfelix/rust/fsk-syntax-visit-refactor-remainder, r=huonw
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 13:10:57 +0000 (06:10 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 13:10:57 +0000 (06:10 -0700)
commit797a373cd14493dd5e1c1d2f37ca46473f32b5ef
tree9b0767a9c633d46b5f85ca788d23b7a3cc190a38
parentdf97d23c71f6fbe300d3bc0dca23b063044b3934
parent37481641b1101108eb394789dd2adf9e095e39d9
auto merge of #9492 : pnkfelix/rust/fsk-syntax-visit-refactor-remainder, r=huonw

r? anyone

Part of #7081.

Removed many unnecessary context arguments, turning them into visitors.  Removed some @allocation.

If this lands, then I think the only thing left that is unaddressed are:
 * the various lint visitors, and
 * middle/privacy.rs, which has `impl<'self> Visitor<&'self method_map> for PrivacyVisitor`
src/librustc/middle/trans/base.rs