<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/enum, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `type_ascribe!` in many UI tests</title>
<updated>2022-11-19T21:16:42+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-11-19T21:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c7d32b4f487d5712d8520d97434aa9616ad7267'/>
<id>urn:sha1:2c7d32b4f487d5712d8520d97434aa9616ad7267</id>
<content type='text'>
Use it in all UI tests that are about the semantics and not the syntax
of type ascription.
</content>
</entry>
<entry>
<title>bless ui tests</title>
<updated>2022-10-01T10:03:06+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-09-18T15:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa'/>
<id>urn:sha1:13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further improve error message for E0081</title>
<updated>2022-08-07T15:43:52+00:00</updated>
<author>
<name>Bryysen</name>
<email>Brukkenbrisen@gmail.com</email>
</author>
<published>2022-08-07T15:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ee2fe308bc68a0d93a86a09a1fd2506cc41e9b2'/>
<id>urn:sha1:4ee2fe308bc68a0d93a86a09a1fd2506cc41e9b2</id>
<content type='text'>
Multiple duplicate assignments of the same discriminant are now reported
in the samme error. We now point out the incrementation start point for
discriminants that are not explicitly assigned that are also duplicates.
Removed old test related to E0081 that is now covered by error-codes/E0081.rs.
Also refactored parts of the `check_enum` function.
</content>
</entry>
<entry>
<title>Make item spans more consistent</title>
<updated>2022-07-15T03:17:20+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-07-08T01:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aad2334ecb8c9463458c166beb24391c627145a0'/>
<id>urn:sha1:aad2334ecb8c9463458c166beb24391c627145a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suggest adding a derive for #[default] applied to variants</title>
<updated>2022-07-07T04:57:01+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2022-07-07T04:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f0ccdfbba1a721844a7ba83d6e87e12728d19c3'/>
<id>urn:sha1:2f0ccdfbba1a721844a7ba83d6e87e12728d19c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suggest `#[derive(Default)]` to enums with `#[default]`</title>
<updated>2022-07-04T11:46:59+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-07-04T11:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb80407d79a25cb9bdd98eca47764e57114d1d86'/>
<id>urn:sha1:eb80407d79a25cb9bdd98eca47764e57114d1d86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve error message for E0081</title>
<updated>2022-05-28T21:05:45+00:00</updated>
<author>
<name>Bryysen</name>
<email>Brukkenbrisen@gmail.com</email>
</author>
<published>2022-05-27T13:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f671bc969f4bd07490eb30cf230883169924d7a8'/>
<id>urn:sha1:f671bc969f4bd07490eb30cf230883169924d7a8</id>
<content type='text'>
Previously whenever a duplicate discriminant was detected for an Enum,
we would print the discriminant bits in the diagnostic without any
casting. This caused us to display incorrect values for negative
discriminants. After this PR we format the discriminant signedness
correctly. Also reworded some of the original error
messages.
</content>
</entry>
<entry>
<title>Move some tests to more reasonable directories</title>
<updated>2021-11-06T18:35:20+00:00</updated>
<author>
<name>Caio</name>
<email>c410.f3r@gmail.com</email>
</author>
<published>2021-11-06T18:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fd15f09008dd72f40d76a5bebb60e3991095a5f'/>
<id>urn:sha1:7fd15f09008dd72f40d76a5bebb60e3991095a5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`feature(const_generics)` -&gt; `feature(const_param_types)`</title>
<updated>2021-08-30T09:00:21+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2021-08-27T16:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c28e028b6f45f33447f24de7dd762b8599b7a4e'/>
<id>urn:sha1:0c28e028b6f45f33447f24de7dd762b8599b7a4e</id>
<content type='text'>
</content>
</entry>
</feed>
