<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_llvm/back, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/incorporate-tracing</title>
<updated>2020-08-15T03:29:12+00:00</updated>
<author>
<name>pawanbisht62</name>
<email>36775517+pawanbisht62@users.noreply.github.com</email>
</author>
<published>2020-08-15T03:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bab15885c0ab1230186cc45290c6d6c224289f6b'/>
<id>urn:sha1:bab15885c0ab1230186cc45290c6d6c224289f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CodeGenOptLevel::Other</title>
<updated>2020-08-12T16:01:31+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-08-12T16:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a0b195188c253e8910ea203beb7c1682004c33e'/>
<id>urn:sha1:7a0b195188c253e8910ea203beb7c1682004c33e</id>
<content type='text'>
Also introduced in #35174, and immediately unused.
</content>
</entry>
<entry>
<title>Incorporate tracing crate</title>
<updated>2020-08-06T11:26:56+00:00</updated>
<author>
<name>bishtpawan</name>
<email>pawan.bisht@knoldus.com</email>
</author>
<published>2020-08-05T11:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdfbd89946ca34d12eec658d111ce9a85cd23df0'/>
<id>urn:sha1:fdfbd89946ca34d12eec658d111ce9a85cd23df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid "whitelist"</title>
<updated>2020-07-10T11:39:28+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2020-07-07T15:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62cf767a4a39b47677d18110359d9e7152dc9d1c'/>
<id>urn:sha1:62cf767a4a39b47677d18110359d9e7152dc9d1c</id>
<content type='text'>
Other terms are more inclusive and precise.
</content>
</entry>
<entry>
<title>Prepare for LLVM 11</title>
<updated>2020-06-26T01:52:41+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-06-26T01:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49f6166ef7825a39e980c0ba0904073379bb01e6'/>
<id>urn:sha1:49f6166ef7825a39e980c0ba0904073379bb01e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Modernize wasm checks for atomics</title>
<updated>2020-06-23T16:41:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2020-06-23T16:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c2b02536c857b78cd9560e447fa669d4ca2ba3e'/>
<id>urn:sha1:0c2b02536c857b78cd9560e447fa669d4ca2ba3e</id>
<content type='text'>
This commit modernizes how rustc checks for whether the `atomics`
feature is enabled for the wasm target. The `sess.target_features` set
is consulted instead of fiddling around with dealing with various
aspects of LLVM and that syntax.
</content>
</entry>
<entry>
<title>Diagnose use of incompatible sanitizers</title>
<updated>2020-06-14T16:14:10+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-06-14T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a65f280c8eac844a74b758822ca52e8763a1d5d'/>
<id>urn:sha1:0a65f280c8eac844a74b758822ca52e8763a1d5d</id>
<content type='text'>
Emit an error when incompatible sanitizer are configured through command
line options. Previously the last one configured prevailed and others
were silently ignored.

Additionally use a set to represent configured sanitizers, making it
possible to enable multiple sanitizers at once. At least in principle,
since currently all of them are considered to be incompatible with
others.
</content>
</entry>
<entry>
<title>Handle assembler warnings properly</title>
<updated>2020-06-09T14:01:02+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2020-06-09T13:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5541f689e9cfc6c1ccdb2277a308bc2e8541ab5e'/>
<id>urn:sha1:5541f689e9cfc6c1ccdb2277a308bc2e8541ab5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve inline asm error diagnostics</title>
<updated>2020-05-29T16:05:35+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2020-05-26T19:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b78b15665b622cc37b25e9bd971537296403b83d'/>
<id>urn:sha1:b78b15665b622cc37b25e9bd971537296403b83d</id>
<content type='text'>
</content>
</entry>
</feed>
