<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics/plugin.rs, branch 1.5.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.5.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-09-24T20:05:02+00:00</updated>
<entry>
<title>Cleanup interfaces of Name, SyntaxContext and Ident</title>
<updated>2015-09-24T20:05:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-09-24T20:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f284cbc7af06a941de0cdd06291dc78d37268b9f'/>
<id>urn:sha1:f284cbc7af06a941de0cdd06291dc78d37268b9f</id>
<content type='text'>
Make sure Name, SyntaxContext and Ident are passed by value
Make sure Idents don't serve as keys (or parts of keys) in maps, Ident comparison is not well defined
</content>
</entry>
<entry>
<title>Use https URLs to refer to rust-lang.org where appropriate.</title>
<updated>2015-08-09T21:28:46+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-08-09T21:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bbbfed2f93d3ba58a53ed8bf353ed11f3bb751db'/>
<id>urn:sha1:bbbfed2f93d3ba58a53ed8bf353ed11f3bb751db</id>
<content type='text'>
Also fixes a few outdated links.
</content>
</entry>
<entry>
<title>remove `get_ident` and `get_name`, make `as_str` sound</title>
<updated>2015-07-28T16:07:20+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam9815368754983@oli-obk.de</email>
</author>
<published>2015-07-28T16:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00a5e66f818ad9d79cc4425f5564c7b07e3213a6'/>
<id>urn:sha1:00a5e66f818ad9d79cc4425f5564c7b07e3213a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diagnostics: Resurrect the Compiler Error Index.</title>
<updated>2015-06-20T06:57:40+00:00</updated>
<author>
<name>Michael Sproul</name>
<email>micsproul@gmail.com</email>
</author>
<published>2015-06-20T06:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=634fced396f180eea18a828bdddec3deded61ab8'/>
<id>urn:sha1:634fced396f180eea18a828bdddec3deded61ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diagnostics: Allow long URLs in error explanations.</title>
<updated>2015-06-14T08:46:32+00:00</updated>
<author>
<name>Michael Sproul</name>
<email>micsproul@gmail.com</email>
</author>
<published>2015-06-14T08:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=328df8ebf9dc35d48c7aa829425413af3fc3a08c'/>
<id>urn:sha1:328df8ebf9dc35d48c7aa829425413af3fc3a08c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change some statics to constants</title>
<updated>2015-06-07T17:50:13+00:00</updated>
<author>
<name>Oliver 'ker' Schneider</name>
<email>rust19446194516@oli-obk.de</email>
</author>
<published>2015-06-07T17:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec078a033bdd2a4d076f78f2e655b8c3e5e4bf6a'/>
<id>urn:sha1:ec078a033bdd2a4d076f78f2e655b8c3e5e4bf6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove error diagnostics uniqueness check and .json generation.</title>
<updated>2015-05-22T13:40:12+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2015-05-19T12:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=deaa1172cf2871e04ca2524b6b553afb143f677a'/>
<id>urn:sha1:deaa1172cf2871e04ca2524b6b553afb143f677a</id>
<content type='text'>
This is meant to be a temporary measure to get the builds to be
reliable again; see also Issue #25705.
</content>
</entry>
<entry>
<title>Add metadata output to the diagnostics system.</title>
<updated>2015-04-29T22:59:53+00:00</updated>
<author>
<name>Michael Sproul</name>
<email>micsproul@gmail.com</email>
</author>
<published>2015-04-28T02:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d27230bb6d45eeabf13c0d9e5605636840af01c2'/>
<id>urn:sha1:d27230bb6d45eeabf13c0d9e5605636840af01c2</id>
<content type='text'>
Diagnostic errors are now checked for uniqueness across the compiler and
error metadata is written to JSON files.
</content>
</entry>
<entry>
<title>syntax: remove #[feature(quote, unsafe_destructor)]</title>
<updated>2015-04-21T17:08:27+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-04-17T03:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=855365895228a78041ae16946eeaef5e45a37a64'/>
<id>urn:sha1:855365895228a78041ae16946eeaef5e45a37a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Remove uses of #[feature(slice_patterns)]</title>
<updated>2015-04-21T17:08:26+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-04-16T05:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca0ee4c6454fd272457e98c20a461ec9f93b2ac4'/>
<id>urn:sha1:ca0ee4c6454fd272457e98c20a461ec9f93b2ac4</id>
<content type='text'>
</content>
</entry>
</feed>
