<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval/src/errors.rs, branch 1.72.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.72.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.72.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-06-18T05:24:38+00:00</updated>
<entry>
<title>Better error for non const `PartialEq` call generated by `match`</title>
<updated>2023-06-18T05:24:38+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2023-06-18T05:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89c24af133ddc3e5ee2bee03222da935b50d10e8'/>
<id>urn:sha1:89c24af133ddc3e5ee2bee03222da935b50d10e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix diagnostic message</title>
<updated>2023-06-01T14:45:19+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2023-05-29T06:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6c2bc5c24fd08200c0e4438d981ca58dc71f488'/>
<id>urn:sha1:f6c2bc5c24fd08200c0e4438d981ca58dc71f488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve debug message by eagerly translating</title>
<updated>2023-06-01T14:45:19+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2023-05-29T03:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f964b46451f3a323f312a7035e25180060044335'/>
<id>urn:sha1:f964b46451f3a323f312a7035e25180060044335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use translatable diagnostics in `rustc_const_eval`</title>
<updated>2023-06-01T14:45:18+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2023-05-17T10:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f83717cf768adb0b0dfe23b8eecf2b259eec354'/>
<id>urn:sha1:4f83717cf768adb0b0dfe23b8eecf2b259eec354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove const eval limit and implement an exponential backoff lint instead</title>
<updated>2023-05-31T10:24:17+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-11-02T11:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05eae0823373415bb25063e3d0ccd99df52079b0'/>
<id>urn:sha1:05eae0823373415bb25063e3d0ccd99df52079b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>errors: generate typed identifiers in each crate</title>
<updated>2023-02-22T09:15:53+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood@huawei.com</email>
</author>
<published>2022-10-13T09:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1fcf611175e695c35c6cc0537d710277c1a5c6f'/>
<id>urn:sha1:d1fcf611175e695c35c6cc0537d710277c1a5c6f</id>
<content type='text'>
Instead of loading the Fluent resources for every crate in
`rustc_error_messages`, each crate generates typed identifiers for its
own diagnostics and creates a static which are pulled together in the
`rustc_driver` crate and provided to the diagnostic emitter.

Signed-off-by: David Wood &lt;david.wood@huawei.com&gt;
</content>
</entry>
<entry>
<title>Migrate all diagnostics</title>
<updated>2022-10-23T08:09:44+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-10-22T09:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c65ebae2216119d23d88bbfea78192a3d950c4f3'/>
<id>urn:sha1:c65ebae2216119d23d88bbfea78192a3d950c4f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - rename DiagnosticHandler macro to Diagnostic</title>
<updated>2022-09-21T15:39:53+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-09-18T15:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a3396b207093c01065b63b0c58f1e6654629166d'/>
<id>urn:sha1:a3396b207093c01065b63b0c58f1e6654629166d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UPDATE - rename DiagnosticHandler trait to IntoDiagnostic</title>
<updated>2022-09-21T15:39:52+00:00</updated>
<author>
<name>Jhonny Bill Mena</name>
<email>jhonnybillm@gmail.com</email>
</author>
<published>2022-09-18T15:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19b348fed44342d8addbbb5e8f67cda5dc8d9b95'/>
<id>urn:sha1:19b348fed44342d8addbbb5e8f67cda5dc8d9b95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Addressing last comment on PR review</title>
<updated>2022-08-22T15:14:49+00:00</updated>
<author>
<name>nidnogg</name>
<email>henriquevt98@gmail.com</email>
</author>
<published>2022-08-22T15:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=649749c7b040580abc6b0654584e3a580b1870d7'/>
<id>urn:sha1:649749c7b040580abc6b0654584e3a580b1870d7</id>
<content type='text'>
</content>
</entry>
</feed>
