<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debuginfo/var-captured-in-stack-closure.rs, branch 1.4.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.4.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-03-26T19:10:22+00:00</updated>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>Add `: Box&lt;_&gt;` or `::Box&lt;_&gt;` type annotations to various places.</title>
<updated>2015-03-03T19:29:01+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2015-02-17T20:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=270f0eef733a625bcee68019189f19dc119f8f24'/>
<id>urn:sha1:270f0eef733a625bcee68019189f19dc119f8f24</id>
<content type='text'>
This is the kind of change that one is expected to need to make to
accommodate overloaded-`box`.

----

Note that this is not *all* of the changes necessary to accommodate
Issue 22181.  It is merely the subset of those cases where there was
already a let-binding in place that made it easy to add the necesasry
type ascription.

(For unnamed intermediate `Box` values, one must go down a different
route; `Box::new` is the option that maximizes portability, but has
potential inefficiency depending on whether the call is inlined.)

----

There is one place worth note, `run-pass/coerce-match.rs`, where I
used an ugly form of `Box&lt;_&gt;` type ascription where I would have
preferred to use `Box::new` to accommodate overloaded-`box`.  I
deliberately did not use `Box::new` here, because that is already done
in coerce-match-calls.rs.

----

Precursor for overloaded-`box` and placement-`in`; see Issue 22181.
</content>
</entry>
<entry>
<title>Enable test/debuginfo on android</title>
<updated>2015-02-10T06:48:07+00:00</updated>
<author>
<name>Eunji Jeong</name>
<email>eun-ji.jeong@samsung.com</email>
</author>
<published>2015-01-30T06:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1af8648a7697172fc10c50e9e79bed6689d4f5d'/>
<id>urn:sha1:b1af8648a7697172fc10c50e9e79bed6689d4f5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove all kind annotations from closures</title>
<updated>2015-02-05T01:06:08+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-02-01T17:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=571cc7f8e98da46735a5728387c768cde75d010c'/>
<id>urn:sha1:571cc7f8e98da46735a5728387c768cde75d010c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts</title>
<updated>2015-01-08T03:27:27+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-08T02:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0dc48b47a8c67eb28e7b89a6c0810dc9446377f7'/>
<id>urn:sha1:0dc48b47a8c67eb28e7b89a6c0810dc9446377f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix debuginfo tests</title>
<updated>2015-01-05T22:22:17+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-01-05T13:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef726591f81238f19bfd4cc3b48d812d20dbfcc2'/>
<id>urn:sha1:ef726591f81238f19bfd4cc3b48d812d20dbfcc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.</title>
<updated>2014-12-30T16:26:13+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-12-03T22:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91a0e18866d143c045e9e29377a6e918011c0b63'/>
<id>urn:sha1:91a0e18866d143c045e9e29377a6e918011c0b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Fix debuginfo for captured variables in non-FnOnce unboxed closures.</title>
<updated>2014-12-05T23:56:40+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>laden@csclub.uwaterloo.ca</email>
</author>
<published>2014-12-05T23:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ebc1c9fd88640b1833e0743b649a957f3337720'/>
<id>urn:sha1:8ebc1c9fd88640b1833e0743b649a957f3337720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.</title>
<updated>2014-10-31T17:49:59+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-10-29T06:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54a5a2b36591d6aad7e94cf6740988202f1654aa'/>
<id>urn:sha1:54a5a2b36591d6aad7e94cf6740988202f1654aa</id>
<content type='text'>
On some Windows versions of GDB this is more stable than setting breakpoints via function names.
</content>
</entry>
<entry>
<title>Update code with new lint names</title>
<updated>2014-10-28T15:54:21+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2014-10-27T22:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0ad0fcb95f0bd6e69e9032c23b66515a590dfe5'/>
<id>urn:sha1:e0ad0fcb95f0bd6e69e9032c23b66515a590dfe5</id>
<content type='text'>
</content>
</entry>
</feed>
