-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Don't run everybody_loops
for rustdoc; instead ignore resolution errors
#73566
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f6764c4
Initialize default providers only once
jyn514 a5275ff
Don't run everybody_loops for rustdoc
jyn514 b3187aa
Don't run analysis pass in rustdoc
jyn514 1b8accb
Add an option not to report resolution errors for rustdoc
jyn514 14a8707
Add `rustdoc` tests from #72088
ecstatic-morse 768d6a4
Don't ICE on errors in function returning impl trait
jyn514 a93bcc9
Recurse into function bodies, but don't typeck closures
jyn514 d010443
Add test case for #65863
jyn514 cf844d2
Don't make typeck_tables_of public
jyn514 0cbc1cd
Avoid unnecessary enum
jyn514 3576f5d
Address review comments about code style
jyn514 bbe4971
Don't crash on Vec<DoesNotExist>
jyn514 2f29e69
Mention `cargo check` in help message
jyn514 763d373
Use tcx as the only context for visitor
jyn514 0759a55
Remove unnecessary lifetime parameter
jyn514 2d0e8e2
--bless
jyn514 02a24c8
Don't ICE on infinitely recursive types
jyn514 4c88070
Use mem::replace instead of rewriting it
jyn514 b2ff0e7
Fix comment
jyn514 ac9157b
EMPTY_MAP -> EMPTY_SET
jyn514 6eec9fb
Address review comments
jyn514 e117b47
Catch errors for any new item, not just trait implementations
jyn514 281ca13
Use the default providers in rustc_interface instead of adding our own
jyn514 631b2b9
Remove unused lazy_static
jyn514 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.