<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc/session/code_stats.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>2019-12-03T17:19:16+00:00</updated>
<entry>
<title>Move Session to librustc_session</title>
<updated>2019-12-03T17:19:16+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-11-29T21:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc2c33a1567f3a29a446ae2985080e55c4dc2b8b'/>
<id>urn:sha1:cc2c33a1567f3a29a446ae2985080e55c4dc2b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move lock into CodeStats</title>
<updated>2019-11-10T16:48:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-11-10T16:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c34f384d4d2289e9c83000c01e8a4f98486e8ec'/>
<id>urn:sha1:2c34f384d4d2289e9c83000c01e8a4f98486e8ec</id>
<content type='text'>
Prevent accidental too-long borrows by ensuring only encapsulated
locking.
</content>
</entry>
<entry>
<title>In `-Zprint-type-size` output, sort enum variants by size.</title>
<updated>2019-04-12T02:18:23+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-04-12T02:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca1ab3ed30fc41308b0f14135b293f3d9d89e53f'/>
<id>urn:sha1:ca1ab3ed30fc41308b0f14135b293f3d9d89e53f</id>
<content type='text'>
It's useful to see the biggest variants first.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_target: avoid using AbiAndPrefAlign where possible.</title>
<updated>2018-11-22T03:01:49+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-09-08T22:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b4747ded7c964ea4e871b3ea6b10bf20862462a'/>
<id>urn:sha1:5b4747ded7c964ea4e871b3ea6b10bf20862462a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_target: separate out an individual Align from AbiAndPrefAlign.</title>
<updated>2018-11-22T02:38:00+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-09-08T21:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ce8d444affefb61ee733aa21da7f1ebc1b515e9'/>
<id>urn:sha1:3ce8d444affefb61ee733aa21da7f1ebc1b515e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_target: rename abi::Align to AbiAndPrefAlign.</title>
<updated>2018-11-22T02:12:59+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-09-08T19:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d56e8920852adec249c9d8159348a94dcafbd31c'/>
<id>urn:sha1:d56e8920852adec249c9d8159348a94dcafbd31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer `Default::default` over `FxHash*::default` in struct constructors</title>
<updated>2018-10-19T12:34:44+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-10-16T14:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c9258e604c7f5d3b7e86c34da1f067ff0a60257'/>
<id>urn:sha1:3c9258e604c7f5d3b7e86c34da1f067ff0a60257</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack</title>
<updated>2018-10-19T12:34:44+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-10-16T08:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee81739dc1e0f1c4dff9480b52528fb688ef9251'/>
<id>urn:sha1:ee81739dc1e0f1c4dff9480b52528fb688ef9251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dependency on rustc::ty from code_stats</title>
<updated>2018-08-09T16:00:25+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-08-03T22:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f138e1e558828506f8eb801b77f0bfc60d738e0'/>
<id>urn:sha1:7f138e1e558828506f8eb801b77f0bfc60d738e0</id>
<content type='text'>
</content>
</entry>
</feed>
