<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys_common/gnu, branch 1.16.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.16.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.16.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-01-27T09:33:24+00:00</updated>
<entry>
<title>Attempt at fixing dead code lints</title>
<updated>2017-01-27T09:33:24+00:00</updated>
<author>
<name>Segev Finer</name>
<email>segev208@gmail.com</email>
</author>
<published>2017-01-27T09:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=450554ebf139d0b6ecde80f17c2ef89ff7de78bb'/>
<id>urn:sha1:450554ebf139d0b6ecde80f17c2ef89ff7de78bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make backtraces work on Windows GNU targets again.</title>
<updated>2017-01-24T21:10:00+00:00</updated>
<author>
<name>Segev Finer</name>
<email>segev208@gmail.com</email>
</author>
<published>2017-01-21T22:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4186037aaa1a6aa3ba15a10130b424e7508bd276'/>
<id>urn:sha1:4186037aaa1a6aa3ba15a10130b424e7508bd276</id>
<content type='text'>
This is done by adding a function that can return a filename
to pass to backtrace_create_state. The filename is obtained in
a safe way by first getting the filename, locking the file so it can't
be moved, and then getting the filename again and making sure it's the same.

See: https://github.com/rust-lang/rust/pull/37359#issuecomment-260123399
Issue: #33985
</content>
</entry>
<entry>
<title>std: Move sys_common to libstd/sys_common</title>
<updated>2016-11-01T17:08:24+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-09-30T23:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca30691813836e1c6896e5ba5d4397eb717e7270'/>
<id>urn:sha1:ca30691813836e1c6896e5ba5d4397eb717e7270</id>
<content type='text'>
Make the directory structure reflect the module structure. I've always
found the existing structure confusing.
</content>
</entry>
</feed>
