<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/render/tests.rs, branch 1.88.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.88.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.88.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-10T16:02:45+00:00</updated>
<entry>
<title>make `AllTypes::print` return `impl fmt::Display`</title>
<updated>2025-04-10T16:02:45+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-03-05T09:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=250a1aa7a6d583db8882333c1875f3ececdccc3b'/>
<id>urn:sha1:250a1aa7a6d583db8882333c1875f3ececdccc3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nuke `Buffer` abstraction from `librustdoc` 💣</title>
<updated>2025-02-12T15:50:06+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-02-09T18:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d99d8c249d3c965ab8a006dfe10a46214395682d'/>
<id>urn:sha1:d99d8c249d3c965ab8a006dfe10a46214395682d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: clean up and fix ord violations in item sorting</title>
<updated>2024-07-24T18:08:44+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-07-24T17:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53846925cabfd730489e3902a2840826325a9a60'/>
<id>urn:sha1:53846925cabfd730489e3902a2840826325a9a60</id>
<content type='text'>
Based on e3fdafc263a4a705a3bec1a6865a4d011b2ec7c5 with a few
minor changes:

- The name sorting function is changed to follow the [version sort]
  from the style guide
- the `cmp` function is redesigned to more obviously make a
  partial order, by always return `cmp()` of the same variable as
  the `!=` above

[version sort]: https://doc.rust-lang.org/nightly/style-guide/index.html#sorting

Co-authored-by: Guillaume Gomez &lt;guillaume1.gomez@gmail.com&gt;
</content>
</entry>
<entry>
<title>Corrected imports for render tests and mod files</title>
<updated>2021-03-04T18:25:00+00:00</updated>
<author>
<name>Nicholas-Baron</name>
<email>nicholas.baron.ten@gmail.com</email>
</author>
<published>2021-02-14T22:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=afb8220d0af762189168a0f0b4f5c385f5a630e5'/>
<id>urn:sha1:afb8220d0af762189168a0f0b4f5c385f5a630e5</id>
<content type='text'>
Due to a rebase, some edits were needed in the mod file.
</content>
</entry>
<entry>
<title>Add test</title>
<updated>2021-02-24T17:14:31+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2021-02-24T17:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3f75ebf609eed01b39fb7528745f2fce88e33e6'/>
<id>urn:sha1:d3f75ebf609eed01b39fb7528745f2fce88e33e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc: Fix natural ordering to look at all numbers.</title>
<updated>2020-08-09T21:05:35+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2020-08-09T19:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c705f83dbe1d8daef8ee0735abf8583a66f7732'/>
<id>urn:sha1:8c705f83dbe1d8daef8ee0735abf8583a66f7732</id>
<content type='text'>
The old implementation only looks at numbers at the end, but not in
other places in a name: "u8" and "u16" got sorted properly, but "u8_bla"
and "u16_bla" did not.
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustdoc: Unconfigure tests during normal build</title>
<updated>2019-08-01T22:59:01+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-08-01T21:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a332e224a3bc2925fea584337d2d30e1186672be'/>
<id>urn:sha1:a332e224a3bc2925fea584337d2d30e1186672be</id>
<content type='text'>
</content>
</entry>
</feed>
