-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add benchmarks for rustdoc #675
Merged
Merged
Commits on Jul 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9c53479 - Browse repository at this point
Copy the full SHA 9c53479View commit details -
- Distinguish between rustdoc and rustc - Use `rustdoc` instead of `doc` subcommand This only profiles the last crate and also avoids special casing RUSTDOCFLAGS. - Add a fake rustdoc - Create symlink automatically if it doesn't already exist
Configuration menu - View commit details
-
Copy full SHA for eaa5441 - Browse repository at this point
Copy the full SHA eaa5441View commit details -
Add a few missing
Doc
variants- Add 'Doc' to CLI help - Make Doc a default BuildKind when --builds is not passed
Configuration menu - View commit details
-
Copy full SHA for ef7734e - Browse repository at this point
Copy the full SHA ef7734eView commit details -
- Don't panic if looking at two local builds in the dashboard - Don't panic if there are no pstat results available
Configuration menu - View commit details
-
Copy full SHA for 2c5171f - Browse repository at this point
Copy the full SHA 2c5171fView commit details -
Don't hard-code
rustdoc
subcommand- Change `subcommand()` to take BuildKind and return Option - Remove `is_build_kind_supported`
Configuration menu - View commit details
-
Copy full SHA for 82be51a - Browse repository at this point
Copy the full SHA 82be51aView commit details -
This ensures that the doc build will succeed when run later, since rustdoc and rustc are known to have different ICEs.
Configuration menu - View commit details
-
Copy full SHA for a40c5a3 - Browse repository at this point
Copy the full SHA a40c5a3View commit details -
Use symlinks instead of hard links
This avoids rustdoc-fake getting out of date when rustc-fake is updated.
Configuration menu - View commit details
-
Copy full SHA for 5842d3e - Browse repository at this point
Copy the full SHA 5842d3eView commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3c3a30 - Browse repository at this point
Copy the full SHA f3c3a30View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3c67e79 - Browse repository at this point
Copy the full SHA 3c67e79View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.