-
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
Move Generics from MethodSig to TraitItem and ImplItem #44766
Merged
Merged
Commits on Oct 18, 2017
-
Lifting Generics from MethodSig to TraitItem and ImplItem since we wa…
…nt to support generics in each variant of TraitItem and ImplItem
Configuration menu - View commit details
-
Copy full SHA for f61394f - Browse repository at this point
Copy the full SHA f61394fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03447d - Browse repository at this point
Copy the full SHA e03447dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892e468 - Browse repository at this point
Copy the full SHA 892e468View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb30144 - Browse repository at this point
Copy the full SHA bb30144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2095ac1 - Browse repository at this point
Copy the full SHA 2095ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b43db76 - Browse repository at this point
Copy the full SHA b43db76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ae349 - Browse repository at this point
Copy the full SHA 86ae349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c426d - Browse repository at this point
Copy the full SHA 14c426dView commit details -
Revert "Updated to latest rustfmt-nightly"
This reverts commit a49157dc30bf7a163200b10d63a71b005a1376e3.
Configuration menu - View commit details
-
Copy full SHA for 6936871 - Browse repository at this point
Copy the full SHA 6936871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60bff8c - Browse repository at this point
Copy the full SHA 60bff8cView commit details
Commits on Oct 23, 2017
-
Now that we are visiting things in a different order during lowering, adding parameters winds up affecting the HirIds assigned to thinks in the method body, whereas it didn't before. We could fix this by reordering the order in which we visit `generics` during lowering, but this feels very fragile. Seems better to just let typeck tables be dirty here.
Configuration menu - View commit details
-
Copy full SHA for 4b0f004 - Browse repository at this point
Copy the full SHA 4b0f004View 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.