<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_utils/codegen_backend.rs, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-24T17:51:33+00:00</updated>
<entry>
<title>rustc: Add a convenience alias for `dyn MetadataLoader + Sync`</title>
<updated>2019-10-24T17:51:33+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-10-17T18:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=222503a354d263ee13ee160506443036b799a2ea'/>
<id>urn:sha1:222503a354d263ee13ee160506443036b799a2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused method CodegenBackend::diagnostics</title>
<updated>2019-10-13T12:35:14+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2019-10-12T10:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41d329c10d68d1ddefde134d6c276d384a68d1a1'/>
<id>urn:sha1:41d329c10d68d1ddefde134d6c276d384a68d1a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove tx_to_llvm_workers from TyCtxt</title>
<updated>2019-09-25T20:57:27+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-25T17:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8a040fc5f5edc41af0ccb070239898c0c5d5484'/>
<id>urn:sha1:b8a040fc5f5edc41af0ccb070239898c0c5d5484</id>
<content type='text'>
This can be kept within the codegen backend crates entirely
</content>
</entry>
<entry>
<title>Remove lint annotations in specific crates that are already enforced by rustbuild</title>
<updated>2019-07-28T15:46:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434152157f9d73ad1899fb8da3a61aed6f8a46d6'/>
<id>urn:sha1:434152157f9d73ad1899fb8da3a61aed6f8a46d6</id>
<content type='text'>
Remove some random unnecessary lint `allow`s
</content>
</entry>
<entry>
<title>Unify all uses of 'gcx and 'tcx.</title>
<updated>2019-06-14T15:58:23+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-13T21:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3f9d6dfd92dfaeb14df891ad27b2531809dd734'/>
<id>urn:sha1:f3f9d6dfd92dfaeb14df891ad27b2531809dd734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run `rustfmt --file-lines ...` for changes from previous commits.</title>
<updated>2019-06-12T10:38:28+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T21:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fff08cb04389497d254fb40948674cbbee402908'/>
<id>urn:sha1:fff08cb04389497d254fb40948674cbbee402908</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: replace `TyCtxt&lt;'tcx, 'gcx, 'tcx&gt;` with `TyCtxt&lt;'gcx, 'tcx&gt;`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T20:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17cdd356da598eb46515352277d3664f05c888ee'/>
<id>urn:sha1:17cdd356da598eb46515352277d3664f05c888ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fallout from `deny(unused_lifetimes)`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T20:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=244125350880ca2f905928cae4115867eedd301a'/>
<id>urn:sha1:244125350880ca2f905928cae4115867eedd301a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: replace `TyCtxt&lt;'a, 'gcx, 'tcx&gt;` with `TyCtxt&lt;'tcx, 'gcx, 'tcx&gt;`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T19:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37799a5552d308da5d74d9654036f2f541f3c8c3'/>
<id>urn:sha1:37799a5552d308da5d74d9654036f2f541f3c8c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move metadata encoding earlier.</title>
<updated>2019-04-30T04:55:10+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-04-26T07:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=faf5eac854f9099b54854145f2307cae3f3aa768'/>
<id>urn:sha1:faf5eac854f9099b54854145f2307cae3f3aa768</id>
<content type='text'>
This commit separates metadata encoding (`tcx.encode_metadata`) from the
creation of the metadata module (which is now handled by
`write_compressed_metadata`, formerly `write_metadata`).

The metadata encoding now occurs slightly earlier in the pipeline, at
the very start of code generation within `start_codegen`.

Metadata *writing* still occurs near the end of compilation; that will
be moved forward in subsequent commits.
</content>
</entry>
</feed>
