Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix rustdoc duplicated blanket impls merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96091 by GuillaumeGomez was merged Apr 17, 2022 Loading… updated Apr 21, 2022 1.62.0
rustdoc: Reduce clean::Type size merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#93963 by GuillaumeGomez was merged May 21, 2022 Loading… updated May 21, 2022 1.63.0
Fix whitespace handling after where clause A-rustdoc-ui Area: Rustdoc UI (generated HTML) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98256 by GuillaumeGomez was merged Jul 6, 2022 Loading… updated Jul 6, 2022 1.64.0
rustdoc: Merge source code pages HTML elements together A-rustdoc-ui Area: Rustdoc UI (generated HTML) merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#100429 by GuillaumeGomez was merged Aug 14, 2022 Loading… updated Aug 14, 2022 1.65.0
rustdoc: Merge source code pages HTML elements together v2 A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-cleanup Category: PRs that clean code up or issues documenting cleanup. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#100775 by GuillaumeGomez was merged Aug 21, 2022 Loading… updated Aug 22, 2022 1.65.0
Reduce right-side DOM size S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#100956 by GuillaumeGomez was merged Aug 26, 2022 Loading… updated Aug 26, 2022 1.65.0
Update rustdoc code blocks so they use grid: display S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105894 by GuillaumeGomez was closed Dec 19, 2022 Loading… updated Dec 19, 2022
Prevent some attributes from being merged with others on reexports S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#108057 by GuillaumeGomez was merged Feb 16, 2023 Loading… updated Feb 16, 2023 1.69.0
rustdoc: Fix invalid suggestions on ambiguous intra doc links S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#108699 by GuillaumeGomez was closed Mar 15, 2023 Loading… updated Mar 15, 2023
rustdoc: Fix invalid suggestions on ambiguous intra doc links v2 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#109104 by GuillaumeGomez was merged Mar 31, 2023 Loading… updated Apr 1, 2023 1.70.0
Stabilize doc_cfg, auto_doc_cfg and cfg_hide features A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#100883 by GuillaumeGomez was closed Apr 26, 2023 Loading… updated Apr 26, 2023
[rustdoc] Fix invalid handling of "going back in history" when "go to only search result" setting is enabled S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112707 by GuillaumeGomez was merged Jun 17, 2023 Loading… updated Jun 17, 2023 1.72.0
[rustdoc] partially fix invalid files creation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112836 by GuillaumeGomez was merged Jun 21, 2023 Loading… updated Jun 21, 2023 1.72.0
Add link to rustdoc book search chapter in help popover S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112740 by GuillaumeGomez was merged Jun 23, 2023 Loading… updated Jun 24, 2023 1.72.0
Strip impl if not re-exported and is doc(hidden) A-rustdoc-json Area: Rustdoc JSON backend merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113574 by GuillaumeGomez was merged Jul 18, 2023 Loading… updated Jul 18, 2023 1.73.0
[rustdoc] If re-export is private, get the next item until a public one is found or expose the private item directly merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113374 by GuillaumeGomez was merged Jul 27, 2023 Loading… updated Aug 7, 2023 1.73.0
Fix copy path button S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124041 by GuillaumeGomez was merged Apr 18, 2024 Loading… updated Apr 18, 2024 1.79.0
Greatly speed up doctests by compiling compatible doctests in one file A-edition-2024 Area: The 2024 edition S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#123974 by GuillaumeGomez was closed Jun 10, 2024 Loading… updated Jun 10, 2024
Wrap too long type name S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#127418 by GuillaumeGomez was merged Jul 19, 2024 Loading… updated Jul 22, 2024 1.81.0
[rustdoc] Add copy code feature disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125779 by GuillaumeGomez was merged Jul 28, 2024 Loading… updated Aug 19, 2024 1.82.0
Delay ambiguous intra-doc link resolution after Cache has been populated S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131691 by GuillaumeGomez was merged Oct 16, 2024 Loading… updated Oct 20, 2024 1.84.0
Improve code for FileName retrieval in rustdoc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133804 by GuillaumeGomez was merged Dec 4, 2024 Loading… updated Dec 4, 2024 1.85.0
[rustdoc] Correctly generate path for non-local items in source code pages S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#120596 by GuillaumeGomez was merged Feb 10, 2024 Loading… updated Dec 12, 2024 1.78.0
for purely return-type based searches, deprioritize clone-like functions S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135302 by lolbinarycat was merged Jan 15, 2025 Loading… updated Jan 15, 2025 1.86.0
[rustdoc] Add --output-format=doctest command-line flag A-run-make Area: port run-make Makefiles to rmake.rs A-rust-for-linux Relevant for the Rust-for-Linux project S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134531 by GuillaumeGomez was merged Jan 31, 2025 Loading… updated Feb 1, 2025 1.86.0
ProTip! Exclude everything labeled bug with -label:bug.