Commit Graph

  • 341485c649 Update on "[compiler] Add ImmutableCapture effect, CreateFrom no longer needs Capture" Joe Savona 2025-06-05 14:00:07 -07:00
  • 88b5d19f28 Update base for Update on "[compiler] Add ImmutableCapture effect, CreateFrom no longer needs Capture" Joe Savona 2025-06-05 14:00:06 -07:00
  • e917322a91 Update on "[compiler] Improve inference of function expression mutation/aliasing effects" Joe Savona 2025-06-05 14:00:04 -07:00
  • 84e11acef3 Update base for Update on "[compiler] Improve inference of function expression mutation/aliasing effects" Joe Savona 2025-06-05 14:00:03 -07:00
  • 9f63cd089f Update on "[compiler] Alternate pipeline for new mutability model" Joe Savona 2025-06-05 14:00:01 -07:00
  • 6b003a65dc Update base for Update on "[compiler] Alternate pipeline for new mutability model" Joe Savona 2025-06-05 14:00:00 -07:00
  • bbc5d11bd1 Update on "[compiler] Add HIRFunction.returns: Place" Joe Savona 2025-06-05 13:59:58 -07:00
  • 3099d0af9f Update base for Update on "[compiler] Add HIRFunction.returns: Place" Joe Savona 2025-06-05 13:59:57 -07:00
  • e50484ead8 Update on "[compiler] Foundation of new mutability and aliasing (alternate take)" Joe Savona 2025-06-05 13:59:55 -07:00
  • 52fab8ce27 Update base for Update on "[compiler] Foundation of new mutability and aliasing (alternate take)" Joe Savona 2025-06-05 13:59:55 -07:00
  • 7890bfcd6e Update on "[compiler] Add Instruction.effects property" Joe Savona 2025-06-05 13:59:52 -07:00
  • 1e0d489d12 Update base for Update on "[compiler] Add Instruction.effects property" Joe Savona 2025-06-05 13:59:52 -07:00
  • 7e01403b9d Update on "[compiler] Repro for imprecise memo due to closure capturing changes" Joe Savona 2025-06-05 13:59:50 -07:00
  • 2b62fdcf3a Update base for Update on "[compiler] Repro for imprecise memo due to closure capturing changes" Joe Savona 2025-06-05 13:59:49 -07:00
  • 528070a7c2 Update on "[compiler] avoid empty switch case bodies" Joe Savona 2025-06-05 13:59:47 -07:00
  • 9d63d468a0 Update base for Update on "[compiler] avoid empty switch case bodies" Joe Savona 2025-06-05 13:59:46 -07:00
  • ae3d32dfd5 Update on "[compiler] allow local fixtures to be excluded from git w "nocommit" prefix" Joe Savona 2025-06-05 13:59:44 -07:00
  • e8c36fcb0b Update base for Update on "[compiler] allow local fixtures to be excluded from git w "nocommit" prefix" Joe Savona 2025-06-05 13:59:43 -07:00
  • ae3a7b6998 Update on "[compiler] Fix for PropertyStore object effect" Joe Savona 2025-06-05 13:59:41 -07:00
  • 295647d0ca Update base for Update on "[compiler] Fix for PropertyStore object effect" Joe Savona 2025-06-05 13:59:41 -07:00
  • 42f33847aa Update on "[compiler] Fixture tests for PropertyStore effects" Joe Savona 2025-06-05 13:59:38 -07:00
  • b1009ef989 Update base for Update on "[compiler] Fixture tests for PropertyStore effects" Joe Savona 2025-06-05 13:59:38 -07:00
  • 72bc875b1d Update on "[compiler] Move co-mutation range extension to InferMutableRanges" Joe Savona 2025-06-05 13:59:35 -07:00
  • f2692418e1 Update base for Update on "[compiler] Move co-mutation range extension to InferMutableRanges" Joe Savona 2025-06-05 13:59:35 -07:00
  • 50e66d87b4 Update on "[compiler] Infer alias effects for function expressions" Joe Savona 2025-06-05 13:59:32 -07:00
  • 7c90abc0ff Update base for Update on "[compiler] Infer alias effects for function expressions" Joe Savona 2025-06-05 13:59:32 -07:00
  • 1649769a95 Update on "[compiler] Correctly infer context mutation places as outer (context) places" Joe Savona 2025-06-05 13:59:29 -07:00
  • e0470906d1 Update base for Update on "[compiler] Correctly infer context mutation places as outer (context) places" Joe Savona 2025-06-05 13:59:28 -07:00
  • e20721bee3 Update on "[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions" Joe Savona 2025-06-05 13:59:26 -07:00
  • db6db34fbd Update base for Update on "[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions" Joe Savona 2025-06-05 13:59:25 -07:00
  • 43714eb4e9 Do not notify Discord for draft pull requests (#33446) Hendrik Liebau 2025-06-05 21:08:57 +02:00
  • a5110b22f0 [Flight] Add a Node.js Web Streams bundle for unbundled client/server for Webpack (#33442) Sebastian Markbåge 2025-06-05 14:29:02 -04:00
  • b4477d3800 [Flight] Add a cached 3rd-party component to the Flight fixture (#33443) Hendrik Liebau 2025-06-05 17:19:54 +02:00
  • 93f1668045 [Fizz] Add Node Web Streams bundle for SSR (#33441) Sebastian Markbåge 2025-06-05 10:50:41 -04:00
  • 58ad52f2e5 [compiler][newinference] Fix for phi types, extracting primitives from objects Joe Savona 2025-06-04 17:01:15 -07:00
  • 446989017a Update on "[compiler][newinference] Fixes for transitive function capturing, mutation via property loads" Joe Savona 2025-06-04 17:01:13 -07:00
  • 95336ce174 Update base for Update on "[compiler][newinference] Fixes for transitive function capturing, mutation via property loads" Joe Savona 2025-06-04 17:01:12 -07:00
  • 9f9aa4c8ab Update on "[compiler] Effects for Return/MaybeThrow terminals" Joe Savona 2025-06-04 17:01:10 -07:00
  • 981dac4dd1 Update base for Update on "[compiler] Effects for Return/MaybeThrow terminals" Joe Savona 2025-06-04 17:01:10 -07:00
  • 0bfad75799 Update on "[compiler] Post/Pre-FixUpdate, try/catch, ConditionallyMutateIterator support" Joe Savona 2025-06-04 17:01:08 -07:00
  • 780f708557 Update base for Update on "[compiler] Post/Pre-FixUpdate, try/catch, ConditionallyMutateIterator support" Joe Savona 2025-06-04 17:01:07 -07:00
  • 4734c216fe Update on "[compiler] Further improve new range inference" Joe Savona 2025-06-04 17:01:05 -07:00
  • 4e065f3dc8 Update base for Update on "[compiler] Further improve new range inference" Joe Savona 2025-06-04 17:01:04 -07:00
  • cc20b4646a Update on "[compiler] InferMutationAliasingRanges precisely models which values mutate when" Joe Savona 2025-06-04 17:01:02 -07:00
  • 2e6a867aa0 Update base for Update on "[compiler] InferMutationAliasingRanges precisely models which values mutate when" Joe Savona 2025-06-04 17:01:02 -07:00
  • 336ebe3bdd Update on "[compiler] Fix mutable ranges for StoreContext" Joe Savona 2025-06-04 17:01:00 -07:00
  • ab344e8eba Update base for Update on "[compiler] Fix mutable ranges for StoreContext" Joe Savona 2025-06-04 17:00:59 -07:00
  • 91ea9ab005 Update on "[compiler] Distinguish Alias/Assign effects" Joe Savona 2025-06-04 17:00:57 -07:00
  • 000447a36a Update base for Update on "[compiler] Distinguish Alias/Assign effects" Joe Savona 2025-06-04 17:00:56 -07:00
  • d2b0091a77 Update on "[compiler] Effect inference across signatures and user-provided callbacks" Joe Savona 2025-06-04 17:00:54 -07:00
  • 96e83ae75e Update base for Update on "[compiler] Effect inference across signatures and user-provided callbacks" Joe Savona 2025-06-04 17:00:54 -07:00
  • 6099a7ff8a Update on "[compiler] Receiver is mutate? for functions wo signatures" Joe Savona 2025-06-04 17:00:51 -07:00
  • fe5833ac9d Update base for Update on "[compiler] Receiver is mutate? for functions wo signatures" Joe Savona 2025-06-04 17:00:51 -07:00
  • 55863d50bf Update on "[compiler] Handle legacy mutableIfOperandsMutable signatures" Joe Savona 2025-06-04 17:00:49 -07:00
  • 209089dac3 Update base for Update on "[compiler] Handle legacy mutableIfOperandsMutable signatures" Joe Savona 2025-06-04 17:00:48 -07:00
  • f4ae878590 Update on "[compiler] Prep for making new/call/etc use Apply effects" Joe Savona 2025-06-04 17:00:46 -07:00
  • 354d6d88de Update base for Update on "[compiler] Prep for making new/call/etc use Apply effects" Joe Savona 2025-06-04 17:00:45 -07:00
  • 73cffd05cb Update on "[compiler] Bailout on mutations of frozen/global values" Joe Savona 2025-06-04 17:00:43 -07:00
  • c410773ae5 Update base for Update on "[compiler] Bailout on mutations of frozen/global values" Joe Savona 2025-06-04 17:00:42 -07:00
  • 29b19a740a Update on "[compiler] comments and todos" Joe Savona 2025-06-04 17:00:40 -07:00
  • f19769a422 Update base for Update on "[compiler] comments and todos" Joe Savona 2025-06-04 17:00:39 -07:00
  • 8abd44352b Update on "[compiler] Translate legacy FunctionSignature into new AliasingEffects" Joe Savona 2025-06-04 17:00:37 -07:00
  • 96445820b4 Update base for Update on "[compiler] Translate legacy FunctionSignature into new AliasingEffects" Joe Savona 2025-06-04 17:00:37 -07:00
  • 0547f2c0ab Update on "[compiler] First example of an aliasing signature (array push)" Joe Savona 2025-06-04 17:00:34 -07:00
  • 15f2d6384c Update base for Update on "[compiler] First example of an aliasing signature (array push)" Joe Savona 2025-06-04 17:00:34 -07:00
  • 710e25badb Update on "[compiler] Delay mutation of function expr context variables until function is called" Joe Savona 2025-06-04 17:00:32 -07:00
  • 94a581d193 Update base for Update on "[compiler] Delay mutation of function expr context variables until function is called" Joe Savona 2025-06-04 17:00:31 -07:00
  • 3e362b0c3d Update on "[compiler] Add ImmutableCapture effect, CreateFrom no longer needs Capture" Joe Savona 2025-06-04 17:00:29 -07:00
  • cf7f30c317 Update base for Update on "[compiler] Add ImmutableCapture effect, CreateFrom no longer needs Capture" Joe Savona 2025-06-04 17:00:28 -07:00
  • d5da1a2bcc Update on "[compiler] Improve inference of function expression mutation/aliasing effects" Joe Savona 2025-06-04 17:00:26 -07:00
  • 2b0985b17b Update base for Update on "[compiler] Improve inference of function expression mutation/aliasing effects" Joe Savona 2025-06-04 17:00:25 -07:00
  • 2a873583a1 Update on "[compiler] Alternate pipeline for new mutability model" Joe Savona 2025-06-04 17:00:21 -07:00
  • 0fcd357615 Update base for Update on "[compiler] Alternate pipeline for new mutability model" Joe Savona 2025-06-04 17:00:20 -07:00
  • 44d61df355 Update on "[compiler] Add HIRFunction.returns: Place" Joe Savona 2025-06-04 17:00:18 -07:00
  • d12cde103a Update base for Update on "[compiler] Add HIRFunction.returns: Place" Joe Savona 2025-06-04 17:00:17 -07:00
  • 402829e108 Update on "[compiler] Foundation of new mutability and aliasing (alternate take)" Joe Savona 2025-06-04 17:00:15 -07:00
  • 7596d84fe0 Update base for Update on "[compiler] Foundation of new mutability and aliasing (alternate take)" Joe Savona 2025-06-04 17:00:14 -07:00
  • 1b15150fe3 Update on "[compiler] Add Instruction.effects property" Joe Savona 2025-06-04 17:00:12 -07:00
  • 3e5d1857ac Update base for Update on "[compiler] Add Instruction.effects property" Joe Savona 2025-06-04 17:00:11 -07:00
  • 1d6202ab34 Update on "[compiler] Repro for imprecise memo due to closure capturing changes" Joe Savona 2025-06-04 17:00:09 -07:00
  • f09860955a Update base for Update on "[compiler] Repro for imprecise memo due to closure capturing changes" Joe Savona 2025-06-04 17:00:08 -07:00
  • b00665dba7 Update on "[compiler] avoid empty switch case bodies" Joe Savona 2025-06-04 17:00:06 -07:00
  • 61bc31c6ea Update base for Update on "[compiler] avoid empty switch case bodies" Joe Savona 2025-06-04 17:00:05 -07:00
  • 3ab9e51e2d Update on "[compiler] allow local fixtures to be excluded from git w "nocommit" prefix" Joe Savona 2025-06-04 17:00:03 -07:00
  • f0a5bf2d0c Update base for Update on "[compiler] allow local fixtures to be excluded from git w "nocommit" prefix" Joe Savona 2025-06-04 17:00:02 -07:00
  • 08546659f7 Update on "[compiler] Fix for PropertyStore object effect" Joe Savona 2025-06-04 17:00:00 -07:00
  • 04e5c5d4fe Update base for Update on "[compiler] Fix for PropertyStore object effect" Joe Savona 2025-06-04 16:59:59 -07:00
  • 7197b7c493 Update on "[compiler] Fixture tests for PropertyStore effects" Joe Savona 2025-06-04 16:59:57 -07:00
  • 2e4ef01d3e Update base for Update on "[compiler] Fixture tests for PropertyStore effects" Joe Savona 2025-06-04 16:59:56 -07:00
  • 93290c337c Update on "[compiler] Move co-mutation range extension to InferMutableRanges" Joe Savona 2025-06-04 16:59:54 -07:00
  • 911dae9d16 Update base for Update on "[compiler] Move co-mutation range extension to InferMutableRanges" Joe Savona 2025-06-04 16:59:53 -07:00
  • 8775a7a043 Update on "[compiler] Infer alias effects for function expressions" Joe Savona 2025-06-04 16:59:50 -07:00
  • 4d485e72d6 Update base for Update on "[compiler] Infer alias effects for function expressions" Joe Savona 2025-06-04 16:59:49 -07:00
  • 214d186ee2 Update on "[compiler] Correctly infer context mutation places as outer (context) places" Joe Savona 2025-06-04 16:59:47 -07:00
  • e2b5666801 Update base for Update on "[compiler] Correctly infer context mutation places as outer (context) places" Joe Savona 2025-06-04 16:59:46 -07:00
  • 4cbf5e5d12 Update on "[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions" Joe Savona 2025-06-04 16:59:44 -07:00
  • 9eecc9b8af Update base for Update on "[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions" Joe Savona 2025-06-04 16:59:43 -07:00
  • 752fff2be8 Update on "[compiler][newinference] Fixes for transitive function capturing, mutation via property loads" Joe Savona 2025-06-04 16:48:27 -07:00
  • 4f7bff315c Update base for Update on "[compiler][newinference] Fixes for transitive function capturing, mutation via property loads" Joe Savona 2025-06-04 16:48:26 -07:00
  • 2450a36abd Update on "[compiler] Effects for Return/MaybeThrow terminals" Joe Savona 2025-06-04 16:48:24 -07:00