<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustfix, branch 1.46.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.46.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.46.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-01-06T19:20:46+00:00</updated>
<entry>
<title>tests: Do not use `-Z parse-only`, continue compilation to test recovery</title>
<updated>2019-01-06T19:20:46+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-01-06T15:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f64f60d5cba64beca6e812e16d6d99519d3551b'/>
<id>urn:sha1:1f64f60d5cba64beca6e812e16d6d99519d3551b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove remaining copyright headers</title>
<updated>2018-12-28T20:50:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-12-28T20:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68860989eb0aa7d4dcfcc63257c61f9b5e925d52'/>
<id>urn:sha1:68860989eb0aa7d4dcfcc63257c61f9b5e925d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed various update-reference and update-all-references scripts</title>
<updated>2018-06-13T22:15:50+00:00</updated>
<author>
<name>Chris Cesare</name>
<email>chris.cesare@gmail.com</email>
</author>
<published>2018-06-13T22:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28872499bc9922a276955fbd1fc1325ccb9eabbb'/>
<id>urn:sha1:28872499bc9922a276955fbd1fc1325ccb9eabbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Make a dedicated testsuite for rustfix</title>
<updated>2018-05-04T22:01:28+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-05-02T15:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa9e55faeb0b4fac282ed47f20780c05f4efc86d'/>
<id>urn:sha1:fa9e55faeb0b4fac282ed47f20780c05f4efc86d</id>
<content type='text'>
This commit adds a dedicated mode to compiletest for running rustfix tests,
adding a new `src/test/rustfix` directory which will execute all tests as a
"rustfix" test, namely requiring that a `*.fixed` is next to the main file which
is the result of the rustfix project's application of fixes.

The `rustfix` crate is pulled in to actually perform the fixing, and the rustfix
compiletest mode will assert a few properties about the fixing:

* The expected fixed output must be the same as rustc's output suggestions
  applied to the original code.
* The fixed code must compile successfully
* The fixed code must have no further diagnostics emitted about it
</content>
</entry>
</feed>
