<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-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>2025-07-16T12:27:22+00:00</updated>
<entry>
<title>Add test for aliases partial match</title>
<updated>2025-07-16T12:27:22+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-07-15T19:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c079c96877fdd3977c8d5be830931ecb4f79018d'/>
<id>urn:sha1:c079c96877fdd3977c8d5be830931ecb4f79018d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate some tests away from `concat-idents`</title>
<updated>2025-06-24T10:54:54+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2025-06-19T06:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8ab9343b8e6f195be036bdd99884c8721876820'/>
<id>urn:sha1:f8ab9343b8e6f195be036bdd99884c8721876820</id>
<content type='text'>
`concat_idents!` is in the process of being removed, but a few things it
is used to test will still be relevant. Migrate these tests to something
other than `concat_idents`.
</content>
</entry>
<entry>
<title>yeet `CanonicalVarInfo`</title>
<updated>2025-05-23T12:10:53+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-05-23T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=326b7e9a6b3d33f7fda03419af3ed286d0262b7c'/>
<id>urn:sha1:326b7e9a6b3d33f7fda03419af3ed286d0262b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-search: add unbox flag to Result aliases</title>
<updated>2025-04-11T18:36:40+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2025-04-11T18:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e013cf8afcf74a5f27feb7ebb0dca248e5c489fe'/>
<id>urn:sha1:e013cf8afcf74a5f27feb7ebb0dca248e5c489fe</id>
<content type='text'>
Fixes #139665
</content>
</entry>
<entry>
<title>Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez</title>
<updated>2024-12-16T19:00:20+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-12-16T19:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9ba4bf6feb9b49f6a7e63097705cc39cef63234'/>
<id>urn:sha1:d9ba4bf6feb9b49f6a7e63097705cc39cef63234</id>
<content type='text'>
rustdoc-search: handle `impl Into&lt;X&gt;` better

This PR fixes two bugs I ran into while searching the compiler docs:

- It omitted an `impl Trait` entry in the type signature field, producing `TyCtxt, , Symbol -&gt; bool`
- It didn't let me search for `TyCtxt, DefId, Symbol -&gt; bool` even though that's a perfectly good description of the function I was looking for (the function actually used `impl Into&lt;DefId&gt;`

r? ``@GuillaumeGomez`` cc ``@lolbinarycat``
</content>
</entry>
<entry>
<title>rustdoc-search: let From and Into be unboxed</title>
<updated>2024-12-13T18:05:30+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-12-13T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=246835eda4a89bb09842ebc67776fedb6e3aba78'/>
<id>urn:sha1:246835eda4a89bb09842ebc67776fedb6e3aba78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-search: show `impl Trait` inline when unhighlighted</title>
<updated>2024-12-13T17:47:20+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-12-13T17:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f068d8b809e09f4c685bddeebfe63e736a02d473'/>
<id>urn:sha1:f068d8b809e09f4c685bddeebfe63e736a02d473</id>
<content type='text'>
While normal generics can be skipped in this case, no-names need
something to show here.

Before: `TyCtxt, , Symbol -&gt; bool`

After: `TyCtxt, Into&lt;DefId&gt;, Symbol -&gt; bool`
</content>
</entry>
<entry>
<title>rustdoc-search: fix mismatched path when parent re-exported twice</title>
<updated>2024-12-12T20:29:18+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-12-12T20:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8200c1e52e1f67cee0546b288a72154407cf1c0a'/>
<id>urn:sha1:8200c1e52e1f67cee0546b288a72154407cf1c0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-search: add standalone trailing `::` test</title>
<updated>2024-11-17T15:07:16+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-11-17T15:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa2e214a439488e06c4a144a2b3e37409810d9f4'/>
<id>urn:sha1:fa2e214a439488e06c4a144a2b3e37409810d9f4</id>
<content type='text'>
Follow up for #132569
</content>
</entry>
<entry>
<title>Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr</title>
<updated>2024-11-14T21:09:28+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-11-14T21:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e84902d35a4d3039c794e139eb12fba3624c5ff1'/>
<id>urn:sha1:e84902d35a4d3039c794e139eb12fba3624c5ff1</id>
<content type='text'>
Rollup of 4 pull requests

Successful merges:

 - #128197 (Skip locking span interner for some syntax context checks)
 - #133040 ([rustdoc] Fix handling of footnote reference in footnote definition)
 - #133043 (rustdoc-search: case-sensitive only when capitals are used)
 - #133046 (Clippy subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
</feed>
