<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-js-std/parser-bindings.js, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-10-30T17:35:38+00:00</updated>
<entry>
<title>rustdoc-search: pass original names through AST</title>
<updated>2024-10-30T17:35:38+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-24T19:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c7e7dfe10acde559ad78a700dfefbfaf0ed8772'/>
<id>urn:sha1:5c7e7dfe10acde559ad78a700dfefbfaf0ed8772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-search: make primitives and keywords less special</title>
<updated>2023-11-21T20:59:26+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-11-20T20:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28f17d97a9e7276a383e11e91ef2d4159e670726'/>
<id>urn:sha1:28f17d97a9e7276a383e11e91ef2d4159e670726</id>
<content type='text'>
The search sorting code already sorts by item type discriminant,
putting things with smaller discriminants first. There was
also a special case for sorting keywords and primitives earlier,
and this commit removes it by giving them lower discriminants.

The sorting code has another criteria where items with descriptions
appear earlier than items without, and that criteria has higher
priority than the item type. This shouldn't matter, though,
because primitives and keywords normally only appear in the
standard library, and it always gives them descriptions.
</content>
</entry>
<entry>
<title>rustdoc-search: add support for associated types</title>
<updated>2023-11-20T01:54:36+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-09-23T00:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=63c50712f40055a60aefc8069661c3847bd27df4'/>
<id>urn:sha1:63c50712f40055a60aefc8069661c3847bd27df4</id>
<content type='text'>
</content>
</entry>
</feed>
