Skip to content

No labels!

There aren’t any labels for this repository quite yet.

ASTPrinter
ASTPrinter
Area → compiler: The AST printer
async & await
async & await
Feature → concurrency: asynchronous function aka the async/await pattern
attributes
attributes
Feature: Declaration and type attributes
@autoclosure
@autoclosure
Feature → attributes: the @autoclosure type attribute
autolinking
autolinking
availability
availability
The @available attribute and availability checking in general
backticked identifiers
backticked identifiers
Feature → identifiers: Backticked identifiers. Allows using reserved words as identifiers
benchmarks
benchmarks
BidirectionalCollection
BidirectionalCollection
Area → standard library: The `BidirectionalCollection` protocol
binding patterns
binding patterns
Feature → patterns: Binding patterns
bitcode
bitcode
book
book
Issues with The Swift Programming Language book
bootstrapping
bootstrapping
Area → utils → build-script: Bootstrapping schemes
bridging
bridging
Feature → casting: type bridging
bug
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
build error
build error
Errors when building the toolchain, not regular Swift code
build-script
build-script
Area → utils: The build script
c/c++ macros
c/c++ macros
c interop
c interop
Feature: Interoperability with C
c++ interop
c++ interop
Feature: Interoperability with C++
c++ to swift
c++ to swift
Feature → c++ interop: c++ to swift
call expressions
call expressions
Feature → expressions: Call expressions
cant repro
cant repro
Resolution → bug: Cannot reproduce due to incomplete or inaccessible test case
capture lists
capture lists
Feature → closures: Closure capture lists
casting
casting
Feature: explicit casting (is, as, as? and as!)
@_cdecl
@_cdecl
Feature → attributes: The @_cdecl attribute
changelog
changelog
The CHANGELOG.md file
Character
Character
Area → standard library: The `Character` type