Skip to content

Issues: apple/swift

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

[SR-12845] Pointers to values of address-only types should not be always marked nocapture (and maybe noalias) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself IRGen LLVM IR generation
#55291 opened May 20, 2020 by gribozavr
[SR-12803] [C++] Name mangling for C++ types in Swift mangled names affects ABI Flag: Affects ABI c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself new feature
#55248 opened May 13, 2020 by gribozavr
[SR-12797] [C++] IRGen should lower value operations on C++ types correctly c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself IRGen LLVM IR generation new feature
#55242 opened May 12, 2020 by gribozavr
[SR-12731] [C++] Import references bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55176 by gribozavr was closed Sep 23, 2021
[SR-12730] [C++] Memberwise initializer is not synthesized due to a non-imported member function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55175 by gribozavr was closed May 11, 2020
[SR-12729] [C++] Memberwise initializer is not synthesized due to AccessSpecDecl bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55174 by gribozavr was closed May 8, 2020
[SR-12658] [C++] Reimplement std::vector in Swift as a generic struct c++ interop Feature: Interoperability with C++ new feature standard library Area: Standard library umbrella
#55101 opened Apr 23, 2020 by gribozavr
[SR-12541] [C++] Import function template instantiations c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself new feature
#54985 opened Apr 7, 2020 by gribozavr
[SR-2628] Slicing subscript in RangeReplaceableCollection shoud be capable of changing the length bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#45233 opened Sep 13, 2016 by gribozavr
[SR-2627] UnicodeScalar.utf16 does not have access modifier and is therefore internal bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#45232 by gribozavr was closed Sep 26, 2016
[SR-2626] String to Double conversion fails on "snan" input bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#45231 by gribozavr was closed Mar 16, 2017
[SR-2625] Set does not conform to SetAlgebra bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#45230 by gribozavr was closed Sep 16, 2016
[SR-2624] ArraySlice trap messages shouldn't complain about negative indices bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#45229 by gribozavr was closed Sep 15, 2016
[SR-2289] Dynamic casts of CoreFoundation types don't work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself runtime The Swift Runtime
#44896 by gribozavr was closed Jan 5, 2021
[SR-2064] Int.init(ObjectIdentifier) and UInt.init(ObjectIdentifier) should have a bitPattern: label affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#44673 by gribozavr was closed Jul 26, 2016
[SR-1973] Array's Element and Iterator.Element are different types?! bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#44582 by gribozavr was closed Dec 30, 2016
[SR-1966] Move lazy collection wrappers into an enum "namespace" affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#44575 opened Jul 1, 2016 by gribozavr
[SR-1965] partition algorithm has the wrong signature affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#44574 by gribozavr was closed Jul 26, 2016
[SR-1964] String(count:, repeatedValue:) and String.append() are ambiguous without an explicit cast to Character affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44573 by gribozavr was closed Jul 27, 2016
[SR-1962] Consider simplifying the isUniquelyReferenced() family and eliminating NonObjectiveCBase affects ABI Flag: Affects ABI feature A feature request or implementation improvement standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44571 by gribozavr was closed Jul 26, 2016
[SR-1961] Some collection iterators should be custom types affects ABI Flag: Affects ABI good first issue Good for newcomers improvement standard library Area: Standard library umbrella
#44570 by gribozavr was closed Jul 18, 2018
[SR-1959] Use Bounds.Stride for Index on countable ranges affects ABI Flag: Affects ABI good first issue Good for newcomers improvement standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44568 opened Jul 1, 2016 by gribozavr
[SR-1958] Check UnsafeMutablePointer uses for potential replacement with UnsafePointer affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44567 by gribozavr was closed Jul 25, 2016
[SR-1957] Remove unsafeAddressOf affects ABI Flag: Affects ABI feature A feature request or implementation standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44566 by gribozavr was closed Nov 11, 2016
[SR-1956] withUnsafePointer shouldn't take its argument as inout affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44565 by gribozavr was closed Jul 8, 2019
ProTip! Type g i on any issue or pull request to go back to the issue listing page.