]> git.lizzy.rs Git - rust.git/commit
auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 18 Dec 2013 16:36:36 +0000 (08:36 -0800)
committerbors <bors@rust-lang.org>
Wed, 18 Dec 2013 16:36:36 +0000 (08:36 -0800)
commit5ece09277387acf8895f89d439a6cbce4bb55adf
tree0524903237225f4ec4a1c54ad7a17c2169777c3d
parentc33573440b61acf154a1cee55413d02f9835c9aa
parent01fae5fb2a0425af2830b2525c49d27bfba68899
auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwalton

As the title says. The trans changes will lead to an auxiliary alloca being created that allows debug info to track the `self` argument. This alloca is only created in debug builds however. Otherwise very little had to be done after I managed to navigate to some degree the jungle that is self-argument handling `:P`

Closes #10549