Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
swift-arm
/
swift
Public
forked from
swiftlang/swift
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Dec 8, 2016
Use swift-arm repos rather than apple ones
hpux735
committed
27e8a2a
Copy full SHA for 27e8a2a
Merge pull request #6136 from DougGregor/minor-cleanups
swift-ci
authored
7493fee
Copy full SHA for 7493fee
Minor cleanups to address @slava_pestov's feedback
DougGregor
committed
0228c0c
Copy full SHA for 0228c0c
[AST] Record the "owning" declaration context of generic environments.
Show description for c250acf
DougGregor
committed
c250acf
Copy full SHA for c250acf
Merge pull request #6129 from DougGregor/cleanup-generic-signature-builder
Show description for 4e6fb23
DougGregor
authored
4e6fb23
Copy full SHA for 4e6fb23
Merge pull request #6057 from xedin/rdar28235248
Show description for 1342223
rudkx
authored
1342223
Copy full SHA for 1342223
Port swift/Immediate to Windows (#5957)
hughbe
authored and
jrose-apple
committed
c417083
Copy full SHA for c417083
[SILOptimizer] Removing identity zextOrBitCast_T_T instructions (#6134)
moiseev
authored
a10a0e1
Copy full SHA for a10a0e1
Merge pull request #6132 from slavapestov/finish-removing-substituted-type
Show description for 49d3b73
slavapestov
authored
49d3b73
Copy full SHA for 49d3b73
AST: Remove SubstitutedType
slavapestov
committed
f3c72d8
Copy full SHA for f3c72d8
[test] Disable flaky test: 28559-result-case-not-implemented.swift (#6131)
nkcsgexi
authored
7bee03a
Copy full SHA for 7bee03a
Merge pull request #6071 from milseman/import_name_refactor_wip
Show description for 1bfec5f
milseman
authored
1bfec5f
Copy full SHA for 1bfec5f
[AST] Rename GenericSignatureBuilder -> BuiltinGenericSignatureBuilder.
Show description for 84a88b0
DougGregor
committed
84a88b0
Copy full SHA for 84a88b0
[AST] Use ArchetypeBuilder to construct generic environments for builtins.
DougGregor
committed
bacebb9
Copy full SHA for bacebb9
Merge pull request #6069 from slavapestov/remove-substituted-type
Show description for 198c135
slavapestov
authored
198c135
Copy full SHA for 198c135
Commits on Dec 7, 2016
Merge pull request #6128 from DougGregor/archetype-builder-passes-minus-one
swift-ci
authored
0ac2df8
Copy full SHA for 0ac2df8
[Type checker] Eliminate one "pass" in generic environment validation.
Show description for 00a7981
DougGregor
committed
00a7981
Copy full SHA for 00a7981
[AST] Eliminate ArchetypeType::NestedType.
Show description for ea067c0
DougGregor
committed
ea067c0
Copy full SHA for ea067c0
Update a diagnostic string in a -verify test
Show description for a1c213d
slavapestov
committed
a1c213d
Copy full SHA for a1c213d
AST: Stop producing SubstitutedTypes
slavapestov
committed
47b8b18
Copy full SHA for 47b8b18
Sema: Fix for accidental desugaring in simplifyType()
Show description for ed75fda
slavapestov
committed
ed75fda
Copy full SHA for ed75fda
Sema: Consolidate tests for tuple argument matching
Show description for cc23f04
slavapestov
committed
cc23f04
Copy full SHA for cc23f04
Merge pull request #6126 from apple/new-presets-for-ci
Show description for b34d8e3
shahmishal
authored
b34d8e3
Copy full SHA for b34d8e3
[Preset] Split preset by platform
shahmishal
committed
9a38313
Copy full SHA for 9a38313
Merge pull request #6125 from rintaro/parse-decl-initparam
Show description for 110bb14
DougGregor
authored
110bb14
Copy full SHA for 110bb14
Merge pull request #6112 from apple/revert-5392-revert-5369-use-local-clang
Show description for c68727c
bob-wilson
authored
c68727c
Copy full SHA for c68727c
Merge pull request #6115 from DougGregor/disavow-context-archetypes
Show description for 4946772
DougGregor
authored
4946772
Copy full SHA for 4946772
Eliminate the generic environment from ArchetypeBuilder::addGenericSignature()
Show description for e882d05
DougGregor
committed
e882d05
Copy full SHA for e882d05
[Type checker] Don't allow us to resolve bogus types from outside protocol scope.
Show description for b70abdb
DougGregor
committed
b70abdb
Copy full SHA for b70abdb
[Type checker] Eliminate reuse of contextual archetypes in nested generics.
Show description for aa3d024
DougGregor
committed
aa3d024
Copy full SHA for aa3d024
[Parser] Treat inheritance clauses as a separate scope.
Show description for f2423b9
DougGregor
committed
f2423b9
Copy full SHA for f2423b9
[AST] Don't try to get member substitutions for a non-member context.
DougGregor
committed
74d333e
Copy full SHA for 74d333e
[SILGen] Call the member initializer function with the constructor's archetypes.
Show description for 1971d71
DougGregor
committed
1971d71
Copy full SHA for 1971d71
[SILGen] Map the types of captured variables into the correct context.
Show description for 5f03e77
DougGregor
committed
5f03e77
Copy full SHA for 5f03e77
[Type checker] Map contextual types of references to decls in outer scopes.
Show description for 46a55bd
DougGregor
committed
46a55bd
Copy full SHA for 46a55bd
Pagination
Previous
Next
You can’t perform that action at this time.