1. f242e0f Update Dart protobuf, update perfetto protos with protoc_plugin-24.0.0 by Ömer Ağacan · 8 days ago
  2. 846c5bb [dyn_modules] Compile all libraries mentioned in dynamic_interface.yaml by Alexander Markov · 13 days ago
  3. baf4639 [kernel] Add *InternalNodeMixin visitor mixins by Johnni Winther · 2 weeks ago
  4. 24e89ca [deps] rev dartdoc, protobuf, test, tools by Devon Carew · 2 weeks ago
  5. cf2bf95 [dyn_modules,aot] Do not unbox instance methods in classes which can have dynamically loaded subtypes by Alexander Markov · 2 weeks ago
  6. 4d045c9 [dart2wasm] Simplify await transformer logical expression hoisting. by Nate Biggs · 3 weeks ago
  7. 885c6e2 [tfa] Narrow to promoted static type on VariableGet. by Nate Biggs · 3 weeks ago
  8. 118721c [pkg/vm] Add --show-offsets option to dump_kernel. by Tess Strickland · 3 weeks ago
  9. 489f63a [vm] Add NativeRuntime.streamTimelineTo by Vyacheslav Egorov · 3 weeks ago
  10. b24698b Revert "[vm] Add NativeRuntime.streamTimelineTo" by Slava Egorov · 3 weeks ago
  11. 553887b [vm] Add NativeRuntime.streamTimelineTo by Vyacheslav Egorov · 3 weeks ago
  12. 8499988 [dyn_modules] Remove ability to specify library wildcards in dynamic_interface.yaml files by Alexander Markov · 3 weeks ago
  13. a478a44 [cfe] Add experimental visitor mixins and experimental type by Chloe Stefantsova · 4 weeks ago
  14. 72bd9ba [vm,aot] Fix unboxing info (including calling conventions) on unreachable fields by Alexander Markov · 4 weeks ago
  15. 92fa127 [CFE] Expression compilation: #this doesn't have to be the first definition by Jens Johansen · 5 weeks ago
  16. f18866b [dyn_modules] Do not elminate exported duplicate mixin applications by Alexander Markov · 5 weeks ago
  17. 5199e14 Bump protobuf to 14bbd0bd7ff9b7e322ff4e85bd243f6905170b92 by Devon Carew · 6 weeks ago
  18. 65c4445 [record_use] Small fixes by Moritz · 6 weeks ago
  19. ec92547 [model][vm] Add Target flag for Closure Contexts in AST experiment by Chloe Stefantsova · 7 weeks ago
  20. ddd915f [vm] Ignore experimental_member_use in tests of `@RecordUse`. by Paul Berry · 7 weeks ago
  21. 4bc01d4 [ffi] Support non-trivial const expressions in exceptional returns by Liam Appelbe · 2 months ago
  22. 579ad24 [front_end] Rename withArguments to withArgumentsOld. by Paul Berry · 2 months ago
  23. 43aa985 [vm,dyn_modules] Support FFI loads/stores of AbiSpecificInteger in the interpreter by Alexander Markov · 3 months ago
  24. 6838266 [vm,dyn_modules] Initial support for FFI calls in the interpreter by Alexander Markov · 3 months ago
  25. 2e8c2a5 [cfe] Create explicit internal ast nodes for extension access by Johnni Winther · 3 months ago
  26. 3175e42 [CFE] Keep const locals by default; expression evaluation can evaluate const locals by Jens Johansen · 3 months ago
  27. 962b2f2 [shared] Mark Platforms constants and Stopwatch frequence as shared. by Alexander Aprelev · 3 months ago
  28. 0c34185 [vm/ffi] Fix crash in FFI transformer by Daco Harkes · 3 months ago
  29. f7f0f71 Don't use `part of library.name` in platform libraries. by Lasse R.H. Nielsen · 3 months ago
  30. 07c248c [front end] Use `code...` instead of `message...`. by Paul Berry · 3 months ago
  31. 2586291 [front end] Use `code...` instead of `template...`. by Paul Berry · 3 months ago
  32. a0f467f Rename CFE Severity enum. by Paul Berry · 3 months ago
  33. 111e84b Rename CFE DiagnosticMessage class. by Paul Berry · 3 months ago
  34. 3d0ec7e Bump protobuf to 44ecd7424fa0a9e023ecac0d894f50926ed111cf by Devon Carew · 4 months ago
  35. a36f38b [vm/shared] Rename IsolateGroupShared to IsolateGroupBound. by Alexander Aprelev · 4 months ago
  36. 56d0115 [vm/shared] Allow sharing of ffi structs/unions. by Alexander Aprelev · 4 months ago
  37. 7684ae5 [vm,aot] Use inferred type arguments to remove type checks by Alexander Markov · 4 months ago
  38. ee2e81e [vm/shared] Enforce trivially-shareable constraint. by Alexander Aprelev · 4 months ago
  39. d3c323e [cfe/vm] Remove outdated comment by Chloe Stefantsova · 4 months ago
  40. 559b855 [ddc,frontend_server] Fix expression compilation after recompile by Nicholas Shahan · 5 months ago
  41. 05c2f3b [vm,dyn_modules] Hook interpreter to the standalone VM by Alexander Markov · 5 months ago
  42. 36087ec [vm] Remove unused kernel bytes in case of compile-time errors by Alexander Markov · 5 months ago
  43. 34e41dd [record_use] Record instances in calls by Moritz · 5 months ago
  44. a04c0d4 [cfe] Include library of private names in ast-to-text by Johnni Winther · 5 months ago
  45. 0297cad [kernel] Avoid dereferencing unlinked nodes in ast-to-text by Johnni Winther · 5 months ago
  46. ab4f935 Rename vm_platform_strong.dill to vm_platform.dill. by Ryan Macnak · 5 months ago
  47. 39810ff [cfe] Cleanup interface of subtype queries by Chloe Stefantsova · 5 months ago
  48. d2252b1 [dyn_modules] Add option to dump detailed dynamic interface by Alexander Markov · 6 months ago
  49. 66a2833 [native assets] Avoid library name clash by Daco Harkes · 6 months ago
  50. b083c9a [dyn_modules] Handle implicit uses from const constructors and field initializers of const classes by Alexander Markov · 6 months ago
  51. 4cdb3f2 Shims generation improvement by Ivan Inozemtsev · 6 months ago
  52. 0f42d66 [dyn_modules] Fix overriding of a method declared in a mixin by Alexander Markov · 6 months ago
  53. 02c465b [tfa,dyn_modules] Avoid adding abstract classes to the set of allocated classes by Alexander Markov · 6 months ago
  54. 1f26ddf [ffi] Account for position variance in converting native types by Chloe Stefantsova · 6 months ago
  55. d039e28 [tfa,aot,dart2wasm] More precise intersection of a wide cone type with an empty cone type by Alexander Markov · 6 months ago
  56. 50e0e0d [vm/shared] Introduce NativeCallable.isolateGroupShared by Alexander Aprelev · 6 months ago
  57. b3e7e2f [dart2wasm] Serialize dill before and after TFA for dynamic module enabled main modules. by Nate Biggs · 7 months ago
  58. 7a83c82 [record_use] Don't record locations for usages and other refactorings by Moritz · 7 months ago
  59. 6156dd6 [dynamic modules] Respect dyn-module:language-impl:* pragmas during dynamic module validation by Alexander Markov · 7 months ago
  60. 669bcef [model] Introduce isErroneous flag on Members in Kernel by Chloe Stefantsova · 7 months ago
  61. 7427e65 Revert "[ffi] Remove deprecated `Pointer.elementAt`" by Daco Harkes · 7 months ago
  62. 7893020 [ffi] Remove deprecated `Pointer.elementAt` by Daco Harkes · 7 months ago
  63. a3953f1 [cfe] Include Procedure.isSynthetic in ast-to-text by Johnni Winther · 7 months ago
  64. e40980c [tfa] Fix bug in TFA transformation of unused fields by Martin Kustermann · 8 months ago
  65. 733ca50 [dynamic modules] Add pragmas to core library classes and members used to implement language features by Alexander Markov · 8 months ago
  66. a824ee3 Include or remove stray `pubspec.yaml` files. by Lasse R.H. Nielsen · 8 months ago
  67. a48e5e5 [dart2wasm] Fix record representation equality in dynamic modules. by Nate Biggs · 8 months ago
  68. 31e8fe7 [vm] Mark _List and _GrowableList factories as dynamic module callable. by Nate Biggs · 8 months ago
  69. 1f90293 [gardening] Fix gcc build of samples/embedder by Alexander Markov · 8 months ago
  70. c326065 [vm/ffi] Exposes an iterable `Array.elements` by Michael Goderbauer · 8 months ago
  71. 2fe05bd Reland "Migrate to use pub workspace" by Sigurd Meldgaard · 8 months ago
  72. acd16c6 [pkg/vm] Add tool for generating DartEngine shims from entry points. by Tess Strickland · 8 months ago
  73. 1b6f89d [vm, tfa] Fix tree-shaking of late final fields with initializers by Alexander Markov · 8 months ago
  74. cf9f45f [dart2wasm] Copy VM's map and set factory transformers by Ömer Ağacan · 8 months ago
  75. 2ac7957 [vm, dynamic_modules] Support extensions and extension types in dynamic interface annotator by Alexander Markov · 8 months ago
  76. 06d9380 [kernel] Remove NonNullableByDefaultCompiledMode by Johnni Winther · 8 months ago
  77. 3c973fb [lints] address diagnostics related to strict_top_level_inference by Devon Carew · 8 months ago
  78. 6c4de1a Revert "Migrate to use pub workspace" by Sigurd Meldgaard · 8 months ago
  79. b9b7705 Migrate to use pub workspace by Sigurd Meldgaard · 8 months ago
  80. 4474e81 [tfa] Use field type as type of temporary variable when removing fields in TFA by Martin Kustermann · 8 months ago
  81. 1ce0b0e [analyzer] Adds new warning for multiple combinators by FMorschel · 8 months ago
  82. 0060b0f [cfe] Remove nnbd mode by Johnni Winther · 8 months ago
  83. 20fc102 [dart2wasm] Switch to only using JS strings by Martin Kustermann · 9 months ago
  84. 2fff7d8 [CFE/VM] Make IncrementalCompilerResult classHierarchy, coreTypes non-nullable; always use latest by Jens Johansen · 9 months ago
  85. 411ca9c [cfe] Issue 60121: Fix bug with isWildcard flag for formals. by Kallen Tu · 9 months ago
  86. 23cde7f [pkg/vm] Format `pkg/vm` with new style by Daco Harkes · 9 months ago
  87. a4a4ca8 [dart2wasm] Dynamic modules by Nate Biggs · 9 months ago
  88. dd4f341 [dart2bytecode] Add API to invoke dart2bytecode programmatically by Alexander Markov · 9 months ago
  89. 7c22f94 [_fe_analyzer_shared] Remove macro tests and helpers by Johnni Winther · 9 months ago
  90. 938d9c0 [cfe] Create synthesized super classes late by Johnni Winther · 9 months ago
  91. 79df099 Fix recognizing X64C in pkg/vm/tool/precompiler2. by Ryan Macnak · 10 months ago
  92. f2c9bda Reland "[pkg/vm] Handle cross compilation in dart_precompiled_runtime2." by Tess Strickland · 10 months ago
  93. 7e080fa Reland "[pkg/vm] Handle cross compilation in the precompiler2 script." by Tess Strickland · 10 months ago
  94. 1ac77f5 [vm] Align entry point verification and the precompiler. by Tess Strickland · 10 months ago
  95. 6b56a41 Revert "[pkg/vm] Handle cross compilation in the precompiler2 sc..." by Slava Egorov · 10 months ago
  96. 8ec312c Revert "[pkg/vm] Handle cross compilation in dart_precompiled_ru..." by Slava Egorov · 10 months ago
  97. 11ea496 [vm,dart2wasm,tfa] Handle 'Never' static type as unreachable in TFA by Alexander Markov · 10 months ago
  98. 103ffd6 [pkg/vm] Handle cross compilation in dart_precompiled_runtime2. by Tess Strickland · 10 months ago
  99. 11a3380 [pkg/vm] Handle cross compilation in the precompiler2 script. by Tess Strickland · 10 months ago
  100. 9b4b369 [tfa] Propagate double constants by Ömer Sinan Ağacan · 10 months ago