mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
61fc1786fd
5ddd157809 fix uris for libraries to allow the breakpoint to lookup scripts. 7ebd02cdaa Work around for #35908. 3068192450 [vm] Remove deferred canonicalization from isolate message serialization. 0e453c637b [dart2js] Chain static assignments 8b0dd94e11 Revise AstBuilder to generate the new set-or-map AST structure 5e2529c82e Remove 'importUri' from CompletionSuggestion. 1699562dfc Remove unused AbstractSingleUnitTest. 27a805bde8 Add fast case for ASCII in Utf8Decoder, it significantly increases decoding speed 7edb7dddd8 Merge allocator analysis with collection of elided fields 6f8415245d [fasta] Transform set literals in initializers and default values. 9b10476092 [kernel/ffi] fix library paths ef9592a9c7 [kernel] Add (de)serialization for ExpressionStatements 187d6ceb20 [kernel] Add statements to Kernel (de)serialization verifier 395c0e4b98 [kernel] Add text (de)serialization for NamedTypes 14f5936468 [kernel] Simplify (de)serialization encoding for FunctionTypes 5e3e633d5d [kernel] Add text (de)serialization for TypeParameterTypes 923cea6652 [kernel] Add Bind and Binder combinators c19af8cee9 [kernel] Cleanup code for (De)SerializationEnvironment d60354b521 [kernel] Add binders and close terms as separate operations a3736868c0 [kernel] Add text (de)serialization for type parameters d76293a75a [testing] Add shared options on the test.py commandline. 596e0aa645 Include FieldInitializer in allocator analysis 8db489cb10 [vm/aot] Remove unnecessary closurization of some entry-points. c635896e1b [vm] Fix langauge_2_kernel.status after 93301 273856c6e3 Issue 3204. Support for local mixins as types. 45cb49108f Issue 3204. Include mixin(s) into top-level declaration for import Quick Fix. 6cf71022a8 Add a test for type promotion in "if" collection elements. 7df88e5755 Fix the lack of '`' in the doc. b83bcf59f2 Call dart::StubCode::Cleanup in AOT mode as well. 5722ca3126 Include defaultArgumentListString / defaultArgumentListTextRanges into AvailableSuggestion(s). 56356d426a Set 'displayUri' to IncludedSuggestionSet with file:// URIs. 43c4749f7e [dart2js] Turn on local aliases optimization 1ed9a34513 Add defaultArgumentListString / defaultArgumentListTextRanges to Declaration. c338941801 [ddc] Elide continue to next switch case 3a0ded6d54 Use _ExecutableParameters to access named parameter names. 4c1025493a Enhance available suggestions protocol. 28eb8604e3 Correctly handle invocations of top-level functions with an import prefix 0ef30fb86e Protocol for IncludedSuggestionSet.displayUri. bcd2c7fb96 Fix ListLiteral construction and add comments d3fde891bf [VM] Fix deadlock between mutator and BG compiler a85ae4e919 [vm/ffi] fix sizeOf on subtypes of Pointer 98bc608202 [testing] Blacklist tests and repeat options from reproduction commands 48beacfd78 Remove Kernel-based mixin inference e2b7f48333 Implement ClassHierarchyBuilder.getLegacyLeastUpperBound d19d50f45f Support async in LUB test 6a65f84a63 Implement longest path to Object 0720888236 Temporarily ignore context of errors in expression_test 6ccdffdb35 Test for expression compilation, type variables and initialize from dill 4bcc97a3d6 Don't run 'unbindCanonicalNames' in writeComponentToFile c9ef5be8d7 Issue 124524319. Improve getElementDeclaration to support invalid code with synthetic names. f9bb790f43 Add a fix to change invalid named argument names to an existing parameter name 1d1654592a Do not compute any imports for use on paste if import directives are being copied 03932bb852 Convert more diagnostic tests to DriverResolutionTest e1d3186ed9 Make declarations in provisional_api_test.dart private. bb76970857 Sort provisional_api_test.dart db71576ef3 [dart2js] Generator bodies can be on super mixin applications 711dd8e82e [dart2js] Avoid generating 'return' statement in setter f4b649ca4f [CFE] Propagate unevaluated constants upward. 5e70883859 [CFE] Refactor unevaluatedArguments cba4168da3 [CFE] Use _evaluateSubexpression in more places. 8e5f644d0a Use constant evaluation in allocator analysis bfa6041801 Add allocator analysis test for the J model 620743fb6b [vm/ffi] void functions 885f1cbe31 Fix constant folding of type literal equality 3638e433ce Change how DDC writes text when summarize-text is enabled 26970f370c Move source out of PotentialModification. f20ee58aa7 Remove references to the set-literals experiment 7d7d85ffa2 Change the default assumption for named parameters to "assume nullable". fa8c552fd9 Propagate non-null intent from callee to caller. ab38cf7897 Allow non-nullable usage to imply non-null intent. 24928ffcef [dartdevc] hide summarize-text option and change default to off 15e7457519 [dartdevc] change browser tests to wait longer for async completion 6b5424a7e7 Use SSA nodes to infer map key/value types. ec599a5977 [VM] Remove retry logic from close(fd) calls 1ac61b0c35 [dart2js] Basic chaining of field assignments 8cb4d00b0b Remove compareXyz() methods from ResynthesizeTestHelpers. 936b1c0404 Rename _mockOr to _either. 046928d502 [vm/kernel] Ignore package URIs when converting main script to package URI 99a5057bca Add set tracing. c291757bed Finish handling SetLiterals in the inferrer and SSA builder kernels. d11dd982dd Add typeinfo for sets and their elements and start tracing them in the inferrer. 61ab8e7816 Add kernel and backend impacts for set literals. d87482a3e1 Add SetLiteralUse and start tracking them in resolution. 97bfcd4a3a Add remaining support for sets to the abstract value domain. This lets us create set values and access their element types in the inferrer. e53cd30112 Add SetTypeMask. 15cd12beb4 Add SetConstantValue and SetConstantExpression plus their visitors. c841f050c0 Add set types to the abstract value domain. We cannot yet allocate sets. 51db39a6ae Implement basic SetLiteral visitors. Builder kernels will come later. a164e95582 Update CommonElements with set types. cd53e3b4df Patch factories for generating set literals into LinkedHashSet. 6846a7c486 Fix flutter analyzer bot by disabling lint prefer_collection_literals. cf63db2594 [VM/infra] Archive kernel-service.dart.snapshot together with coredumps 015cf88ef6 Disable set literal warning until engine rolls into flutter/flutter fd8b546800 Issue 35940. Clear evaluation results for constants in the library being analyzed. 39afa4e555 Revert "Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it." 078f8e67f8 Tests for invalid library id, and requested name. 122aa43ef6 Convert ListLiteral and remove uses of ListLiteral2 6df253db27 Update parse/tryParse documentation. 5622925369 Test of class hierachy from dill file f4379435dd Implement DillClassBuilder.typeVariables d1abd84944 [infra] Add named configuration option to test.dart. 20c3cd62fc Revert adding dart:ffi to core_types and fasta kernel_target 185c0f3e89 [gardening] status file entry for entrypoints_verification_test b15fe3a994 pkg:kernel: fix path to pkg:test in pubspec 763589472e [VM / vmservice] - Change setting of silentObservatory to a non const expression 0e62060be4 [test] Mark standalone_2/io/arguments_test as failing due to a bug in the test harness. eb73f132c1 [vm] Add macro for fallthrough annotations b66dc30334 [VM/interpreter] Skip tests enabling interpreter when not supported (fixes #35943). 65290f6e6a Add an option for reusing the previous compiler state in a worker 794e1e3a09 [gen_snapshot] Allow for multiple kernel inputs. c8abe45b00 Retry 'getSuggestionDetails' on InconsistentAnalysisException. 54dbc0068a Migrate resynthesizer tests from task model. 79b4b558ec [vm/tlab] Abandon tlab when thread gets descheduled. Allow all threads to allocate from tlab. Add tlab test. 59efe201fd Fix mistake in CHANGELOG. 48f7364d7b Remove the UX experiment 2 flag from the Dart Analysis Server. 6c96ff0145 Test case reproducing issue #35940 3b2144fa93 [vm] Respect entry-point annotation on constructors during obfuscation. d1b15cc92c Support for FieldFormalParameter in SyntacticScopeNamesCollector. ed94feb30e Update dartdoc version to 0.28.2. 223eaa6fbb Report noSuchMethod forwarders as synthetic in the mirror api 5d6bab4ed2 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it. ae7bf9e999 [vm] Support closurization of methods through @pragma entry-points. a5d396cd25 [vm/extensions] Fix native extensions in hot-reload and running from snapshot. 4daabe69c3 [vm/gardening] Mark convert/base64_test/01 as flaky 69a952b195 remove parseSetLiterals flag from tests 3abc7d34d7 [vm/ffi] Remove platform specific logic from DynamicLibrary.open 6a5c9597c6 Revert adding enclosingLibrary to ast.dart 8333c8a4d0 Revert adding dart:ffi to devc libraries e9f239777f Split test so Kernel ClassHierarchy isn't required 25ee9b9d47 Rename test 837145a7c7 Properly restore state of _inConditionalControlFlow upon entering new function/method. dfda06061a Restore state safely in migration visitors. 765e6338a8 [docs] classify dart:ffi as vm on docs site, and exclude it for now 70e300fea0 [co19] DEPS updated 7ff5be0ceb Convert LUB test to use type parser 763035eb40 Clean up and merge dev CHANGELOG entries for stable release. 92460b8923 Migration: use non-null assertions as a hint for parameters that should not be nullable. 80798fad97 [tests] Add missing parenthesis on <list|map|set>Equals() calls 46aa511b49 Improve the message when using a prefix to reference an undefined name (issue 35936) f4ec983fec Migrate the rest of element_test from task model. 94d8e730fb Remove parser enableSetLiterals flag 9b45c14c65 First stage cleanup of MapLiteral2 and SetLiteral2 486238df49 Remove the UX experiment 1 flag from the Dart Analysis Server. fa092aa77b [vm/compiler] actual string constant propagation 44eb626186 [VM} Fix script URLs for dart:* libraries 9ca9e66c1b [dartdevc] fix #35928, type literals are now instantiated to bounds 0f24b9e7ae [standalone] Name dart:io threads, take 2. 7a63d31151 Improve the message when importing a deprecated library (issue 35922) 30f9f5b1c7 Add SetOrMapLiteral to support the code-as-ui features 1c534d852c Clean up the tutorial related to implementing a visitor 7f2f840a91 Don't include constants of private enums. 7329247892 [vm/tools] Add Graph Explorer to visualize output of --write_v8_snapshot_profile_to. 5d71308b78 [vm/tools] Don't duplicate "problems" metadata into split package files.
This directory includes scripts and tools for continuous integration tests.