swift
Merge tag 'swift-DEVELOPMENT-SNAPSHOT-2019-12-16-a ' into tensorflow
#28847
Merged

Commits
  • Reorder conformances in cake test
    Azoy committed 6 years ago
  • eliminated "dangling pointer" warnings
    JacobMao committed 6 years ago
  • [CS] Stop passing FunctionRefKind in a couple of places
    hamishknight committed 6 years ago
  • [CS] Change openedType -> openedFullType in a couple of cases
    hamishknight committed 6 years ago
  • Revert "[TypeChecker] NFC: Disable SwiftUI test-case due to possible infinite…"
    xedin committed 6 years ago
  • [CS] Pass SelectedOverload in a couple of places
    hamishknight committed 6 years ago
  • [CS] Remove a couple of dead types
    hamishknight committed 6 years ago
  • [CS] Suppress a no-asserts warning
    hamishknight committed 6 years ago
  • [build] Reduce redundancy in setting cmark cmake options
    bulbazord committed 6 years ago
  • [semantic-arc-opts] Convert isDeadLiveRange into a method on a general LiveRange class.
    gottesmm committed 6 years ago
  • [os log][stdlib/private] Add extensions for logging NSObjects.
    ravikandhadai committed 6 years ago
  • Merge pull request #21149 from Azoy/de-gyb-stdlib-part-1
    CodaFi committed 6 years ago
  • [AutoDiff] NFC: `@differentiable` attribute gardening. (#28666)
    dan-zheng committed 6 years ago
  • IRGen,Driver: extract tool usage into a variable (NFC)
    compnerd committed 6 years ago
  • Merge pull request #28656 from gottesmm/pr-1b805643ed16875a451d67e7554f321977df32bf
    gottesmm committed 6 years ago
  • [AutoDiff upstream] Add `@derivative(of:)` attribute. (#28321)
    dan-zheng committed 6 years ago
  • Merge pull request #28659 from compnerd/tools-for-wasi
    compnerd committed 6 years ago
  • Merge pull request #28624 from CodaFi/heres-looking-up-you-kid
    CodaFi committed 6 years ago
  • Revert "[build-script] Do not specify LLDB_FRAMEWORK_INSTALL_PATH (#28418)" (#28675)
    vedantk committed 6 years ago
  • Merge pull request #28577 from natecook1000/lazy-prefix-note
    CodaFi committed 6 years ago
  • [CS] Pass SelectedOverload in a couple of places (#28649)
    hamishknight committed 6 years ago
  • Outliner: Verify that getBridgeFromObjectiveC and getBridgeToObjectiveC return a valid SILDeclRef
    aschwaighofer committed 6 years ago
  • Clarify comments on new ABIDifference constants
    jckarter committed 6 years ago
  • Mangler: Support substituted SIL function types in thunk manglings
    jckarter committed 6 years ago
  • SIL parser support for substituted function types
    jckarter committed 6 years ago
  • Serialization support for SIL substituted function types
    jckarter committed 6 years ago
  • Bump runtime to load backward compatibility hacks from __swift52_hooks
    jckarter committed 6 years ago
  • Merge pull request #28670 from ravikandhadai/oslog-ns-object-extension
    ravikandhadai committed 6 years ago
  • Merge pull request #28682 from apple/swift52-hooks
    jckarter committed 6 years ago
  • [Foundation][runtime] Remove swift_errorBridgingInfo
    lorentey committed 6 years ago
  • Merge pull request #28671 from jckarter/subst-function-type-basics
    jckarter committed 6 years ago
  • Define @_implicitly_synthesizes_nested_requirement
    CodaFi committed 6 years ago
  • Eliminate CodableConformanceType
    CodaFi committed 6 years ago
  • Make deriving CodingKeys Cheap
    CodaFi committed 6 years ago
  • Add a way to just synthesize CodingKeys
    CodaFi committed 6 years ago
  • Discard ResolveEncodable and ResolveDecodable
    CodaFi committed 6 years ago
  • State CodingKeys as an explicit requirement
    CodaFi committed 6 years ago
  • Demangling: remove debugging
    compnerd committed 6 years ago
  • Merge pull request #28378 from JacobMao/fix/SR-11283
    lorentey committed 6 years ago
  • Merge pull request #28681 from aschwaighofer/outliner_fix_57757241
    xedin committed 6 years ago
  • [CS] Don't adjust opened types of @dynamicMemberLookup overloads
    hamishknight committed 6 years ago
  • [CS] Attempt to simplify a member constraint immediately
    hamishknight committed 6 years ago
  • Merge pull request #28690 from compnerd/28671
    swift-ci committed 6 years ago
  • [Docs] [AutoDiff] Move higher-order functions out of future directions.
    rxwei committed 6 years ago
  • [Constant Evaluator] Fix a bug in the composition of substitution
    ravikandhadai committed 6 years ago
  • Merge pull request #28665 from CodaFi/the-phantom-menace
    CodaFi committed 6 years ago
  • -only-one-dependency-file causes only the first frontend job to emit a real dependency file.
    David Ungar committed 6 years ago
  • Make the new behavior the default.
    David Ungar committed 6 years ago
  • Merge pull request #28689 from hamishknight/lookup-requests
    CodaFi committed 6 years ago
  • Merge pull request #28695 from apple/differentiable-curry-doc
    swift-ci committed 6 years ago
  • [NFC] Make base-name behavior of lookup table loading explicit
    beccadax committed 6 years ago
  • [NFC] Add helpers for unresolved AST node synthesis
    beccadax committed 6 years ago
  • [NFC] Use ASTContext::Id_Void constant in simplifyTypeExpr check
    beccadax committed 6 years ago
  • [NFC] Make EnumElementPattern carry a DeclName
    beccadax committed 6 years ago
  • [NFC] Extract Parser::parseUnqualifiedDeclBaseName
    beccadax committed 6 years ago
  • [NFC] Add a spare bit to Identifier
    beccadax committed 6 years ago
  • [NFC] Convert TypeRepr to use DeclName(Loc)?
    beccadax committed 6 years ago
  • [NFC] Document a weird designated types-related accessor
    beccadax committed 6 years ago
  • [NFC] Improve identifier usage in AST transforms
    beccadax committed 6 years ago
  • [NFC] Add DeclNameRef type to the compiler
    beccadax committed 6 years ago
  • [NFC] DeclNameRef-ify qualified and unqualified lookup
    beccadax committed 6 years ago
  • [NFC] Take DeclNameRef in UnqualifiedLookup and lookupQualified()
    beccadax committed 6 years ago
  • [NFC] Thread DeclNameRef through most of the compiler
    beccadax committed 6 years ago
  • [NFC] Remove DeclNameRef staging calls
    beccadax committed 6 years ago
  • [NFC] Update uses in TypeCheckConstraints
    beccadax committed 6 years ago
  • [NFC] Miscellaneous improvements to Playground and PCMacro transforms
    beccadax committed 6 years ago
  • [stdlib][Qol] SR-11295 Removing stdlib unnecessary coercions (#27165)
    CodaFi committed 6 years ago
  • [CS] Don't adjust opened types of @dynamicMemberLookup overloa… (#28694)
    hamishknight committed 6 years ago
  • Remove workaround for unnamed_addr constants for LLVM JIT
    aschwaighofer committed 6 years ago
  • Cross-module-optimization: Serialize immediately after CrossModuleSerializationSetup
    eeckstein committed 6 years ago
  • CrossModuleSerializationSetup: don't make shared functions usableFromInline
    eeckstein committed 6 years ago
  • Merge pull request #28697 from ravikandhadai/oslog-generic-operator-bug-fix
    ravikandhadai committed 6 years ago
  • Avoid need to check errors on dummy file creation.
    David Ungar committed 6 years ago
  • Migration to SwiftpM’s new boostrap script
    aciidgh committed 6 years ago
  • Outliner: Add comment explaining that getBridgeTo/FromObjectiveC returns an invalid SILDeclRef to signal that the type does not conform to the bridgeable protocol
    aschwaighofer committed 6 years ago
  • [ConstraintSystem] Port function parameter type mismatch diagnostics.
    hborla committed 6 years ago
  • Merge pull request #27683 from brentdax/i-understood-that-reference
    beccadax committed 6 years ago
  • Merge pull request #28685 from lorentey/i-heard-you-like-runtime-so-i-put-a-runtime-in-your-foundation-overlay-so-you-can-run-while-you-found
    lorentey committed 6 years ago
  • Merge pull request #28657 from apple/revert-28651-rdar-57756956
    xedin committed 6 years ago
  • [stdlib-private][os log] Add new log methods for each specific logging level.
    ravikandhadai committed 6 years ago
  • Redo ObjC Override Checking
    CodaFi committed 6 years ago
  • Work around extension installation order
    CodaFi committed 6 years ago
  • [test] Protect OptionSet.remove test with future availability
    lorentey committed 6 years ago
  • [windows] Switch ICU4C from SourceForge to GitHub.
    drodriguez committed 6 years ago
  • Merge pull request #28704 from aschwaighofer/remove_unnamed_addr_constants_jit_workaround
    aschwaighofer committed 6 years ago
  • Merge pull request #28713 from ravikandhadai/oslog-logging-levels
    swift-ci committed 6 years ago
  • Merge pull request #28667 from xiaobai/leaving-my-cmark
    compnerd committed 6 years ago
  • Merge pull request #28712 from hborla/function-parameter-mismatch-diagnostics
    hborla committed 6 years ago
  • [diagnose-unreachable] Fix a small part of diagnose unreachable that did not handle ossa correctly.
    gottesmm committed 6 years ago
  • [sil] Move partial apply combiner code from SILCombiner into InstOptUtils.h/SILCombinerApplyVisitor.cpp.
    gottesmm committed 6 years ago
  • Merge pull request #28715 from lorentey/OptionSet-remove-back-deployment
    lorentey committed 6 years ago
  • [test] Modernize test/stdlib/OptionSetTest.swift
    lorentey committed 6 years ago
  • [Docs] [AutoDiff] Fix incorrectly rendered table and dead link
    rxwei committed 6 years ago
  • docs: Update WindowsBuild.md
    compnerd committed 6 years ago
  • Fix comment for OnlyOneDependencyFile
    David Ungar committed 6 years ago
  • [Preset] Add new preset to support automerger testing
    shahmishal committed 6 years ago
  • [Preset] Remove skip test flag for watchOS and tvOS
    shahmishal committed 6 years ago
  • Merge pull request #28710 from aciidb0mb3r/swiftpm-new-boostrap
    aciidgh committed 6 years ago
  • Merge pull request #28719 from gottesmm/pr-39c568e8fa7a8e0f2ad1323b55401d557a150ad9
    gottesmm committed 6 years ago
  • [ownership] Change BorrowScopeIntroducerValue::areInstructionsWithinScope to take SILInstructions instead of BranchPropagatedUser.
    gottesmm committed 6 years ago
  • + more commits ...
Loading