-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Analyze control flow effects of lambdas passed as arguments #58729
Open
ahejlsberg
wants to merge
33
commits into
main
Choose a base branch
from
fix11498
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,434
−582
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ccfb4a - Browse repository at this point
Copy the full SHA 8ccfb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d20f8 - Browse repository at this point
Copy the full SHA e4d20f8View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de9171e - Browse repository at this point
Copy the full SHA de9171eView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18f1ba9 - Browse repository at this point
Copy the full SHA 18f1ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f6706 - Browse repository at this point
Copy the full SHA 46f6706View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd59710 - Browse repository at this point
Copy the full SHA dd59710View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63ef249 - Browse repository at this point
Copy the full SHA 63ef249View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0523c63 - Browse repository at this point
Copy the full SHA 0523c63View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dbb4f4 - Browse repository at this point
Copy the full SHA 3dbb4f4View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 738f6b5 - Browse repository at this point
Copy the full SHA 738f6b5View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ae7cb2 - Browse repository at this point
Copy the full SHA 3ae7cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0288e18 - Browse repository at this point
Copy the full SHA 0288e18View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc9c454 - Browse repository at this point
Copy the full SHA fc9c454View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fb469 - Browse repository at this point
Copy the full SHA b6fb469View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41883a1 - Browse repository at this point
Copy the full SHA 41883a1View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35aced6 - Browse repository at this point
Copy the full SHA 35aced6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89715f2 - Browse repository at this point
Copy the full SHA 89715f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329d3fc - Browse repository at this point
Copy the full SHA 329d3fcView commit details -
Merge branch 'main' into fix11498
# Conflicts: # src/compiler/diagnosticMessages.json # tests/baselines/reference/asyncYieldStarContextualType.types # tests/baselines/reference/awaitedType.types # tests/baselines/reference/contextuallyTypeAsyncFunctionReturnTypeFromUnion.types # tests/baselines/reference/declarationEmitExportAliasVisibiilityMarking.types # tests/baselines/reference/declarationEmitUsingAlternativeContainingModules1.types # tests/baselines/reference/declarationEmitUsingAlternativeContainingModules2.types # tests/baselines/reference/destructureOfVariableSameAsShorthand.types # tests/baselines/reference/esModuleInteropImportCall.types # tests/baselines/reference/genericFunctionInference1.types # tests/baselines/reference/importCallExpression1ES2020.types # tests/baselines/reference/importCallExpression2ES2020.types # tests/baselines/reference/importCallExpression4ES2020.types # tests/baselines/reference/importCallExpressionES5AMD.types # tests/baselines/reference/importCallExpressionES5CJS.types # tests/baselines/reference/importCallExpressionES5System.types # tests/baselines/reference/importCallExpressionES5UMD.types # tests/baselines/reference/importCallExpressionES6AMD.types # tests/baselines/reference/importCallExpressionES6CJS.types # tests/baselines/reference/importCallExpressionES6System.types # tests/baselines/reference/importCallExpressionES6UMD.types # tests/baselines/reference/importCallExpressionErrorInES2015.types # tests/baselines/reference/importCallExpressionInAMD1.types # tests/baselines/reference/importCallExpressionInAMD2.types # tests/baselines/reference/importCallExpressionInAMD4.types # tests/baselines/reference/importCallExpressionInCJS1.types # tests/baselines/reference/importCallExpressionInCJS3.types # tests/baselines/reference/importCallExpressionInCJS5.types # tests/baselines/reference/importCallExpressionInSystem1.types # tests/baselines/reference/importCallExpressionInSystem2.types # tests/baselines/reference/importCallExpressionInSystem4.types # tests/baselines/reference/importCallExpressionInUMD1.types # tests/baselines/reference/importCallExpressionInUMD2.types # tests/baselines/reference/importCallExpressionInUMD4.types # tests/baselines/reference/importCallExpressionNoModuleKindSpecified.types # tests/baselines/reference/importCallExpressionReturnPromiseOfAny.types # tests/baselines/reference/importCallExpressionShouldNotGetParen.types # tests/baselines/reference/importCallExpressionSpecifierNotStringTypeError.types # tests/baselines/reference/inferenceLimit.types # tests/baselines/reference/instantiateContextualTypes.types # tests/baselines/reference/mappedTypesGenericTuples2.types # tests/baselines/reference/modularizeLibrary_Dom.asynciterable.types # tests/baselines/reference/modularizeLibrary_NoErrorDuplicateLibOptions1.types # tests/baselines/reference/modularizeLibrary_NoErrorDuplicateLibOptions2.types # tests/baselines/reference/modularizeLibrary_TargetES5UsingES6Lib.types # tests/baselines/reference/modularizeLibrary_Worker.asynciterable.types # tests/baselines/reference/moduleResolutionWithoutExtension5.types # tests/baselines/reference/moduleResolutionWithoutExtension8.types # tests/baselines/reference/privateNameMethodAsync.types # tests/baselines/reference/promisePermutations.types # tests/baselines/reference/promisePermutations2.types # tests/baselines/reference/promisePermutations3.types # tests/baselines/reference/promiseTest.types # tests/baselines/reference/promiseType.types # tests/baselines/reference/promiseTypeStrictNull.types # tests/baselines/reference/promiseVoidErrorCallback.types # tests/baselines/reference/promises.types # tests/baselines/reference/specializationError.types # tests/baselines/reference/syntheticDefaultExportsWithDynamicImports.types # tests/baselines/reference/truthinessPromiseCoercion.types # tests/baselines/reference/unionAndIntersectionInference1.types # tests/baselines/reference/unionOfClassCalls.types
Configuration menu - View commit details
-
Copy full SHA for 8d8e60d - Browse repository at this point
Copy the full SHA 8d8e60dView commit details
Commits on Jul 10, 2024
-
Merge branch 'main' into fix11498
# Conflicts: # tests/baselines/reference/asyncYieldStarContextualType.types # tests/baselines/reference/awaitedType.types # tests/baselines/reference/contextuallyTypeAsyncFunctionReturnTypeFromUnion.types # tests/baselines/reference/declarationEmitExportAliasVisibiilityMarking.types # tests/baselines/reference/declarationEmitUsingAlternativeContainingModules1.types # tests/baselines/reference/declarationEmitUsingAlternativeContainingModules2.types # tests/baselines/reference/destructureOfVariableSameAsShorthand.types # tests/baselines/reference/es2018ObjectAssign.types # tests/baselines/reference/esModuleInteropImportCall.types # tests/baselines/reference/genericFunctionInference1.types # tests/baselines/reference/importCallExpression1ES2020.types # tests/baselines/reference/importCallExpression2ES2020.types # tests/baselines/reference/importCallExpression4ES2020.types # tests/baselines/reference/importCallExpressionES5AMD.types # tests/baselines/reference/importCallExpressionES5CJS.types # tests/baselines/reference/importCallExpressionES5System.types # tests/baselines/reference/importCallExpressionES5UMD.types # tests/baselines/reference/importCallExpressionES6AMD.types # tests/baselines/reference/importCallExpressionES6CJS.types # tests/baselines/reference/importCallExpressionES6System.types # tests/baselines/reference/importCallExpressionES6UMD.types # tests/baselines/reference/importCallExpressionErrorInES2015.types # tests/baselines/reference/importCallExpressionInAMD1.types # tests/baselines/reference/importCallExpressionInAMD2.types # tests/baselines/reference/importCallExpressionInAMD4.types # tests/baselines/reference/importCallExpressionInCJS1.types # tests/baselines/reference/importCallExpressionInCJS3.types # tests/baselines/reference/importCallExpressionInCJS5.types # tests/baselines/reference/importCallExpressionInSystem1.types # tests/baselines/reference/importCallExpressionInSystem2.types # tests/baselines/reference/importCallExpressionInSystem4.types # tests/baselines/reference/importCallExpressionInUMD1.types # tests/baselines/reference/importCallExpressionInUMD2.types # tests/baselines/reference/importCallExpressionInUMD4.types # tests/baselines/reference/importCallExpressionNoModuleKindSpecified.types # tests/baselines/reference/importCallExpressionReturnPromiseOfAny.types # tests/baselines/reference/importCallExpressionShouldNotGetParen.types # tests/baselines/reference/importCallExpressionSpecifierNotStringTypeError.types # tests/baselines/reference/inferenceLimit.types # tests/baselines/reference/instantiateContextualTypes.types # tests/baselines/reference/mappedTypesGenericTuples2.types # tests/baselines/reference/modularizeLibrary_Dom.asynciterable.types # tests/baselines/reference/modularizeLibrary_NoErrorDuplicateLibOptions1.types # tests/baselines/reference/modularizeLibrary_NoErrorDuplicateLibOptions2.types # tests/baselines/reference/modularizeLibrary_TargetES5UsingES6Lib.types # tests/baselines/reference/modularizeLibrary_Worker.asynciterable.types # tests/baselines/reference/moduleResolutionWithoutExtension5.types # tests/baselines/reference/moduleResolutionWithoutExtension8.types # tests/baselines/reference/privateNameMethodAsync.types # tests/baselines/reference/promisePermutations.types # tests/baselines/reference/promisePermutations2.types # tests/baselines/reference/promisePermutations3.types # tests/baselines/reference/promiseTest.types # tests/baselines/reference/promiseType.types # tests/baselines/reference/promiseTypeStrictNull.types # tests/baselines/reference/promiseVoidErrorCallback.types # tests/baselines/reference/syntheticDefaultExportsWithDynamicImports.types # tests/baselines/reference/truthinessPromiseCoercion.types # tests/baselines/reference/unionAndIntersectionInference1.types # tests/baselines/reference/unionOfClassCalls.types # tests/baselines/reference/usePromiseFinally.types
Configuration menu - View commit details
-
Copy full SHA for fde340b - Browse repository at this point
Copy the full SHA fde340bView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96e6921 - Browse repository at this point
Copy the full SHA 96e6921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e6258 - Browse repository at this point
Copy the full SHA 37e6258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e9458 - Browse repository at this point
Copy the full SHA 22e9458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3508e0e - Browse repository at this point
Copy the full SHA 3508e0eView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01670b0 - Browse repository at this point
Copy the full SHA 01670b0View commit details
Commits on Aug 7, 2024
-
Merge branch 'main' into fix11498
# Conflicts: # src/compiler/diagnosticMessages.json # src/compiler/utilities.ts
Configuration menu - View commit details
-
Copy full SHA for f392aa3 - Browse repository at this point
Copy the full SHA f392aa3View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ae48a2 - Browse repository at this point
Copy the full SHA 5ae48a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16fc38 - Browse repository at this point
Copy the full SHA c16fc38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b60fbc0 - Browse repository at this point
Copy the full SHA b60fbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7ccf6 - Browse repository at this point
Copy the full SHA 7f7ccf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22faf4e - Browse repository at this point
Copy the full SHA 22faf4eView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e037d82 - Browse repository at this point
Copy the full SHA e037d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e0459 - Browse repository at this point
Copy the full SHA 64e0459View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.