<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/token, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-10-21T11:06:28+00:00</updated>
<entry>
<title>Move more parsing tests to ui/parser</title>
<updated>2018-10-21T11:06:28+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-10-20T20:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51f3b6241df34249c7a8100a5dde75e6ab95533d'/>
<id>urn:sha1:51f3b6241df34249c7a8100a5dde75e6ab95533d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide more context for unenclosed delimiters</title>
<updated>2018-09-05T10:43:24+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-09-04T15:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=008aa5a24e152691d852bd9f0a2990b6e4377397'/>
<id>urn:sha1:008aa5a24e152691d852bd9f0a2990b6e4377397</id>
<content type='text'>
 * When encountering EOF, point at the last opening brace that does not
   have the same indentation level as its close delimiter.
 * When encountering the wrong type of close delimiter, point at the
   likely correct open delimiter to give a better idea of what went
   wrong.
</content>
</entry>
<entry>
<title>Reword un-closed delimiter label</title>
<updated>2018-09-05T10:43:24+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-08-27T00:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5238b523c3959e33add469af77b2ffa5a60b4cf6'/>
<id>urn:sha1:5238b523c3959e33add469af77b2ffa5a60b4cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak unclosed delimiter parser error</title>
<updated>2018-08-15T20:18:34+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-08-15T01:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a74d7924a138b720e054fa6ea9610b5ba56d061'/>
<id>urn:sha1:2a74d7924a138b720e054fa6ea9610b5ba56d061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement existential types</title>
<updated>2018-07-18T08:53:08+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-07-03T17:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53d2ebb0adbe677a811ae130523ebceb285a8029'/>
<id>urn:sha1:53d2ebb0adbe677a811ae130523ebceb285a8029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly ban async in trait impls</title>
<updated>2018-06-22T05:38:05+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2018-06-19T17:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b97ef26de1248848e5c70e994d45c8285f62b343'/>
<id>urn:sha1:b97ef26de1248848e5c70e994d45c8285f62b343</id>
<content type='text'>
This wouldn't compile before because the return type wouldn't match,
but now it's properly an error.
</content>
</entry>
<entry>
<title>Modified another test case to expect a closing delimiter.</title>
<updated>2018-06-01T14:08:56+00:00</updated>
<author>
<name>Crazycolorz5</name>
<email>Crazycolorz5@gmail.com</email>
</author>
<published>2018-06-01T14:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a771580f675eec95d551f6c2971ccc13ce9c2298'/>
<id>urn:sha1:a771580f675eec95d551f6c2971ccc13ce9c2298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add empty main() to tests where it is missing.</title>
<updated>2018-03-14T19:23:28+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2018-03-12T20:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6aa4dcb9cf615ca4dd01b5f732d171103028c78b'/>
<id>urn:sha1:6aa4dcb9cf615ca4dd01b5f732d171103028c78b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add crate name to "main function not found" error message.</title>
<updated>2018-03-14T18:40:13+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2018-03-03T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4b7ccbd1ce1d794f4f9718ec0182b15591b73fa'/>
<id>urn:sha1:b4b7ccbd1ce1d794f4f9718ec0182b15591b73fa</id>
<content type='text'>
Fixes #44798 and rust-lang/cargo#4948.
</content>
</entry>
<entry>
<title>update tests</title>
<updated>2018-03-13T23:53:24+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-03-03T14:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e104a77cfb6b83f725512210c88dc970426a354'/>
<id>urn:sha1:2e104a77cfb6b83f725512210c88dc970426a354</id>
<content type='text'>
</content>
</entry>
</feed>
