<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/test/src/formatters, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-04T14:06:56+00:00</updated>
<entry>
<title>Add new `test::print_merged_doctests_times` used by rustdoc to display more detailed time information and add new `OutputFormatter::write_merged_doctests_times` method to handle it</title>
<updated>2025-08-04T14:06:56+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-08-04T14:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75e20afb822e628b66fc4f45d567d3db22c0f82d'/>
<id>urn:sha1:75e20afb822e628b66fc4f45d567d3db22c0f82d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use correct error message casing for `io::const_error`s</title>
<updated>2025-02-28T16:50:38+00:00</updated>
<author>
<name>Noratrieb</name>
<email>48135649+Noratrieb@users.noreply.github.com</email>
</author>
<published>2025-02-28T16:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cdef38812dd4de2a3fa3b3512b64c28c278ff7cc'/>
<id>urn:sha1:cdef38812dd4de2a3fa3b3512b64c28c278ff7cc</id>
<content type='text'>
Error messages are supposed to start with lowercase letters, but a lot
of `io::const_error` messages did not. This fixes them to start with a
lowercase letter.
I did consider adding a const check for this to the macro, but some of
them start with proper nouns that make sense to uppercase them.

See https://doc.rust-lang.org/1.85.0/std/error/trait.Error.html
</content>
</entry>
<entry>
<title>Use io::const_error! when possible over io::Error::new</title>
<updated>2025-02-11T00:20:21+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-02-11T00:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7edd034a1f6ab10f73779521a231537d64398c2a'/>
<id>urn:sha1:7edd034a1f6ab10f73779521a231537d64398c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: add `#![warn(unreachable_pub)]`</title>
<updated>2025-01-20T17:46:29+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-01-09T21:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=939b7047a0495e461efa57fed828fedd06b1cdb4'/>
<id>urn:sha1:939b7047a0495e461efa57fed828fedd06b1cdb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>emit fractional benchmark nanoseconds in libtest's JSON output format</title>
<updated>2024-05-05T22:25:00+00:00</updated>
<author>
<name>The 8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2024-05-05T20:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e867d7c35e1ffea145edde4b74b2ba2ad6a7a12e'/>
<id>urn:sha1:e867d7c35e1ffea145edde4b74b2ba2ad6a7a12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust is a proper name: rust → Rust</title>
<updated>2024-03-07T06:49:22+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-03-06T19:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a2bc1102d9502a5058585f6422a974323a884a7'/>
<id>urn:sha1:1a2bc1102d9502a5058585f6422a974323a884a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libtest: Print the names of failed tests eagerly</title>
<updated>2024-03-05T02:45:41+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2023-11-05T01:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bfe9dbae20628bfcea390556c40a991984692ec'/>
<id>urn:sha1:8bfe9dbae20628bfcea390556c40a991984692ec</id>
<content type='text'>
Previously, libtest would wait until all tests finished running to print the progress, which made it
annoying to run many tests at once (since you don't know which have failed). Change it to print the
names as soon as they fail.

This also adds a test for the terse output; previously it was untested.
</content>
</entry>
<entry>
<title>match on chars instead of &amp;strs for .split() or .strip_prefix()</title>
<updated>2023-07-23T08:13:41+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-07-23T08:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a7708904bf69c8f85a41efea1db4cd5ebc6fecb'/>
<id>urn:sha1:7a7708904bf69c8f85a41efea1db4cd5ebc6fecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #110651 - durin42:xunit-stdout, r=cuviper</title>
<updated>2023-05-04T17:18:18+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-05-04T17:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf72b64b96a70b04d1a20096138856f525aaa7cf'/>
<id>urn:sha1:bf72b64b96a70b04d1a20096138856f525aaa7cf</id>
<content type='text'>
libtest: include test output in junit xml reports

Fixes #110336.
</content>
</entry>
</feed>
