forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#82803 - jyn514:unversioned-files, r=Guillau…
…meGomez rustdoc: Add an unstable option to print all unversioned files This allows sharing those files between different doc invocations without having to know their names ahead of time. Helps with rust-lang/docs.rs#1302. r? ```@GuillaumeGomez``` cc ```@pietroalbini``` ```@Nemo157```
- Loading branch information
Showing
7 changed files
with
72 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-include ../tools.mk | ||
|
||
all: | ||
$(RUSTDOC) -Z unstable-options --print unversioned-files | sort | diff - unversioned-files.txt |
15 changes: 15 additions & 0 deletions
15
src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
COPYRIGHT.txt | ||
FiraSans-LICENSE.txt | ||
FiraSans-Medium.woff | ||
FiraSans-Medium.woff2 | ||
FiraSans-Regular.woff | ||
FiraSans-Regular.woff2 | ||
LICENSE-APACHE.txt | ||
LICENSE-MIT.txt | ||
SourceCodePro-LICENSE.txt | ||
SourceCodePro-Regular.woff | ||
SourceCodePro-Semibold.woff | ||
SourceSerifPro-Bold.ttf.woff | ||
SourceSerifPro-It.ttf.woff | ||
SourceSerifPro-LICENSE.md | ||
SourceSerifPro-Regular.ttf.woff |