<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debug-info/include_string.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-05-07T17:58:07+00:00</updated>
<entry>
<title>debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb</title>
<updated>2014-05-07T17:58:07+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-04-24T09:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55a8bd56e5a89f98aa9d4ed998cb8c686d447805'/>
<id>urn:sha1:55a8bd56e5a89f98aa9d4ed998cb8c686d447805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new attribute syntax in python files in src/etc too (#13478)</title>
<updated>2014-04-14T15:30:31+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2014-04-14T15:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=713e87526eac42aa9879e7cfb556ea64d63e7a91'/>
<id>urn:sha1:713e87526eac42aa9879e7cfb556ea64d63e7a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stop asking LLVM to null-terminate strings</title>
<updated>2014-04-04T01:35:21+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2014-04-03T20:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ce2630cef8b9bc951ce6075c4193730a3efa719'/>
<id>urn:sha1:7ce2630cef8b9bc951ce6075c4193730a3efa719</id>
<content type='text'>
This was missed when dropping the null-termination from our string
types. An explicit null byte can still be placed anywhere in a string if
desired, but there's no reason to stick one at the end of every string
constant.
</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>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>Fix CodeMap issue in expand_include_str()</title>
<updated>2014-01-08T15:38:58+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-01-08T08:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad3a179954fb8e04794ad22584adc071c6a1d86d'/>
<id>urn:sha1:ad3a179954fb8e04794ad22584adc071c6a1d86d</id>
<content type='text'>
</content>
</entry>
</feed>
