<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/const-err.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-08-04T02:01:06+00:00</updated>
<entry>
<title>Update wording on E0080</title>
<updated>2016-08-04T02:01:06+00:00</updated>
<author>
<name>Shantanu Raj</name>
<email>s@sraj.me</email>
</author>
<published>2016-08-04T02:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5e4cccd3b95783da49cf74116f57d0b0851f719'/>
<id>urn:sha1:e5e4cccd3b95783da49cf74116f57d0b0851f719</id>
<content type='text'>
Change "attempted" to "attempt"
</content>
</entry>
<entry>
<title>refactor constant evaluation error reporting</title>
<updated>2016-07-22T11:32:56+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2016-07-19T21:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37c569627cd285788509f654a6a2658126ba72e4'/>
<id>urn:sha1:37c569627cd285788509f654a6a2658126ba72e4</id>
<content type='text'>
Refactor constant evaluation to use a single error reporting function
that reports a type-error-like message.

Also, unify all error codes with the "constant evaluation error" message
to just E0080, and similarly for a few other duplicate codes. The old
situation was a total mess, and now that we have *something* we can
further iterate on the UX.
</content>
</entry>
<entry>
<title>trans: report as many errors as possible for constants.</title>
<updated>2016-06-05T11:41:04+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-06-05T11:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e71f6d8ac98a9db4fe58448fc70582339bc97ccd'/>
<id>urn:sha1:e71f6d8ac98a9db4fe58448fc70582339bc97ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_const_eval: track the length and index in IndexOutOfBounds.</title>
<updated>2016-06-05T11:41:04+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-05-26T19:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1447fbf183e2c6c7889257bb363de3228324fb6e'/>
<id>urn:sha1:1447fbf183e2c6c7889257bb363de3228324fb6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable the overflow-related tests for MIR</title>
<updated>2016-06-05T11:02:24+00:00</updated>
<author>
<name>James Miller</name>
<email>james@aatch.net</email>
</author>
<published>2016-04-28T12:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcdb2602f8c4f6952f47c78cf41db0ad8223b929'/>
<id>urn:sha1:bcdb2602f8c4f6952f47c78cf41db0ad8223b929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Translate constants from MIR instead of going through trans::expr/consts.</title>
<updated>2016-05-07T04:19:10+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-04-21T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1eca0a1103afa6ba87ee3e23a921ed8faf4c130'/>
<id>urn:sha1:e1eca0a1103afa6ba87ee3e23a921ed8faf4c130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't demote expressions just because const_eval fails</title>
<updated>2016-04-26T13:32:18+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2016-04-26T13:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3c489c917c1086728001c94a98765e02171a201'/>
<id>urn:sha1:d3c489c917c1086728001c94a98765e02171a201</id>
<content type='text'>
this might introduce subtle bugs to code generation</content>
</entry>
<entry>
<title>const_err lint all constant expressions</title>
<updated>2016-04-26T09:18:48+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2016-04-26T09:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3acee3b6c5381d84fe4ad68e077517bd0975333d'/>
<id>urn:sha1:3acee3b6c5381d84fe4ad68e077517bd0975333d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check constants even if they are unused in the current crate</title>
<updated>2016-04-03T13:18:16+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2016-04-01T07:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=913a2b4b0525c75ecf915076c4fd1e16187f8b51'/>
<id>urn:sha1:913a2b4b0525c75ecf915076c4fd1e16187f8b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #[rustc_no_mir] to make tests pass with -Z orbit.</title>
<updated>2016-03-17T20:48:07+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-03-10T19:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=473f804491772fe9a31f4096c3ec8da121fc8294'/>
<id>urn:sha1:473f804491772fe9a31f4096c3ec8da121fc8294</id>
<content type='text'>
</content>
</entry>
</feed>
