<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debug-info/function-arg-initialization.rs, branch 0.10</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.10</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.10'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-02-19T16:16:36+00:00</updated>
<entry>
<title>debuginfo: Re-enable test case that should have worked all along.</title>
<updated>2014-02-19T16:16:36+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-02-19T16:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a40b272faef45621548e61254a6e0ddb85fc0a38'/>
<id>urn:sha1:a40b272faef45621548e61254a6e0ddb85fc0a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change `xfail` directives in compiletests to `ignore`, closes #11363</title>
<updated>2014-02-11T17:23:20+00:00</updated>
<author>
<name>Florian Hahn</name>
<email>flo@fhahn.com</email>
</author>
<published>2014-02-07T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f62460c1f54a693cd046513ef6776bb3551c929d'/>
<id>urn:sha1:f62460c1f54a693cd046513ef6776bb3551c929d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidate codegen-related compiler flags</title>
<updated>2014-02-10T08:50:39+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-07T03:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=071ee96277845af99bde5e7e15ccbb0cff9be0a7'/>
<id>urn:sha1:071ee96277845af99bde5e7e15ccbb0cff9be0a7</id>
<content type='text'>
Move them all behind a new -C switch. This migrates some -Z flags and some
top-level flags behind this -C codegen option.

The -C flag takes values of the form "-C name=value" where the "=value" is
optional for some flags.

Flags affected:

* --llvm-args           =&gt; -C llvm-args
* --passes              =&gt; -C passes
* --ar                  =&gt; -C ar
* --linker              =&gt; -C linker
* --link-args           =&gt; -C link-args
* --target-cpu          =&gt; -C target-cpu
* --target-feature      =&gt; -C target-fature
* --android-cross-path  =&gt; -C android-cross-path
* --save-temps          =&gt; -C save-temps
* --no-rpath            =&gt; -C no-rpath
* -Z no-prepopulate     =&gt; -C no-prepopulate-passes
* -Z no-vectorize-loops =&gt; -C no-vectorize-loops
* -Z no-vectorize-slp   =&gt; -C no-vectorize-slp
* -Z soft-float         =&gt; -C soft-float
* -Z gen-crate-map      =&gt; -C gen-crate-map
* -Z prefer-dynamic     =&gt; -C prefer-dynamic
* -Z no-integrated-as   =&gt; -C no-integrated-as

As a bonus, this also promotes the -Z extra-debug-info flag to a first class -g
or --debuginfo flag.

* -Z debug-info         =&gt; removed
* -Z extra-debug-info   =&gt; -g or --debuginfo

Closes #9770
Closes #12000
</content>
</entry>
<entry>
<title>xfail a test to unblock the snapshot</title>
<updated>2014-02-04T01:12:52+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-04T01:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=882b4829ce340e6b1a54bdbc3322484ff8c9ffcd'/>
<id>urn:sha1:882b4829ce340e6b1a54bdbc3322484ff8c9ffcd</id>
<content type='text'>
cc #12021
</content>
</entry>
<entry>
<title>Remove re-exports of std::io::stdio::{print, println} in the prelude.</title>
<updated>2014-01-10T23:46:00+00:00</updated>
<author>
<name>Brendan Zabarauskas</name>
<email>bjzaba@yahoo.com.au</email>
</author>
<published>2014-01-09T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fc0452acef1355ba566a30c5bd04ccd3b9acef2'/>
<id>urn:sha1:4fc0452acef1355ba566a30c5bd04ccd3b9acef2</id>
<content type='text'>
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
</content>
</entry>
<entry>
<title>debuginfo: Add test cases for function prologue handling.</title>
<updated>2013-12-16T09:23:28+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@gmail</email>
</author>
<published>2013-12-13T16:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89b47d5557b52e0da7b95e70ed61f76db152664b'/>
<id>urn:sha1:89b47d5557b52e0da7b95e70ed61f76db152664b</id>
<content type='text'>
</content>
</entry>
</feed>
