<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libtest/lib.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-16T21:37:11+00:00</updated>
<entry>
<title>Add rustdoc-ui test suite</title>
<updated>2018-04-16T21:37:11+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-04-01T19:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6'/>
<id>urn:sha1:b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move deny(warnings) into rustbuild</title>
<updated>2018-04-08T22:59:14+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-04-01T15:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c115cc655c8bb3077ff349e4ddd704a2239438a6'/>
<id>urn:sha1:c115cc655c8bb3077ff349e4ddd704a2239438a6</id>
<content type='text'>
This permits easier iteration without having to worry about warnings
being denied.

Fixes #49517
</content>
</entry>
<entry>
<title>Cargo fmt libtest</title>
<updated>2018-03-21T14:12:24+00:00</updated>
<author>
<name>Seiichi Uchida</name>
<email>seuchida@gmail.com</email>
</author>
<published>2018-03-21T14:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75dcc61d3c1cce7b4428dd85bb588e99d9faf7a9'/>
<id>urn:sha1:75dcc61d3c1cce7b4428dd85bb588e99d9faf7a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add stub for retrieving number of CPUs</title>
<updated>2018-03-10T14:01:51+00:00</updated>
<author>
<name>Sebastian Humenda</name>
<email>shumenda@gmx.de</email>
</author>
<published>2018-03-10T14:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fd941e847fd02c0a74059df78e9040b8e0ada2c'/>
<id>urn:sha1:9fd941e847fd02c0a74059df78e9040b8e0ada2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-export `assert_test_result` for use when testing libtest itself</title>
<updated>2018-02-23T15:11:06+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2018-02-23T15:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10f7c110928ee7d3db7fef15fd7dce776b17e161'/>
<id>urn:sha1:10f7c110928ee7d3db7fef15fd7dce776b17e161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move Termination trait to std::process</title>
<updated>2018-02-22T22:57:08+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2018-02-22T22:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f1e78f19ad40c6265a200b41c772c321b8b08cd'/>
<id>urn:sha1:5f1e78f19ad40c6265a200b41c772c321b8b08cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>put the "unit test" logic into libtest</title>
<updated>2018-02-22T22:56:24+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2018-02-14T15:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e446f706a89e3d5c26c01318bd70904d492ab8b2'/>
<id>urn:sha1:e446f706a89e3d5c26c01318bd70904d492ab8b2</id>
<content type='text'>
Also make `std::termination` module public and rename feature.

The lib feature needs a different name from the language feature.
</content>
</entry>
<entry>
<title>libtest: Replace panics with error messages</title>
<updated>2018-02-04T04:10:54+00:00</updated>
<author>
<name>Gilad Naaman</name>
<email>gilad.naaman@gmail.com</email>
</author>
<published>2018-01-27T20:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61ff3ba5364ae7bbf93be5b892fa7c122d3cfab2'/>
<id>urn:sha1:61ff3ba5364ae7bbf93be5b892fa7c122d3cfab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libtest: Failing benchmarks no longer crash the harness.</title>
<updated>2018-01-26T17:46:04+00:00</updated>
<author>
<name>Gilad Naaman</name>
<email>gilad.naaman@gmail.com</email>
</author>
<published>2018-01-22T20:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb86f38497db255efbfc018685ee92b1d24acc77'/>
<id>urn:sha1:cb86f38497db255efbfc018685ee92b1d24acc77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libtest: Split-up formatters.rs into smaller modules</title>
<updated>2018-01-26T17:46:04+00:00</updated>
<author>
<name>Gilad Naaman</name>
<email>gilad.naaman@gmail.com</email>
</author>
<published>2017-12-19T21:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=360b26389c90716650d20fedf329c1a5332bbdbb'/>
<id>urn:sha1:360b26389c90716650d20fedf329c1a5332bbdbb</id>
<content type='text'>
libtest: Split HumanFormatter into {Pretty,Terse}

libtest: Fixed padding of benchmarks when not benchmarking

libtest: Fixed benchmarks' names not showing in terse-mode

libtest: Formatting
</content>
</entry>
</feed>
