<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debuginfo/function-prologue-stepping-no-split-stack.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-10-09T21:24:36+00:00</updated>
<entry>
<title>Rename the no_split_stack attribute to no_stack_check</title>
<updated>2014-10-09T21:24:36+00:00</updated>
<author>
<name>Keegan McAllister</name>
<email>kmcallister@mozilla.com</email>
</author>
<published>2014-09-06T00:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db3bd23467f23845986b906808414cd3de41f741'/>
<id>urn:sha1:db3bd23467f23845986b906808414cd3de41f741</id>
<content type='text'>
The old name is misleading as we haven't had segmented stacks in quite some
time. But we still recognize it, with a deprecation warning.
</content>
</entry>
<entry>
<title>debuginfo: Add LLDB autotests to debuginfo test suite.</title>
<updated>2014-07-16T07:46:31+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-07-09T12:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7f45a9458967f9acec23c40941c285b58790c0b'/>
<id>urn:sha1:c7f45a9458967f9acec23c40941c285b58790c0b</id>
<content type='text'>
This commit adds LLDB autotests to the test suite but does not activate them by default yet.
</content>
</entry>
<entry>
<title>librustc: Remove the fallback to `int` for integers and `f64` for</title>
<updated>2014-06-29T18:47:58+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-06-27T19:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5bb0a3a4574af88add700ace7aefc37172fa7a5'/>
<id>urn:sha1:a5bb0a3a4574af88add700ace7aefc37172fa7a5</id>
<content type='text'>
floating point numbers for real.

This will break code that looks like:

    let mut x = 0;
    while ... {
        x += 1;
    }
    println!("{}", x);

Change that code to:

    let mut x = 0i;
    while ... {
        x += 1;
    }
    println!("{}", x);

Closes #15201.

[breaking-change]
</content>
</entry>
<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>
</feed>
