]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8684 : michaelwoerister/rust/stepping_and_scope_fixes, r=jdm
authorbors <bors@rust-lang.org>
Fri, 23 Aug 2013 14:46:19 +0000 (07:46 -0700)
committerbors <bors@rust-lang.org>
Fri, 23 Aug 2013 14:46:19 +0000 (07:46 -0700)
This PR contains some code cleanup and the fix for issue #8670.
~~I am not sure about issue #8442 (could not reproduce it). @jdm, could check after this is merged and possibly close the issue then?~~ (closed now)

Some interesting facts: With this commit, it should be possible to compile libstd with `-Zdebug-info` (it does not work yet with `-Zextra-debug-info` but we are getting there). Switching debug info on increases the compile time for libstd by about 2 seconds.

@catamorphism I get one failing test in rustpkg:
`package_script_with_default_build` says: `task <unnamed> failed at 'Couldn't copy file', /home/mw/rust/src/librustpkg/tests.rs:689`
Would you have any idea what that is about? Seems be something wrong on my machine...

Cheers,
Michael

Fixes #8670

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

Simple merge
Simple merge