<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_ssa/traits/backend.rs, branch 1.41.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-21T18:50:38+00:00</updated>
<entry>
<title>Aggregation of drive-by cosmetic changes.</title>
<updated>2019-11-21T18:50:38+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-05-17T01:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51cb60cd3fc42b3b6a35e48cbc19426c332c260e'/>
<id>urn:sha1:51cb60cd3fc42b3b6a35e48cbc19426c332c260e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc, rustc_passes: don't depend on syntax_expand.</title>
<updated>2019-10-27T16:05:57+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-09T14:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb12c708521d66b1f727ad4c1ec752a78799980d'/>
<id>urn:sha1:fb12c708521d66b1f727ad4c1ec752a78799980d</id>
<content type='text'>
This is done by moving some data definitions to syntax::expand.
</content>
</entry>
<entry>
<title>Use `Symbol` for codegen unit names.</title>
<updated>2019-10-21T07:30:40+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-10-21T06:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2da7a9c0d943e694eef17c0b47e87cbcde03a957'/>
<id>urn:sha1:2da7a9c0d943e694eef17c0b47e87cbcde03a957</id>
<content type='text'>
This is a straightforward replacement except for two places where we
have to convert to `LocalInternedString` to get a stable sort.
</content>
</entry>
<entry>
<title>move syntax::ext to new crate syntax_expand</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-16T08:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d420d719c4c44c3c6d02b5fafba4f2cf5e837dba'/>
<id>urn:sha1:d420d719c4c44c3c6d02b5fafba4f2cf5e837dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/FuncId/Function</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-13T09:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1ed3a878622ae6d593bc8aa5974b80831fca9f2'/>
<id>urn:sha1:f1ed3a878622ae6d593bc8aa5974b80831fca9f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce FuncId backend type</title>
<updated>2019-10-13T12:35:14+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2019-08-27T09:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d1a5ade9b8bf83c410250521f489e074fa1f929'/>
<id>urn:sha1:4d1a5ade9b8bf83c410250521f489e074fa1f929</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>Merge `rustc_allocator` into `libsyntax_ext`</title>
<updated>2019-07-24T09:27:58+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-16T18:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a93fdfedf36dcb909d90cbf963b087c5873bec1d'/>
<id>urn:sha1:a93fdfedf36dcb909d90cbf963b087c5873bec1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove needless lifetimes</title>
<updated>2019-07-03T08:00:26+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>jeremy@myelin.ch</email>
</author>
<published>2019-06-21T16:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0477e072723438054ef8628ec33223cf94bacb69'/>
<id>urn:sha1:0477e072723438054ef8628ec33223cf94bacb69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: remove unused lifetimes.</title>
<updated>2019-06-18T15:10:26+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-16T09:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=356a37d8d1e9c62481970c36ef45fe7f4f936549'/>
<id>urn:sha1:356a37d8d1e9c62481970c36ef45fe7f4f936549</id>
<content type='text'>
</content>
</entry>
</feed>
