<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_borrowck/src/session_diagnostics.rs, branch 1.76.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.76.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.76.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-10-20T21:14:01+00:00</updated>
<entry>
<title>s/generator/coroutine/</title>
<updated>2023-10-20T21:14:01+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-10-19T21:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e96ce20b34789d29e925425da6cf138927b80a79'/>
<id>urn:sha1:e96ce20b34789d29e925425da6cf138927b80a79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/Generator/Coroutine/</title>
<updated>2023-10-20T21:10:38+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-10-19T16:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60956837cfbf22bd8edd80f57a856e141f7deb8c'/>
<id>urn:sha1:60956837cfbf22bd8edd80f57a856e141f7deb8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't report any errors in `lower_intrinsics`. They should have been typecked before.</title>
<updated>2023-09-06T09:38:15+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-09-06T09:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65f25fe194d942365f8f5f870d4a6c166daff80f'/>
<id>urn:sha1:65f25fe194d942365f8f5f870d4a6c166daff80f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another strange suggestion span</title>
<updated>2023-07-10T20:09:28+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-06-22T21:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a74db1abb3cda6f28088f816b2781a120ddc56be'/>
<id>urn:sha1:a74db1abb3cda6f28088f816b2781a120ddc56be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't call await a method</title>
<updated>2023-04-27T17:18:12+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-04-25T19:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c9249f68935c789231b89c15986795dbc95511e'/>
<id>urn:sha1:6c9249f68935c789231b89c15986795dbc95511e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rm var_span_label to var_subdiag &amp; eager subdiag</title>
<updated>2023-04-13T01:43:46+00:00</updated>
<author>
<name>AndyJado</name>
<email>101876416+AndyJado@users.noreply.github.com</email>
</author>
<published>2023-02-10T08:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0468a2283a7ee9a8c8a6f70f4c93f0fd6479229'/>
<id>urn:sha1:d0468a2283a7ee9a8c8a6f70f4c93f0fd6479229</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>errors: implement `IntoDiagnosticArg` for `&amp;T`</title>
<updated>2023-01-30T17:11:34+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood@huawei.com</email>
</author>
<published>2022-08-30T16:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7b42102e68537c6b0bbb3a1e83c9db69820dfb3'/>
<id>urn:sha1:f7b42102e68537c6b0bbb3a1e83c9db69820dfb3</id>
<content type='text'>
Implement `IntoDiagnosticArg` for `&amp;'a T` when `T` implements
`IntoDiagnosticArg` and `Clone`. Makes it easier to write diagnostic
structs that borrow something which implements `IntoDiagnosticArg`.

Signed-off-by: David Wood &lt;david.wood@huawei.com&gt;
</content>
</entry>
<entry>
<title>Improve a TAIT error and add an error code plus documentation</title>
<updated>2023-01-16T16:54:14+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-01-16T15:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b69b5e4607e32d8860c4cd0ebf0132f1998b14d'/>
<id>urn:sha1:6b69b5e4607e32d8860c4cd0ebf0132f1998b14d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>struct error E0505</title>
<updated>2022-11-09T13:15:31+00:00</updated>
<author>
<name>AndyJado</name>
<email>101876416+AndyJado@users.noreply.github.com</email>
</author>
<published>2022-11-09T12:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=057d8e5c43eb63691c5c6fbae8e67070150190f4'/>
<id>urn:sha1:057d8e5c43eb63691c5c6fbae8e67070150190f4</id>
<content type='text'>
</content>
</entry>
</feed>
