<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/render, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-10-03T08:43:43+00:00</updated>
<entry>
<title>Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=GuillaumeGomez,notriddle</title>
<updated>2025-10-03T08:43:43+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-10-03T08:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd091003ace19d9556c647d87f7a9cd1e8dcc17e'/>
<id>urn:sha1:dd091003ace19d9556c647d87f7a9cd1e8dcc17e</id>
<content type='text'>
If a trait item appears in rustdoc search, hide the corrosponding impl items

fixes rust-lang/rust#138251

cc `@notriddle`
</content>
</entry>
<entry>
<title>if a trait item is shown in search results, hide the impl item</title>
<updated>2025-10-02T20:27:40+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-08-26T18:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c407d340de1717a88537725c899c153c6fdda051'/>
<id>urn:sha1:c407d340de1717a88537725c899c153c6fdda051</id>
<content type='text'>
for example, if we're showing `Iterator::next`,
we don't need to also show `Range::next` in the results.

Co-authored-by: Michael Howell &lt;michael@notriddle.com&gt;
</content>
</entry>
<entry>
<title>Replace `rustc_span::Span` with a stripped down version for librustdoc's highlighter</title>
<updated>2025-09-30T19:01:30+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-09-30T14:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d03ab1486c11f2c5f8a19ae040b94edc090b279'/>
<id>urn:sha1:2d03ab1486c11f2c5f8a19ae040b94edc090b279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #147118 - matthiaskrgr:rollup-4yqmoyr, r=matthiaskrgr</title>
<updated>2025-09-28T10:20:57+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-28T10:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a00a5159cfac23e9b1551566cf71ff31edc1f11b'/>
<id>urn:sha1:a00a5159cfac23e9b1551566cf71ff31edc1f11b</id>
<content type='text'>
Rollup of 14 pull requests

Successful merges:

 - rust-lang/rust#142139 (Include additional hashes in src/stage0)
 - rust-lang/rust#146745 (Clarified error note for usize range matching)
 - rust-lang/rust#146763 (cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 5))
 - rust-lang/rust#146788 (chore: removes deprecated discord.)
 - rust-lang/rust#146942 ([rustdoc] Finish getting rid of usages `write_str`)
 - rust-lang/rust#147061 (fix rebasing cycle heads when not reaching a fixpoint)
 - rust-lang/rust#147066 (Fix tracking issue number for feature(macro_attr))
 - rust-lang/rust#147081 (doc: fix a typo in platform-support.md)
 - rust-lang/rust#147082 (formatting_options: fix alternate docs 0b/0o mixup)
 - rust-lang/rust#147086 (compiletest: Use `PanicHookInfo::payload_as_str` now that it's stable in beta)
 - rust-lang/rust#147093 (redox: switch to colon as path separator)
 - rust-lang/rust#147095 (Library: Remove remaining private `#[repr]` workarounds)
 - rust-lang/rust#147098 (Add auto extra-checks in pre-push hook)
 - rust-lang/rust#147110 (Fix typo)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Rollup merge of #146942 - yotamofek:pr/rustdoc/finish_deprecating_write_str, r=GuillaumeGomez</title>
<updated>2025-09-28T07:15:25+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-28T07:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f349faa25ff6c6f4c27643be15decae765a6c6db'/>
<id>urn:sha1:f349faa25ff6c6f4c27643be15decae765a6c6db</id>
<content type='text'>
[rustdoc] Finish getting rid of usages `write_str`

This PR, along with rust-lang/rust#146933 , get rid of all the last usages of the `write_str` fn that was introduced back in rust-lang/rust#136784 .

This *shouldn't* be rolled up along with rust-lang/rust#146933 , since the later of the two to be merged will need to delete the no-longer-used `write_str` fn.
Commits can be reviewed separately.
</content>
</entry>
<entry>
<title>Auto merge of #147045 - notriddle:search-index-entrydata-path, r=GuillaumeGomez</title>
<updated>2025-09-28T07:13:23+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-09-28T07:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ffeda10e10d4fa0c8edbd0dd9642d8ae7d3e66e'/>
<id>urn:sha1:4ffeda10e10d4fa0c8edbd0dd9642d8ae7d3e66e</id>
<content type='text'>
rustdoc-search: use the same ID for entry and path to same item

This decreases the size of the compiler-doc from 57MiB to 56MiB.

r? `@GuillaumeGomez`
</content>
</entry>
<entry>
<title>Simplify notable traits map serialization</title>
<updated>2025-09-26T08:42:52+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-09-23T20:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a40032d9e38a9237e61f8b909e5387b388698c15'/>
<id>urn:sha1:a40032d9e38a9237e61f8b909e5387b388698c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup `notable_traits_decl`</title>
<updated>2025-09-26T08:42:52+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-09-23T17:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82fecf0ee3e362bf20b46d7867fe25f9af4e82d8'/>
<id>urn:sha1:82fecf0ee3e362bf20b46d7867fe25f9af4e82d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove usages of `write_str` from `render_assoc_items_inner`</title>
<updated>2025-09-26T08:42:44+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-09-23T17:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=78ff5ddad940c245ba2ace56c8d4aa33e1bb6338'/>
<id>urn:sha1:78ff5ddad940c245ba2ace56c8d4aa33e1bb6338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #147047 - notriddle:toolbar-index, r=GuillaumeGomez</title>
<updated>2025-09-26T04:36:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-26T04:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4'/>
<id>urn:sha1:1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4</id>
<content type='text'>
rustdoc: put the toolbar on the all item index
</content>
</entry>
</feed>
