-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for sort_floats #93396
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(sort_floats)]This is a tracking issue for the
sort_floatsmethod on[f32]and[f64], a convenience method to sort a slice of floats by callingsort_unstable_byusingtotal_cmp.Public API
Steps / History
[f32]::sort_floatsand[f64]::sort_floats#93397Open questions
sort, which would require some additional steps (possibly negative impls forOrdonf32andf64) to avoid a name conflict?