]> git.lizzy.rs Git - rust.git/commitdiff
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)
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`

1  2 
src/librustc/middle/trans/base.rs

Simple merge