<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-01-08T03:25:33+00:00</updated>
<entry>
<title>- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}</title>
<updated>2020-01-08T03:25:33+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-31T20:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c3e5d3de023c0bfbf4a4c4d3b0d7a9844e96ffe'/>
<id>urn:sha1:2c3e5d3de023c0bfbf4a4c4d3b0d7a9844e96ffe</id>
<content type='text'>
- remove syntax::{help!, span_help!, span_note!}
- remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!}
- lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints
- inline syntax::{struct_span_warn!, diagnostic_used!}
- stringify_error_code! -&gt; error_code! &amp; use it more.
- find_plugin_registrar: de-fatalize an error
- de-fatalize metadata errors
- move type_error_struct! to rustc_typeck
- struct_span_err! -&gt; rustc_errors
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to use new librustc_error_codes library</title>
<updated>2019-11-14T12:05:42+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-11-11T21:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=798e389e578a0199f734c79424fa39e440910979'/>
<id>urn:sha1:798e389e578a0199f734c79424fa39e440910979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace diagnostic plugins with macro_rules</title>
<updated>2019-09-05T16:35:15+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-04T01:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b437240ceefaad3cdf92ad7e9d1255b8da88dbb3'/>
<id>urn:sha1:b437240ceefaad3cdf92ad7e9d1255b8da88dbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use TokenStream rather than &amp;[TokenTree] for built-in macros</title>
<updated>2019-09-03T18:15:45+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-08-31T17:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa893a322570ea60cc8815b3dddb5311f0cb3b63'/>
<id>urn:sha1:fa893a322570ea60cc8815b3dddb5311f0cb3b63</id>
<content type='text'>
That way, we don't loose the jointness info
</content>
</entry>
<entry>
<title>Remove serialization of diagnostics to files</title>
<updated>2019-08-20T13:55:31+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-08-19T22:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72e2cfd93438ef0109cbaca9f961efa5ac6d4f84'/>
<id>urn:sha1:72e2cfd93438ef0109cbaca9f961efa5ac6d4f84</id>
<content type='text'>
This is no longer used by the index generator and was always an unstable
compiler detail, so strip it out.

This also leaves in RUSTC_ERROR_METADATA_DST since the stage0 compiler
still needs it to be set.
</content>
</entry>
<entry>
<title>`Ident::with_empty_ctxt` -&gt; `Ident::with_dummy_span`</title>
<updated>2019-08-15T17:39:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-08-10T23:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6cb28b6617e25b74389f1cee2ec0335c2ccfb865'/>
<id>urn:sha1:6cb28b6617e25b74389f1cee2ec0335c2ccfb865</id>
<content type='text'>
`Ident` has had a full span rather than just a `SyntaxContext` for a long time now.
</content>
</entry>
<entry>
<title>Replace AstBuilder with inherent methods</title>
<updated>2019-07-31T12:55:37+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-07-31T11:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f985817bd9a5dbabb84c5fce523bc55ecbedfed'/>
<id>urn:sha1:0f985817bd9a5dbabb84c5fce523bc55ecbedfed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lint annotations in specific crates that are already enforced by rustbuild</title>
<updated>2019-07-28T15:46:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434152157f9d73ad1899fb8da3a61aed6f8a46d6'/>
<id>urn:sha1:434152157f9d73ad1899fb8da3a61aed6f8a46d6</id>
<content type='text'>
Remove some random unnecessary lint `allow`s
</content>
</entry>
<entry>
<title>Make `register_[long_]diagnostics` hygienic</title>
<updated>2019-07-13T09:25:57+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-07-13T09:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=199931ce910776e6cd035da8cdf1dd81f4d411ba'/>
<id>urn:sha1:199931ce910776e6cd035da8cdf1dd81f4d411ba</id>
<content type='text'>
</content>
</entry>
</feed>
