1. 988e983 [Flow analysis] Remove unnecessary `staticType` arguments from API. by Paul Berry · 3 hours ago lkgr main master
  2. 5c57af2 [Flow analysis] Share logic between null-check and `!= null` patterns. by Paul Berry · 3 hours ago
  3. 7d41496 [deps] rev core, http, native, tools by Brian Quinlan · 4 hours ago
  4. a2bcc80 Issue 64288. Fix for UnimplementedError for dot-shorthand constructor invocation and missing positional formal. by Konstantin Shcheglov · 4 hours ago
  5. 19546b6 [Flow analysis] Combine the two "guaranteed" equality check results into one. by Paul Berry · 4 hours ago
  6. 0ea6854 Issue 62858. Report useOfVoidResult for both key and value of a MapLiteralEntry. by Konstantin Shcheglov · 5 hours ago
  7. 1b8a9f2 [Flow analysis] Give names to nullability-based reasoning steps. by Paul Berry · 5 hours ago
  8. 1bc0277 [Flow analysis] Don't promote a pattern match's scrutinee based on a subpattern. by Paul Berry · 6 hours ago
  9. f28f3d2 [vm/shared] Unship isolate api related to isolate groups proposal. by Alexander Aprelev · 7 hours ago base
  10. e234d8a AST. Directly resolve import prefixed invocation, constructor, extension override. by Konstantin Shcheglov · 8 hours ago
  11. 4333ee4 AST. Directly resolve unqualified invocation chains without intermediate MethodInvocation. by Konstantin Shcheglov · 9 hours ago
  12. b9f62b8 [Service] Add DevTools in dart_runtime_service_dds by bkonyi · 9 hours ago
  13. da2645c [This-promotion] Language test improvements. by Paul Berry · 9 hours ago
  14. a8df0e3 [dds] Apply the DevTools server Origin check to all api/* methods by herdiyanitdev · 10 hours ago
  15. 16542c3 AST. Avoid using isSynthetic during AST building. by Konstantin Shcheglov · 10 hours ago
  16. 24dfb97 [modular_aot] Recognized methods for Float32, Float64 typed data indexing by Alexander Markov · 11 hours ago
  17. c108e1c [modular_aot] Fix incorrect constant evaluation of 'null is T' by Alexander Markov · 11 hours ago
  18. 4b544c4 [modular_aot] Fix ClassID.getID for Smis by Alexander Markov · 11 hours ago
  19. d7bd01d [CFE] Incremental compiler fix package invalidation when also (almost) everything else is invalidated by Jens Johansen · 12 hours ago
  20. 410777e AST. Build ParsedExpressionChainImpl without closures. by Konstantin Shcheglov · 12 hours ago
  21. 4e82e63 AST. Avoid creating accidental V1 projections inside the analyzer. by Konstantin Shcheglov · 12 hours ago
  22. 1ae9946 AST. Avoid creating V1 projections just to set parent. by Konstantin Shcheglov · 13 hours ago
  23. c8a06fd [vm] Intrinsify Int32x4 withX/withY/withZ/withW by Modestas Valauskas · 14 hours ago
  24. 71f486b generate the websocket handshake nonce with a secure prng by UB · 15 hours ago
  25. 6708c9f [analyzer] Report a version number error for `@dart="2.0"` by Yusuf İhsan Görgel · 15 hours ago
  26. 5ec61e2 [benchmarks] Add record lanes to SubtypeTestCache by Laha Luhem · 16 hours ago
  27. afecec5 [vm] Share the IL opcode walker between il tests by Modestas Valauskas · 16 hours ago
  28. 178e4a2 [vm] More cleanups from the attempted V128 extension type migration by Modestas Valauskas · 16 hours ago
  29. 8871797 [vm/SIMD] ~1.5x perf on hot view-based SIMD loops by Modestas Valauskas · 17 hours ago
  30. 875e0ce [frontend_server] Dispose of dill and compiler when options change by Jens Johansen · 17 hours ago
  31. 1c002cd [frontend_server] First fixes to resident_frontend_server_test by Jens Johansen · 17 hours ago
  32. 97c398d [dartdev] dart run -r passes all -D - also those specified before run by Jens Johansen · 19 hours ago
  33. 9a097b7 AST. Add ParsedTypeArguments and ParsedArguments, lifting to V1 or V2. by Konstantin Shcheglov · 23 hours ago
  34. 1f5f3d6 AST. Implement ParsedAssignmentTargetChain and its rewriting. by Konstantin Shcheglov · 23 hours ago
  35. e53b8f5 AST. Expand ParsedExpressionChain: add ParsedNameAccess and rewrites. by Konstantin Shcheglov · 24 hours ago
  36. b82e4ad AST. Start implementing ParsedExpressionChain, add ParsedNameHead. by Konstantin Shcheglov · 27 hours ago
  37. d87cf30 DAS testing: Remove updateTestSource from AbstractSingleUnitTest by Sam Rawlins · 28 hours ago
  38. 890ba94 [modular_aot] Slow paths for BoxInt and BoxDouble by Alexander Markov · 28 hours ago
  39. ea11332 [modular_aot] Fix throwing RangeError in case of a failed index check by Alexander Markov · 28 hours ago
  40. 7182b8b Skip effectively private classes in public_member_api_docs primary constructors by Varad Raj Agrawal · 29 hours ago
  41. 894d6d6 [Service] Add CLI for dart_runtime_service_dds by Ben Konyi · 29 hours ago
  42. c8d0a09 Fix broken analysis_options.yaml links in Insights contexts page by Ratnesh Jhavar · 29 hours ago
  43. b87316d Add a regression test for convertIntoBlockBody on a class keyword by Varad Raj Agrawal · 29 hours ago
  44. fbf14c2 [Service] Share expression evaluation implementation by Ben Konyi · 30 hours ago
  45. 436195b [Flow analysis] Extract a helper for promoting a pattern's matched value and scrutinee. by Paul Berry · 33 hours ago
  46. b4c8814 [vm,modular_aot] Add an internal VM flag for modular AOT mode by Alexander Markov · 33 hours ago
  47. 35059d0 AST. Add NamedAssignmentTarget. by Konstantin Shcheglov · 33 hours ago
  48. 2759c68 CQ. Use deprecatedMemberUseImplicitSuperConstructorInvocation, rename deprecatedMemberUseImplicitType. by Konstantin Shcheglov · 33 hours ago
  49. f8fb134 [dartdev] Switch 'dart fix' to use LSP server by Danny Tuppeny · 34 hours ago
  50. 9e44b6a [dartpad] Map sandbox stack traces back to Dart source by Jonas Finnemann Jensen · 34 hours ago
  51. b47a983 [Flow analysis] Extract a helper for creating a reference to a pattern's matched value. by Paul Berry · 35 hours ago
  52. 7b30c92 [analyzer] Initialize flow analysis even when primaryConstructorDeclaration is null. by Paul Berry · 35 hours ago
  53. 0778b1c [analyzer] Don't include end-of-comment */ markers as part of unclosed code blocks by Danny Tuppeny · 35 hours ago
  54. ea39bd1 [analysis_server] Fix \r\n and leading spaces in parsing of code/directives by Danny Tuppeny · 35 hours ago
  55. d85531e [dartpad] Optionally build the web SDK for the Flutter DartPad SDK by Jonas Finnemann Jensen · 36 hours ago
  56. 3976bc3 [vm] Intrinsify Int32x4.splat by Modestas Valauskas · 2 days ago
  57. 09b8f9d [typed_data] Cleanups from the attempted V128 extension type migration by Modestas Valauskas · 2 days ago
  58. a43a34e analyzer_cli: Fix test broken on Windows by Sam Rawlins · 2 days ago
  59. f1bf2af [This-promotion] Fix handling of null-check and null-assert patterns. by Paul Berry · 2 days ago
  60. 74896e3 analysis-server: fixed benchmark uploader for Windows benchmarks by Sinan Oz · 2 days ago
  61. 0f92a64 [analyzer] Add additional indentation for BNF snippets in analyzer types by Danny Tuppeny · 2 days ago
  62. 8d04fb5 Roll BoringSSL from f00ee8085f98 to 2b60ed4ed5bd (7 revisions) by dart-autoroll@skia-public.iam.gserviceaccount.com · 2 days ago
  63. 01e2c54 [wasm_builder] Add fixed-width and relaxed SIMD opcodes by Modestas Valauskas · 2 days ago
  64. 86e3dc7 [analyzer] Adopt "flow analysis root" terminology by Paul Berry · 2 days ago
  65. cd5816e [ddc] Fix invocation of getter with generic type by Nicholas Shahan · 2 days ago
  66. 7cbc2c9 [analyzer] Resolve formal parameters inside the enclosing flow region by Paul Berry · 2 days ago
  67. 2446bf4 [migrate] Split bump and prepare, rename ExecutionOutcome. by Kallen Tu · 2 days ago
  68. 5600be7 [migrate] Clean up version normalization and fix tight upper bound bug. by Kallen Tu · 2 days ago
  69. 06d46df Fix analyzer_public_api_test on Windows by Sam Rawlins · 2 days ago
  70. 587a869 [analyzer] Don't try to serialize anonymous method invocations by Paul Berry · 2 days ago
  71. 3937b51 Issue 64175. Include each part only once. by Konstantin Shcheglov · 2 days ago
  72. 4936de1 [modular_aot] Use platform snapshot when running tests by Alexander Markov · 2 days ago
  73. d2796c9 DAS: Improve performance of the documentColor request by Sam Rawlins · 2 days ago
  74. 0bbd723 Roll Clang from dde579becf31 to 5e63f2ce42db by Alexander Aprelev · 2 days ago
  75. 337d0ee [vm/shared] Remove isolate_group forwarder from pkg:dart_internal by Alexander Aprelev · 2 days ago
  76. f6d9db7 [analyzer] Move `lookupThisType` from `FunctionBody` to `CompilationUnit` by Paul Berry · 2 days ago
  77. b09dd71 [linter] avoid_positional_boolean_parameters: allow function types in a fixed signature. by David Morgan · 2 days ago
  78. bff9cd9 [vm,modular_aot] Disable deoptimization of code generated by modular AOT by Alexander Markov · 2 days ago
  79. d3e628b [modular_aot] Unary double operations by Alexander Markov · 2 days ago
  80. c5a3ec8 [vm, corelib] Update index in _LinkedHashMapMixin.removeWhere and _LinkedHashSetMixin.removeWhere by Alexander Markov · 2 days ago
  81. 6eb8d5c [dart2wasm] Use inferred type also for optional parameters by Martin Kustermann · 2 days ago
  82. 62d09be [dartpad] Fix hardcoded SDK platformVersion in pub tool by Jonas Finnemann Jensen · 3 days ago
  83. 97f557c [dartdev] Add test for passing -D both before and after run by Jens Johansen · 3 days ago
  84. df422e8 [dartdev] Pass -D to the compiler on dart run -r by Jens Johansen · 3 days ago
  85. 7c902ea7 [docs] Drop outdated claim that growing Uint8List implementations exist. by David Morgan · 3 days ago
  86. 00b4817 AO. Remove deprecated updateAnalysisOptions4 and setters from AnalysisOptionsImpl. by Konstantin Shcheglov · 4 days ago
  87. 4ea61e6 Remove extra prose for ambiguousImport added in CL/548000. by Konstantin Shcheglov · 4 days ago
  88. 39d9e82 [dart2js] Use exactOrEmpty in RecordTypeMask.toFlatTypeMask by Stephen Adams · 5 days ago
  89. c9c204c DAS: Write up some docs on the record-replay tool by Sam Rawlins · 5 days ago
  90. 7e2a6cc Integrate devtools tests by Sam Rawlins · 5 days ago
  91. 5c6e43c [DAS] Sort `@docImport` directives when organizing imports by FMorschel · 5 days ago
  92. 7328d4a6 Add test for closed issue, update closing-obsolete-issues skill by Keerti Parthasarathy · 5 days ago
  93. d5fd1dd [analyzer] Assign InvalidType to `this` and `super` when illegally accessed. by Paul Berry · 5 days ago
  94. 61ab60da [deps] rev core, native, protobuf, webdriver by Nate Bosch · 5 days ago
  95. f817ebe AST. Use elementOrRecovery extension methods to simplify consumers. by Konstantin Shcheglov · 5 days ago
  96. 62c637a Roll dart_style into the SDK. by Robert Nystrom · 5 days ago
  97. a69f16f [vm] Implement Int32x4 SIMD fallbacks in Dart by Modestas Valauskas · 5 days ago
  98. 08486a7 [typed_data] Add Int32x4 shift operators << and >> by Modestas Valauskas · 5 days ago
  99. b71e140 [corelib] Document double.nan's bit pattern by Modestas Valauskas · 5 days ago
  100. fa7f3ad [iso-stress-linux] Remove trigger_gc_in_native_test from iso-stress-linux suite. by Alexander Aprelev · 5 days ago