<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/errors/mod.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-06-23T12:07:35+00:00</updated>
<entry>
<title>Move errors from libsyntax to its own crate</title>
<updated>2016-06-23T12:07:35+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-06-21T22:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ae350213485f7c917113f3916e58c51cef97a76'/>
<id>urn:sha1:6ae350213485f7c917113f3916e58c51cef97a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis</title>
<updated>2016-05-19T04:19:07+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2016-05-19T04:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c5d651d0bb9e0471795bd743c8ecfd8f9a89844'/>
<id>urn:sha1:0c5d651d0bb9e0471795bd743c8ecfd8f9a89844</id>
<content type='text'>
Fix for old school error issues, improvements to new school

This PR:
* Fixes some old school error issues, specifically #33559, #33543, #33366
* Improves wording borrowck errors with match patterns
* De-emphasize multi-line spans, so we don't color the single source character when we're trying to say "span starts here"
* Rollup of #33392 (which should help fix #33390)

r? @nikomatsakis
</content>
</entry>
<entry>
<title>fix -Z treat-err-as-bug</title>
<updated>2016-05-17T20:27:23+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-04-21T09:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97ca8d799c2b6e6a4ce1b55b7d6e28526d3f23d5'/>
<id>urn:sha1:97ca8d799c2b6e6a4ce1b55b7d6e28526d3f23d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve a few errors and fix #33366</title>
<updated>2016-05-17T10:46:08+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-05-16T22:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=175ecfefd50932c0ae8fa328579e26baadd6a110'/>
<id>urn:sha1:175ecfefd50932c0ae8fa328579e26baadd6a110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update errors to use new error format</title>
<updated>2016-05-12T23:48:59+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-05-12T23:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6afd1e42ba2a809c2b7255ed61784d9901555e'/>
<id>urn:sha1:1b6afd1e42ba2a809c2b7255ed61784d9901555e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add accessor methods to DiagnosticBuilder</title>
<updated>2016-05-07T17:39:24+00:00</updated>
<author>
<name>Murarth</name>
<email>murarth@gmail.com</email>
</author>
<published>2016-05-07T17:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d5f474f30563383aa0c72ec84d3f2c26fa1c348'/>
<id>urn:sha1:0d5f474f30563383aa0c72ec84d3f2c26fa1c348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid double panic</title>
<updated>2016-05-02T15:49:26+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-05-02T15:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db8a9a92b3dafcd5a8d7207096c8cbb90db0b013'/>
<id>urn:sha1:db8a9a92b3dafcd5a8d7207096c8cbb90db0b013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update unit tests</title>
<updated>2016-05-02T15:49:26+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-04-30T01:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95576b8ec40538fc311029dd838d2a22c0e9af7f'/>
<id>urn:sha1:95576b8ec40538fc311029dd838d2a22c0e9af7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change color of warning to YELLOW</title>
<updated>2016-05-02T15:49:25+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-04-27T23:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89d086be74d5ddf21d67f2a3c27a29cca2631bba'/>
<id>urn:sha1:89d086be74d5ddf21d67f2a3c27a29cca2631bba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor the Emitter trait</title>
<updated>2016-05-02T15:49:24+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2016-04-21T00:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1067850e6a8664eaabd59c3893aa5a762bdf2339'/>
<id>urn:sha1:1067850e6a8664eaabd59c3893aa5a762bdf2339</id>
<content type='text'>
There is now a CoreEmitter that everything desugars to, but without
losing any information. Also remove RenderSpan::FileLine. This lets the
rustc_driver tests build.
</content>
</entry>
</feed>
