<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debug-info/multiple-functions-equal-var-names.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-11T17:23:20+00:00</updated>
<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>Added tests to make tidy</title>
<updated>2014-02-07T18:49:24+00:00</updated>
<author>
<name>Derek Guenther</name>
<email>dguenther9@gmail.com</email>
</author>
<published>2014-02-05T22:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=730bdb6403dd47b98c1be6c4b3423edb28ca9477'/>
<id>urn:sha1:730bdb6403dd47b98c1be6c4b3423edb28ca9477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tagging issue number(#10381)</title>
<updated>2013-11-09T23:18:12+00:00</updated>
<author>
<name>Young-il Choi</name>
<email>duddlf.choi@samsung.com</email>
</author>
<published>2013-11-09T07:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca55317e90f498b818a0e0fc5ad58354eb416e83'/>
<id>urn:sha1:ca55317e90f498b818a0e0fc5ad58354eb416e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add make check support(arm-linux-androideabi debuginfo)</title>
<updated>2013-11-06T00:41:59+00:00</updated>
<author>
<name>sh8281.kim</name>
<email>sh8281.kim@samsung.com</email>
</author>
<published>2013-11-04T06:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e54828b0d474f210eb4ab4587427dcb158fd955'/>
<id>urn:sha1:4e54828b0d474f210eb4ab4587427dcb158fd955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Support for namespaces (functions only)</title>
<updated>2013-09-10T14:25:19+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@gmail</email>
</author>
<published>2013-09-06T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b'/>
<id>urn:sha1:93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Un-disabled debug info tests on Windows.</title>
<updated>2013-08-26T08:23:18+00:00</updated>
<author>
<name>Vadim Chugunov</name>
<email>vadimcn@gmail.com</email>
</author>
<published>2013-08-26T08:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f79b52ad94e20534df415e463f577b8a9794217'/>
<id>urn:sha1:7f79b52ad94e20534df415e463f577b8a9794217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings it tests</title>
<updated>2013-08-17T15:42:35+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-08-17T15:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad5c67685332dc0e45d459b45749e76c93270988'/>
<id>urn:sha1:ad5c67685332dc0e45d459b45749e76c93270988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Support for destructured function arguments.</title>
<updated>2013-07-25T17:47:03+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@gmail</email>
</author>
<published>2013-07-18T15:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02a0f2822e4911ffa3a36f48c0d9afc48f428ece'/>
<id>urn:sha1:02a0f2822e4911ffa3a36f48c0d9afc48f428ece</id>
<content type='text'>
</content>
</entry>
</feed>
