-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Resolve items for cross-crate imports relative to the original module #73101
Merged
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5271e98 - Browse repository at this point
Copy the full SHA 5271e98View commit details -
Use the scope of the imported variable for resolution, not the curren…
…t scope - Accept DefId in resolve_str_path_error This will probably break lots of internal invariants.
Configuration menu - View commit details
-
Copy full SHA for 848a766 - Browse repository at this point
Copy the full SHA 848a766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bd13f - Browse repository at this point
Copy the full SHA 69bd13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d9a73 - Browse repository at this point
Copy the full SHA c3d9a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20106d5 - Browse repository at this point
Copy the full SHA 20106d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c3d85 - Browse repository at this point
Copy the full SHA 24c3d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9542e23 - Browse repository at this point
Copy the full SHA 9542e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f34d8 - Browse repository at this point
Copy the full SHA 99f34d8View commit details -
I had a hard time getting this to work without the `extern crate`, suggestions are welcome.
Configuration menu - View commit details
-
Copy full SHA for e78d499 - Browse repository at this point
Copy the full SHA e78d499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb6394 - Browse repository at this point
Copy the full SHA 9eb6394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fe8f7 - Browse repository at this point
Copy the full SHA 71fe8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432b043 - Browse repository at this point
Copy the full SHA 432b043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769acba - Browse repository at this point
Copy the full SHA 769acbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f49f55 - Browse repository at this point
Copy the full SHA 5f49f55View commit details -
Support intra-doc links on macro re-exports
This includes both `macro_rules!` and proc-macros.
Configuration menu - View commit details
-
Copy full SHA for e63e5cd - Browse repository at this point
Copy the full SHA e63e5cdView commit details -
Support intra-doc links on trait and module re-exports
Trait implementations are treated the same as modules for the purposes of intra-doc links.
Configuration menu - View commit details
-
Copy full SHA for 82b3b07 - Browse repository at this point
Copy the full SHA 82b3b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad1dcd - Browse repository at this point
Copy the full SHA 0ad1dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8387e38 - Browse repository at this point
Copy the full SHA 8387e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46e038 - Browse repository at this point
Copy the full SHA c46e038View 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.