rust/src/libsyntax
bors e87cd7e380 Auto merge of #33505 - petrochenkov:self, r=nrc
Remove ExplicitSelf from HIR

`self` argument is already kept in the argument list and can be retrieved from there if necessary, so there's no need for the duplication.
The same changes can be applied to AST, I'll make them in the next breaking batch.
The first commit also improves parsing of method declarations and fixes https://github.com/rust-lang/rust/issues/33413.

r? @eddyb
2016-05-15 23:14:52 -07:00
..
2016-04-12 22:58:55 +09:00
2016-04-06 11:19:10 +03:00
2016-05-02 11:49:25 -04:00
2016-04-24 21:04:09 +03:00
2015-12-30 14:27:59 +13:00