<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_llvm/back/write.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>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>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>
<entry>
<title>rustllvm: Fix warnings about unused function parameters</title>
<updated>2020-05-21T19:05:19+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-05-21T17:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0a48d19f5e10869ea4a137d4bb3b84d62966e31'/>
<id>urn:sha1:d0a48d19f5e10869ea4a137d4bb3b84d62966e31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu</title>
<updated>2020-05-17T21:22:48+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-05-17T21:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f472813dfa3f4c380a7a24e350d3e6a5a66ae7c'/>
<id>urn:sha1:5f472813dfa3f4c380a7a24e350d3e6a5a66ae7c</id>
<content type='text'>
Cleanup and document `-C code-model`

r? @Amanieu
</content>
</entry>
</feed>
