1. b940fd7 [this-promotion] Make language tests more uniform. by Paul Berry · 27 minutes ago main master
  2. e2aabc2 linter: avoid_positional_boolean_parameters: Adjust to only report more than 1 such parameter by Sam Rawlins · 11 hours ago base lkgr
  3. b3f967d [migrate] Add 'prepare', 'bump', 'cleanup', and 'all' as flags for the tool. by Kallen Tu · 14 hours ago
  4. 9190332 [this-promotion] Verify functionality with extension types. by Paul Berry · 14 hours ago
  5. e44ae4b Validate that documentation code is formatted by Brian Wilkerson · 15 hours ago
  6. 1a68769 [vm] Close pipes the child process does not need as first step by Martin Kustermann · 15 hours ago
  7. 0315596 CQ. AST. FormalParameterList refactoring. by Konstantin Shcheglov · 15 hours ago
  8. 61d0081 Prepare dds 5.4.0 for release by Sam Rawlins · 16 hours ago
  9. 0ab9b2e [analysis_server] Add current Emacs + Neovim LSP client capabilities by Danny Tuppeny · 16 hours ago
  10. 0f37057 analyzer: Add note on caret for TestCode by Sam Rawlins · 17 hours ago
  11. 1aad76a [this-promotion] Beef up language tests a bit. by Paul Berry · 17 hours ago
  12. 9a5d53c CQ. Recover in invalid ThisExpression with InvalidTypeImpl. by Konstantin Shcheglov · 17 hours ago
  13. 7ffc533 Roll Fuchsia SDK from 32.20260708.1.1 to 32.20260713.4.1 by dart-autoroll@skia-public.iam.gserviceaccount.com · 18 hours ago
  14. ca97892 Roll BoringSSL from 9ae3188aba2c to 8aacd0c97fb1 (11 revisions) by dart-autoroll@skia-public.iam.gserviceaccount.com · 18 hours ago
  15. 6d6777f Refactor sandbox.js to send a MessagePort once loaded by Jonas Finnemann Jensen · 19 hours ago
  16. 9f0fa01 Rework the JSON-RPC 2.0 over `MessagePort` protocol. by Jonas Finnemann Jensen · 24 hours ago
  17. abba993 [cfe][InternalNodes] Add InternalNode by Johnni Winther · 25 hours ago
  18. 89be497 [cfe][InternalNode] Clean up for loop/break/continue by Johnni Winther · 25 hours ago
  19. 54369d7 [analysis_server] Add Dart-Code's current client capabilities by Danny Tuppeny · 27 hours ago
  20. 0f3fd88 analyzer: Deprecate legacy analyzer plugins by Sam Rawlins · 30 hours ago
  21. 86e7b24 CQ. Switch ResolverVisitor to _withUnpromotedThisType(). by Konstantin Shcheglov · 31 hours ago
  22. 2fcb129 CQ. Switch ResolverVisitor to enclosingExecutableElement. by Konstantin Shcheglov · 31 hours ago
  23. 5c63078 Revert "[linter] Makes `unawaited_futures` report for `FutureOr`" by Liam Appelbe · 33 hours ago
  24. e6778c7 [vm/shared/interpreter] Use shared-aware initializer from interpreter. by Alexander Aprelev · 33 hours ago
  25. bc974b7 Follow up for "[vm] Don't double initialize length fields during object graph copying." by Ryan Macnak · 34 hours ago
  26. aefb70d Parse and validate analyzer plugins in "inner" options files by Sam Rawlins · 34 hours ago
  27. 4faeaf8 CQ. Switch ResolverVisitor to single enclosingInstanceElement. by Konstantin Shcheglov · 35 hours ago
  28. 4009068 [vm, arm64e] Fix size of kPlatformDillSize. by Ryan Macnak · 36 hours ago
  29. ba9cbbb Start analyzer 14.2.0-dev, analyzer_plugin 0.14.15-dev, analyzer_testing 0.3.5-dev, analysis_server_plugin 0.3.21-dev by Konstantin Shcheglov · 36 hours ago
  30. b9327af [vm/io] Signal to fork()ed child only in non detached mode by Martin Kustermann · 2 days ago
  31. d3fbe0b [migrate] Support Dart 3 backwards compatibility. by Kallen Tu · 2 days ago
  32. 9a8f4e4 [vm] Don't double initialize length fields during object graph copying. by Ryan Macnak · 2 days ago
  33. 37a73ba TestCode: handle an escaped shorthand by Sam Rawlins · 2 days ago
  34. 3df40fb [deps] Roll dart-lang/native by Daco Harkes · 2 days ago
  35. ea48eb9 [ddc] Fix failing stacktrace tests by Nicholas Shahan · 2 days ago
  36. 3eba2f0 Remove stale TODO comment in `flag_test.dart`. by Jaime Wren · 2 days ago
  37. 08c9aa6 [vm, arm64e] Don't try to use icf with ld. by Ryan Macnak · 2 days ago
  38. d058efd [dartdev] Validate command names and check subcommands recursively by Jaime Wren · 2 days ago
  39. b16506f [analysis_server] Add client-side validation for Add Import Prefix by Danny Tuppeny · 2 days ago
  40. 5556139 CQ. AST. Mark visitors and related as ToBeDeprecated. by Konstantin Shcheglov · 2 days ago
  41. 00d727f CQ. Make thisType the type of 'this', replacing effectiveThisType. by Konstantin Shcheglov · 2 days ago
  42. 6364126 [vm] Remove dead special cases from object graph copying. by Ryan Macnak · 2 days ago
  43. ef09dd5 [analysis_server] Add tests for SnippetTextEdits in Fix code actions by Danny Tuppeny · 2 days ago
  44. 9e7530a Roll Fuchsia Test Scripts from wLST_A-xfOeGT_5mj... to K27XuovfeOPCcSmI4... by dart-autoroll@skia-public.iam.gserviceaccount.com · 2 days ago
  45. d5f9e4a CQ. AST. Mark small V1 APIs as @ToBeDeprecated, fix analyzer uses. by Konstantin Shcheglov · 2 days ago
  46. 3fd38b2 CQ. Remove unused library URI from override checking. by Konstantin Shcheglov · 2 days ago
  47. b3d11e1 AO. Remove ErrorCodeValuesTest. by Konstantin Shcheglov · 2 days ago
  48. e4bc791 CQ. AST. Generate V2 linter registry and visitor. by Konstantin Shcheglov · 2 days ago
  49. 2e7355d Use element for checking redirection in const constructors. by Fedor Shcheglov · 2 days ago
  50. c3974b5 Skip synthetic augmentation parameters when rebinding AST by Fedor Shcheglov · 2 days ago
  51. c779ff4 Introduce: JSON-RPC 2.0 over MessagePort with structured clone. by Jonas Finnemann Jensen · 2 days ago
  52. e3c071c [vm, dyn_modules] Add interpreter tracing to FFI runtime calls. by Tess Strickland · 2 days ago
  53. df15d35 [vm,dyn_modules] Handle dart:ffi::Native._addressOf. by Tess Strickland · 2 days ago
  54. d029516 update dartpad sandbox to handle extension methods and runtime errors by Kilian Schulte · 2 days ago
  55. 39b691a enable assists and fixes in dartpad lsp by Kilian Schulte · 2 days ago
  56. 209c99f Introduce a DartPadSdk refactoring how workers are created. by Jonas Finnemann Jensen · 2 days ago
  57. 5ebc96c Update chrome and d8 by Srujan Gaddam · 2 days ago
  58. 2d120e8 [ddc] Add sourcemap test suite for library bundles by Nicholas Shahan · 2 days ago
  59. 48e7e2e Fix tsan-specific tests that validate handling of shared fields. by Alexander Aprelev · 2 days ago
  60. 38f047a [analyzer] Remove OWNERS exception for analyzer/api.txt. by Paul Berry · 2 days ago
  61. ff9c0ef [front end] Push storeExpressionInfo call into createPropertyGet. by Paul Berry · 2 days ago
  62. 2c36707 Issue 63810. Report constWithTypeParameters for type parameters nested in record types. by Konstantin Shcheglov · 3 days ago
  63. 908a3b3 Modernize the example code in diagnostic documentation by Brian Wilkerson · 3 days ago
  64. 00b2183 AO. Fix TODO about multiple includes, fix for triangle shape. by Konstantin Shcheglov · 3 days ago
  65. 7aeda7b No longer report implementsRepeated for extension types, classes, and mixins when the augmentations feature is enabled. by Fedor Shcheglov · 3 days ago
  66. f7a2368 [build] Dump logs if a build command gets killed. by Ryan Macnak · 3 days ago
  67. 9812570 [cfe][InternalNodes] Move break/continue lowering to inference by Johnni Winther · 3 days ago
  68. 49b8570 [cfe][InternalNodes] Split InternalExpression from Expression by Johnni Winther · 3 days ago
  69. 1284507 [cfe][InternalNodes] Infer only InternalExpression by Johnni Winther · 3 days ago
  70. c2b4521 [cfe][InternalNodes] Update InternalExpression.toTextInternal by Johnni Winther · 3 days ago
  71. cab1317 [analysis_server] Fix convert_to_expression_function_body for Primary Constructor bodies by Danny Tuppeny · 3 days ago
  72. 4520904 [vm/ffi/ubsan] Fix ia32 trampoline function padding. by Alexander Aprelev · 3 days ago
  73. 185108a Fix MSVC build. by Ryan Macnak · 3 days ago
  74. 51ba27c [dart:io] set close-on-exec on File::CreatePipe pipe descriptors by UB · 3 days ago
  75. ca84ffe [vm, arm64e] Expect that the snapshot text symbol is signed. by Ryan Macnak · 3 days ago
  76. 28fe998 [vm/ffi/ubsan] Ensure ubsan ffi trampoline function pointer validation works. by Alexander Aprelev · 3 days ago
  77. d200518 [vm, arm64e] Protect the handle vtable table. by Ryan Macnak · 3 days ago
  78. 9f456cd CQ. AST. Migrate analyzer/ to parent2. by Konstantin Shcheglov · 3 days ago
  79. e5627d7 [vm, arm64e] Implement FFI. by Ryan Macnak · 3 days ago
  80. 6a8b2af CQ. Update ResolvedAstPrinter to output V2 entities, and V1 entities that are not V2. by Konstantin Shcheglov · 3 days ago
  81. bf8e026 [vm, arm64e] Authenticate calls to runtime functions. by Ryan Macnak · 3 days ago
  82. 2ca57cf Clarify primary constructor completeness for augmentation. by Fedor Shcheglov · 3 days ago
  83. 84d0d82 [analysis_server] Add support for client-side validators in Interactive Forms by Danny Tuppeny · 3 days ago
  84. 2abdddc [dart2js] Fix SSA changing types of re-used nodes. by Nate Biggs · 3 days ago
  85. 4019ef5 Issue 63767. Remove print() inside FolderBasedDartSdk.initialLibraryMap() by Konstantin Shcheglov · 3 days ago
  86. 130e37f Issue 63779. In ConstantInitializersResolver don't resolve initializers already resolved in TopLevelInference. by Konstantin Shcheglov · 3 days ago
  87. 03eb5a6 Issue 63807. When reported builtInIdentifierAsType, don't report undefinedClass. by Konstantin Shcheglov · 3 days ago
  88. 49dedb9 [vm] Speed up int.oneBitCount and int.trailingZeroBitCount in JIT by Modestas Valauskas · 3 days ago
  89. b7b1fbb use platform interface in correction utils by Kilian Schulte · 3 days ago
  90. 647b47e doc: document dart install and remote run in CHANGELOG by Kevin Moore · 3 days ago
  91. 7bb2292 Bump protobuf to 91efb90f437bb6a30e6726c3369a2fcb9bba06e7 by Nate Bosch · 3 days ago
  92. d94b036 Roll BoringSSL from a945a3ea4cdf to 9ae3188aba2c (17 revisions) by dart-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  93. 632e84c Roll Fuchsia Test Scripts from s5_gZFJ8De9AJalTw... to wLST_A-xfOeGT_5mj... by dart-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  94. 5dcd4f8 Roll gn from d2f537b1e397 to bbfe0f948f4a by dart-autoroll@skia-public.iam.gserviceaccount.com · 3 days ago
  95. a59cbd1 [vm/io] Move resource acquisition before `fork()`ing by Martin Kustermann · 3 days ago
  96. e45e437 Issue 63695. Check for synthetic '}' in _JoinIfWithElseBlock._blockSource by Konstantin Shcheglov · 3 days ago
  97. d206dda Report diagnostic on a default value provided on a redirecting factory constructor with augmentation support. by Fedor Shcheglov · 3 days ago
  98. 0e86554 [dartdev] Emit priority errors in machine and JSON analyze formats by Jaime Wren · 3 days ago
  99. 328217f Modernize the example code in diagnostic documentation (linter) by Brian Wilkerson · 4 days ago
  100. 77982d4 [dart2wasm] Add wasm_runner.html to dart2wasm bin. by Nate Biggs · 4 days ago