<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/compiletest, branch 1.34.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-04-08T09:07:13+00:00</updated>
<entry>
<title>Improve code</title>
<updated>2019-04-08T09:07:13+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-03-06T14:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7837716929213e92ad4f9927a8b86444e98a6fb8'/>
<id>urn:sha1:7837716929213e92ad4f9927a8b86444e98a6fb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move rustdoc-js testing into compiletest</title>
<updated>2019-04-08T09:07:06+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-02-28T17:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59d8883ec4f489922192f2472ad3141e6f92fa7a'/>
<id>urn:sha1:59d8883ec4f489922192f2472ad3141e6f92fa7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik</title>
<updated>2019-02-12T19:09:24+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-02-12T19:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b244f61b77c42d7be695afd7901ee4418559e518'/>
<id>urn:sha1:b244f61b77c42d7be695afd7901ee4418559e518</id>
<content type='text'>
Cosmetic improvements to doc comments

This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase).

r? @steveklabnik

Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far!
</content>
</entry>
<entry>
<title>use ignore directives for run-make tests</title>
<updated>2019-02-11T22:02:06+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2019-01-06T21:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f15d20c1f78c220d0790b13e2af30670053ee0d8'/>
<id>urn:sha1:f15d20c1f78c220d0790b13e2af30670053ee0d8</id>
<content type='text'>
This makes the tests easier to read, and makes it possible to tell which
tests aren't being run on the host platform.

Fixes #56704.
</content>
</entry>
<entry>
<title>tools: doc comments</title>
<updated>2019-02-10T23:57:26+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-09T22:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=568f9a60efd05d4f4176b9069d89e93737d4ed10'/>
<id>urn:sha1:568f9a60efd05d4f4176b9069d89e93737d4ed10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Transition compiletest to Rust 2018</title>
<updated>2019-02-04T05:49:11+00:00</updated>
<author>
<name>Philipp Hansch</name>
<email>dev@phansch.net</email>
</author>
<published>2019-02-03T09:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fab032a01dd38693834f54ec424f30f6d9e3aace'/>
<id>urn:sha1:fab032a01dd38693834f54ec424f30f6d9e3aace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton</title>
<updated>2019-01-31T11:07:41+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-01-31T11:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d30b99f9c23f8e1d6ef993cc94da96510ad709b3'/>
<id>urn:sha1:d30b99f9c23f8e1d6ef993cc94da96510ad709b3</id>
<content type='text'>
compiletest: Support opt-in Clang-based run-make tests and use them for testing xLTO.

Some cross-language run-make tests need a Clang compiler that matches the LLVM version of `rustc`. Since such a compiler usually isn't available these tests (marked with the `needs-matching-clang`
directive) are ignored by default.

For some CI jobs we do need these tests to run unconditionally though. In order to support this a `--force-clang-based-tests` flag is added to compiletest. If this flag is specified, `compiletest` will fail if it can't detect an appropriate version of Clang.

@rust-lang/infra The PR doesn't yet enable the tests yet. Do you have any recommendation for which jobs to enable them?

cc #57438

r? @alexcrichton
</content>
</entry>
<entry>
<title>Use multiple threads by default. Limits tests to one thread. Do some renaming.</title>
<updated>2019-01-28T15:24:33+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2019-01-28T14:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=975eb312eff3f8e3453e1836995e485b5086515d'/>
<id>urn:sha1:975eb312eff3f8e3453e1836995e485b5086515d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obk</title>
<updated>2019-01-27T00:07:53+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-01-27T00:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=491680114ac3dd1a4c7005ce0459025ee1276d40'/>
<id>urn:sha1:491680114ac3dd1a4c7005ce0459025ee1276d40</id>
<content type='text'>
Correctly set filetime for copied LLVM

This also makes compiletest no longer always retest everything.

Fixes #57864
</content>
</entry>
<entry>
<title>Correctly set filetime for copied LLVM</title>
<updated>2019-01-25T21:31:38+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-01-24T00:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82fae2be049f37bc20d2bad6c6c482a7d957f687'/>
<id>urn:sha1:82fae2be049f37bc20d2bad6c6c482a7d957f687</id>
<content type='text'>
This also makes compiletest no longer always retest everything.
</content>
</entry>
</feed>
