<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/backtrace/tests.rs, branch 1.51.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.51.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.51.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-01-23T17:56:33+00:00</updated>
<entry>
<title>Add Frames iterator for Backtrace</title>
<updated>2021-01-23T17:56:33+00:00</updated>
<author>
<name>Sean Chen</name>
<email>seanchen11235@gmail.com</email>
</author>
<published>2021-01-13T23:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=050643a9606c279d9b959976c3718ad3d7bdb84a'/>
<id>urn:sha1:050643a9606c279d9b959976c3718ad3d7bdb84a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use Once instead of Mutex to manage capture resolution</title>
<updated>2021-01-06T00:44:06+00:00</updated>
<author>
<name>Ashley Mannix</name>
<email>kodraus@hey.com</email>
</author>
<published>2021-01-06T00:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db4585aa3b1ee56e4722710d7665ee011fc11145'/>
<id>urn:sha1:db4585aa3b1ee56e4722710d7665ee011fc11145</id>
<content type='text'>
This allows us to return borrows of the captured backtrace frames
that are tied to a borrow of the Backtrace itself, instead of to
some short-lived Mutex guard.

It also makes it semantically clearer what synchronization is needed
on the capture.
</content>
</entry>
<entry>
<title>Add column number support to Backtrace</title>
<updated>2020-11-15T12:09:56+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2020-11-12T20:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfbb10bf52d1cf6bd90ae2e19bcd357d38be4d'/>
<id>urn:sha1:43bfbb10bf52d1cf6bd90ae2e19bcd357d38be4d</id>
<content type='text'>
Backtrace frames might include column numbers.
Print them if they are included.
</content>
</entry>
<entry>
<title>std: move "mod tests/benches" to separate files</title>
<updated>2020-08-31T02:56:59+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-27T13:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4e926daeeaedc9178846711daf1f4cb6ce505fb'/>
<id>urn:sha1:a4e926daeeaedc9178846711daf1f4cb6ce505fb</id>
<content type='text'>
Also doing fmt inplace as requested.
</content>
</entry>
</feed>
