<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics/metadata.rs, branch 1.31.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.31.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.31.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-08-19T21:01:01+00:00</updated>
<entry>
<title>mv codemap() source_map()</title>
<updated>2018-08-19T21:01:01+00:00</updated>
<author>
<name>Donato Sciarra</name>
<email>sciarp@gmail.com</email>
</author>
<published>2018-08-18T10:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3fe97f3d32b4cef1c22b6a5ba5326b1b195e262'/>
<id>urn:sha1:d3fe97f3d32b4cef1c22b6a5ba5326b1b195e262</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deny bare trait objects in in src/libsyntax</title>
<updated>2018-07-10T19:06:26+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-07-10T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e28e4877a828d1f5bda49dbb5bae1b902596f8f6'/>
<id>urn:sha1:e28e4877a828d1f5bda49dbb5bae1b902596f8f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Don't use relative paths for extended errors</title>
<updated>2018-01-04T15:21:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-01-03T00:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c9bf663d4a8074e4955d1ad3f85a3b82e946297'/>
<id>urn:sha1:8c9bf663d4a8074e4955d1ad3f85a3b82e946297</id>
<content type='text'>
These no longer work now that Cargo changes the cwd of rustc while it's running.
Instead use an absolute path that's set by rustbuild.
</content>
</entry>
<entry>
<title>Use PathBuf instead of String where applicable</title>
<updated>2017-12-14T10:22:08+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-12-14T07:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d732da813bac73d2c81caddd06df3df3d9609e3d'/>
<id>urn:sha1:d732da813bac73d2c81caddd06df3df3d9609e3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make fields of `Span` private</title>
<updated>2017-08-29T22:38:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-07-31T20:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3da868dcb67e85ccbd6d64cdcc29829b1399de15'/>
<id>urn:sha1:3da868dcb67e85ccbd6d64cdcc29829b1399de15</id>
<content type='text'>
</content>
</entry>
<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>try! -&gt; ?</title>
<updated>2016-03-23T03:01:37+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2016-03-23T03:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f02309e4b0ea05ee905205278fb6d131341c41f'/>
<id>urn:sha1:0f02309e4b0ea05ee905205278fb6d131341c41f</id>
<content type='text'>
Automated conversion using the untry tool [1] and the following command:

```
$ find -name '*.rs' -type f | xargs untry
```

at the root of the Rust repo.

[1]: https://github.com/japaric/untry
</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>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>
</feed>
