<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/packed-struct-drop-aligned.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-11-02T22:54:46+00:00</updated>
<entry>
<title>Ban dashes in miropt test file names</title>
<updated>2022-11-02T22:54:46+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-11-02T21:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bd4f76944703dc8e8af26c8e55d3db9488689f9'/>
<id>urn:sha1:0bd4f76944703dc8e8af26c8e55d3db9488689f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH</title>
<updated>2022-09-05T06:25:25+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-09-05T05:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46130a1d182c23dc967b6fc211019ce882f312b4'/>
<id>urn:sha1:46130a1d182c23dc967b6fc211019ce882f312b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add crate name to mir dumps</title>
<updated>2020-07-29T11:41:11+00:00</updated>
<author>
<name>Xavier Denis</name>
<email>xldenis@gmail.com</email>
</author>
<published>2020-07-27T19:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86be22ebcdb904cfdc3c223718a32dc6af422621'/>
<id>urn:sha1:86be22ebcdb904cfdc3c223718a32dc6af422621</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.</title>
<updated>2020-04-07T17:49:14+00:00</updated>
<author>
<name>Ana-Maria Mihalache</name>
<email>mihalacheana.maria@yahoo.com</email>
</author>
<published>2020-04-04T20:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0bb75ef69f847c849d35e49d0d172a8708211a1'/>
<id>urn:sha1:e0bb75ef69f847c849d35e49d0d172a8708211a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>--bless all mir-opt tests.</title>
<updated>2020-04-07T15:09:01+00:00</updated>
<author>
<name>Ana-Maria Mihalache</name>
<email>mihalacheana.maria@yahoo.com</email>
</author>
<published>2020-04-02T21:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef88769e4fd74cea5cc4f0c03259d6ee8a119e0f'/>
<id>urn:sha1:ef88769e4fd74cea5cc4f0c03259d6ee8a119e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use erased regions in MIR</title>
<updated>2020-03-19T19:59:13+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2020-03-19T11:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f0f254a9c90c4fe47897554948f82e44033f37a'/>
<id>urn:sha1:0f0f254a9c90c4fe47897554948f82e44033f37a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo.</title>
<updated>2019-11-27T17:22:03+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-05-16T15:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=563ed27c01c204d734355709c905f9a14246d4ff'/>
<id>urn:sha1:563ed27c01c204d734355709c905f9a14246d4ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable Emscripten's exception handling support</title>
<updated>2019-10-25T22:16:36+00:00</updated>
<author>
<name>Thomas Lively</name>
<email>tlively@google.com</email>
</author>
<published>2019-10-18T21:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62c3443e9659be2bf0ae53df1421c846ceaca904'/>
<id>urn:sha1:62c3443e9659be2bf0ae53df1421c846ceaca904</id>
<content type='text'>
Passes LLVM codegen and Emscripten link-time flags for exception
handling if and only if the panic strategy is `unwind`. Sets the
default panic strategy for Emscripten targets to `unwind`. Re-enables
tests that depend on unwinding support for Emscripten, including
`should_panic` tests.
</content>
</entry>
<entry>
<title>Upgrade Emscripten targets to use upstream LLVM backend</title>
<updated>2019-10-17T00:06:48+00:00</updated>
<author>
<name>Thomas Lively</name>
<email>tlively@google.com</email>
</author>
<published>2019-08-17T05:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bf59bea481dd4b4365cafe2e94fa8bf330a6877'/>
<id>urn:sha1:2bf59bea481dd4b4365cafe2e94fa8bf330a6877</id>
<content type='text'>
 - Compatible with Emscripten 1.38.46-upstream or later upstream.
 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the old incorrect wasm32 C call ABI with the correct one,
   preserving the old one as wasm32_bindgen_compat for wasm-bindgen
   compatibility.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Uses EMCC_CFLAGS on CI to avoid the timeout problems with #63649.
</content>
</entry>
<entry>
<title>Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton"</title>
<updated>2019-10-06T04:38:45+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2019-10-06T04:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d16b7f705bd7c266a924e43a31495477dc4c9321'/>
<id>urn:sha1:d16b7f705bd7c266a924e43a31495477dc4c9321</id>
<content type='text'>
This reverts commit 7870050796e5904a0fc85ecbe6fa6dde1cfe0c91, reversing
changes made to 2e7244807a7878f6eca3eb7d97ae9b413aa49014.
</content>
</entry>
</feed>
