Skip to content

switch compiler-rt to rust-lang's fork #92

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 1 commit into from
Oct 4, 2016
Merged

switch compiler-rt to rust-lang's fork #92

merged 1 commit into from
Oct 4, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Oct 4, 2016

this fork has been patched against the UB in floatsidf and floasisf
closes #85

this fork has been patched against the UB in floatsidf and floasisf
closes #85
@japaric
Copy link
Member Author

japaric commented Oct 4, 2016

@homunkulus r+
cc @alexcrichton

@homunkulus
Copy link
Contributor

📌 Commit 2706d92 has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit 2706d92 with merge 2706d92...

@homunkulus
Copy link
Contributor

☀️ Test successful - status-appveyor, status-travis
Approved by: japaric
Pushing 2706d92 to master...

@homunkulus homunkulus merged commit 2706d92 into master Oct 4, 2016
@alexcrichton alexcrichton deleted the fix-ub branch October 14, 2016 18:50
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
92: Use separate imports instead of {}-grouped imports for better merges r=japaric a=porglezomp

Previously every merge would cause conflicts because the {}-group would re-flow, which the merge algorithm can't handle. This will hopefully make rebases and merges go more smoothly while everyone is still adding new modules.

Co-authored-by: C Jones <[email protected]>
Co-authored-by: Jorge Aparicio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate UB fix in floatsidf and floatsisf
2 participants