<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_utils/codegen_backend.rs, branch 1.33.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.33.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.33.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-01-09T13:21:46+00:00</updated>
<entry>
<title>MetadataOnlyCodegenBackend: remove `is_inline` call</title>
<updated>2019-01-09T13:21:46+00:00</updated>
<author>
<name>lqd</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2019-01-09T13:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5318f3f9b9797af903a57addbe37ca117da8d96'/>
<id>urn:sha1:e5318f3f9b9797af903a57addbe37ca117da8d96</id>
<content type='text'>
This function has no side effects, and its result is ignored.
</content>
</entry>
<entry>
<title>Codegen: run the collector only once</title>
<updated>2019-01-07T18:48:45+00:00</updated>
<author>
<name>lqd</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2019-01-07T18:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c075e245de4eee21b1c32785271eabf05359ab09'/>
<id>urn:sha1:c075e245de4eee21b1c32785271eabf05359ab09</id>
<content type='text'>
Use the `collect_and_partition_mono_items ` query to avoid calling the collector
</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>use top level `fs` functions where appropriate</title>
<updated>2018-12-07T17:54:11+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2018-11-16T21:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f6226518bd5085896a0f27cfd3ea396367ecd50'/>
<id>urn:sha1:2f6226518bd5085896a0f27cfd3ea396367ecd50</id>
<content type='text'>
This commit replaces many usages of `File::open` and reading or writing
with `fs::read_to_string`, `fs::read` and `fs::write`. This reduces code
complexity, and will improve performance for most reads, since the
functions allocate the buffer to be the size of the file.

I believe that this commit will not impact behavior in any way, so some
matches will check the error kind in case the file was not valid UTF-8.
Some of these cases may not actually care about the error.
</content>
</entry>
<entry>
<title>codegen_utils, driver: fix clippy errors</title>
<updated>2018-12-06T20:14:23+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-12-06T15:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=adaeb10b5bec3e5a344fbcd90c27204ecb221c80'/>
<id>urn:sha1:adaeb10b5bec3e5a344fbcd90c27204ecb221c80</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 LinkMeta struct</title>
<updated>2018-08-18T10:08:06+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2018-08-18T10:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d52047faf05c3f71abd50058120839862fe4616d'/>
<id>urn:sha1:d52047faf05c3f71abd50058120839862fe4616d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use diagnostic API on Session</title>
<updated>2018-08-04T12:54:36+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-07-26T22:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ae2aa232047e16019d1b90726ca2c397371e5aa'/>
<id>urn:sha1:0ae2aa232047e16019d1b90726ca2c397371e5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize variants of CrateType to standard style</title>
<updated>2018-08-04T12:53:15+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-07-26T17:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a9344206be8ecd1cd2106bd93cccf46892fc2e5'/>
<id>urn:sha1:2a9344206be8ecd1cd2106bd93cccf46892fc2e5</id>
<content type='text'>
This is a clippy-breaking change.
</content>
</entry>
</feed>
