-
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
Upgrade Chalk #72936
Upgrade Chalk #72936
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Exciting to see the progress here. Left some nits.
☔ The latest upstream changes (presumably #70107) made this pull request unmergeable. Please resolve the merge conflicts. |
@nikomatsakis addressed your comments
|
@bors r+ |
📌 Commit fc8e10d5965c1d4954706cc080ba3a1b0bf06879 has been approved by |
☔ The latest upstream changes (presumably #72927) made this pull request unmergeable. Please resolve the merge conflicts. |
I rebased. Can I get this r+ed again? @nikomatsakis |
@jackh726: It looks like you've modified the |
6f44abe
to
4cf2833
Compare
@Aaron1011 😔 no that happened during rebase. Fixed. |
@bors r+ |
📌 Commit 4cf2833 has been approved by |
@bors p=1 |
⌛ Testing commit 4cf2833 with merge d73e24b4f387054673f9ca9fa3a9deb3d6b73ba4... |
💔 Test failed - checks-azure |
@nikomatsakis care to r+ again? |
@bors r=nikomatsakis |
📌 Commit d63195b has been approved by |
☀️ Test successful - checks-azure |
This was a moderate perf win. Nice job! |
@nnethercote that's really unexpected, since basically all of this code doesn't run unless you're in |
Things done in this PR:
0.11.0
librustc_data_structures
to1.1.0
to match ChalkRustDefId
since the builtin type support is thereFIXME(chalk)
s for problem spots I hit when running all tests with chalkFnDef
,Array
)RegionOutlives
andObjectSafe
predicatesDyn
without the regionInt
/Float
CanonicalVarKind
ssrc/test/ui/coherence/coherence-subtyping.rs
since they aren't doing anything differentr? @nikomatsakis