- b4e0dc2 [gardening] Fix status file entry for many_listener_callbacks_test. by Alexander Aprelev · 4 days ago
- 59c8081 [dart2wasm] Use shared closure argument dispatchers for dynamic call entries by Martin Kustermann · 4 days ago
- a6faf24 [co19] Roll co19 to 467016acdb5842571acc75a3f98ec08cf53376c6 by Sergey G. Grekhov · 4 days ago
- 0507f05 [dart2js] Fix error when comparing constants referenced across deferred import boundaries. by Nate Biggs · 5 days ago
- 1b67878 [tests] Declaring constructors - Remove in-body declaring constructor tests. by Kallen Tu · 5 days ago
- 633ed8f [parser] Handle empty class/extension type body by Johnni Winther · 5 days ago
- 4162060 [gardening] Skip VM-only co19 tests on DDC by Martin Kustermann · 11 days ago
- 9305ca3 [tests] Declaring Constructors - Header clauses, extension type representation variables, final parameters. by Kallen Tu · 12 days ago
- cade56e [tests] Skip debugger test for AOT runtime by Alexander Markov · 12 days ago
- e50d3b9 [io] Support Unix domain sockets on Windows by Slava Egorov · 13 days ago
- 8b3e11a [co19] Roll co19 to c5891879623a504fa61ad151d141f5b00665c4d7 by Sergey G. Grekhov · 13 days ago
- 4e5f1d7 Mark ffi/many_listener_callbacks_test as ExtraSlow on relevant configs. by Nate Biggs · 2 weeks ago
- 16e1a5b [private named parameters] Update compile errors by Robert Nystrom · 2 weeks ago
- 0fcdc08 Change language tests to avoid unintended syntax errors by Erik Ernst · 2 weeks ago
- 885c6e2 [tfa] Narrow to promoted static type on VariableGet. by Nate Biggs · 3 weeks ago
- 489f63a [vm] Add NativeRuntime.streamTimelineTo by Vyacheslav Egorov · 3 weeks ago
- 456efb5 Make wasm/uri_base_test run on browsers by Stephen Adams · 3 weeks ago
- b24698b Revert "[vm] Add NativeRuntime.streamTimelineTo" by Slava Egorov · 3 weeks ago
- 553887b [vm] Add NativeRuntime.streamTimelineTo by Vyacheslav Egorov · 3 weeks ago
- 9dc6c62 [tests] Declaring constructors - Follow up for CL 456164 by Kallen Tu · 3 weeks ago
- 12e318d [tests] Declaring constructors - Tests for initializers, const, and more basic syntax. by Kallen Tu · 3 weeks ago
- 11140ab [messages] Clean up sharing of FieldInitializerOutsideConstructor. by Paul Berry · 4 weeks ago
- 82144f0 [tests] Reduce number of threads in ffi/many_listener_callbacks_test by Alexander Markov · 4 weeks ago
- 14f4e46 [tests] Declaring constructors - Tests for covariant modifier. by Kallen Tu · 4 weeks ago
- 918b801 [tests] Declaring constructors - multiple constructors, required with default, mixin class, const tests. by Kallen Tu · 4 weeks ago
- a63045d [dart2wasm] Remove `dart:js_util` from supported libraries by Mayank Patke · 4 weeks ago
- 975b92d [tests] Add tests for late, external, empty bodies and mixins for declaring constructors. by Kallen Tu · 4 weeks ago
- 0b0ac68 [co19] Add options to git cl upload command by Sergey G. Grekhov · 4 weeks ago
- 08dfbab [tests] Add basic declaring constructors tests. by Kallen Tu · 5 weeks ago
- ef64f00 [tests] Print sub-process output in standalone/io/process_working_directory_test by Alexander Markov · 5 weeks ago
- c70a4b0 [io] Fix Mac OS X file watcher by Slava Egorov · 5 weeks ago
- 6938441 [build] Increase android_api_level from 21 to 24. by Ryan Macnak · 5 weeks ago
- 10be4da [dart2wasm] Run wasm-opt local optimizations on deferred loading modules. by Nate Biggs · 5 weeks ago
- ed6bab8 [io] Rewrite _FileSystemWatcher implementation by Slava Egorov · 6 weeks ago
- c6e6405 Fix bug in HTTP header parameter value parsing. by Lasse R.H. Nielsen · 6 weeks ago
- 1de6014 Fix bug in `Uri`'s `_normalizeRelativePath`. by Lasse R.H. Nielsen · 6 weeks ago
- c850242 [test] Remove use of package:test from standalone tests. by Ryan Macnak · 6 weeks ago
- cff9ab2 [ddc] Add hot reload checks in aysnc bodies by Nicholas Shahan · 6 weeks ago
- 4641449 [cfe] Report error on duplicate part by Johnni Winther · 6 weeks ago
- e0a8637 [test] Mark many_listener_callbacks_test as slow by Liam Appelbe · 6 weeks ago
- 1f89a5e [vm,dyn_modules] Disable dart:mirrors in standalone VM when using interpreter by Alexander Markov · 6 weeks ago
- 3f158dc [cfe] Merge Resolver.buildFieldInitializer1/2 by Johnni Winther · 6 weeks ago
- 484c0b8 dart.library.js_util -> dart.library.js_interop for web detection by Mayank Patke · 6 weeks ago
- 80281e6 [js] Migrate some tests to use js_interop rather than js_util by Mayank Patke · 7 weeks ago
- 5d7c21b Cleanup an unused file and .status entry in tests/lib by Mayank Patke · 7 weeks ago
- 6d58b9a [js_interop] Allow createJSInteropWrapper to take a prototype by Mayank Patke · 7 weeks ago
- 2005680 [dart2wasm] Clean up dart2wasm tests using js_util by Mayank Patke · 7 weeks ago
- 3367e61 [dart2wasm] Convert Promises with dartify by fishythefish · 7 weeks ago
- f626a3c [dart2wasm] Remove tests/web/wasm/js_util_test by Mayank Patke · 7 weeks ago
- b01bf92 [dart2wasm] Typed array wrappers should unwrap instead of reinstantiate by Srujan Gaddam · 7 weeks ago
- 97909b6 Update the cookie and cookie-date parsers. by Lasse R.H. Nielsen · 7 weeks ago
- 9f70bc7 Add `Future.syncValue(T value)` constructor. by Lasse R.H. Nielsen · 7 weeks ago
- 4f8af89 [cfe] Remove the need for TypeInferrer.constantContext by Johnni Winther · 7 weeks ago
- 520607a [dart2wasm] Ensure we never emit string import names that are longer than 100_000 bytes by Martin Kustermann · 7 weeks ago
- 3f2801d [ddc] Avoid revisiting sub-expressions on chained invocations by Nicholas Shahan · 7 weeks ago
- dc34c02 [model] Report error on void arguments of dynamic types in Analyzer by Chloe Stefantsova · 7 weeks ago
- 409ecc7 [Test runner] Enable warnings for dart2js, dart2wasm and DDC by Sergey G. Grekhov · 8 weeks ago
- 4cdfbfa [ddc] Add skips for failing tests to match dart2js by Nicholas Shahan · 8 weeks ago
- 9eea7a3 [dart2wasm] Fix `ByteData.elementSizeInBytes`, `ByteData` to JS convs by Ömer Ağacan · 8 weeks ago
- 4df2a95 [vm] Simplify FfiCallbackMetadata locking by Liam Appelbe · 8 weeks ago
- 32f1db0 [dart:js_interop] Add missing checks for toJSCaptureThis by Srujan Gaddam · 8 weeks ago
- 6abae96 Move tests/lib/mirrors off multi/mini-tests. by Lasse R.H. Nielsen · 8 weeks ago
- 659978f Convert multitests in core platform library tests. by Lasse R.H. Nielsen · 8 weeks ago
- 6851655 [co19] Roll co19 to 27e053860f3539cd750786a327ebb69637ffc054 by Sergey G. Grekhov · 8 weeks ago
- 48cc23e [gardening] Mark vm/dart/regress47472_test on TSAN by Martin Kustermann · 9 weeks ago
- cc14696 [cfe] Add internal ast nodes for constructor/static/super invocation by Johnni Winther · 9 weeks ago
- 83b2c5d Retire and remove 3.9 experiment flags. by Lasse R.H. Nielsen · 9 weeks ago
- 5d84ffb BREAKING CHANGE: Fix `parseIPv4Address` to not allow leading zeros. by Lasse R.H. Nielsen · 9 weeks ago
- acc4ee0 Reapply "[vm/shared] Ensure to iterate over mutators, rather than only isolates during deopt." by Alexander Aprelev · 10 weeks ago
- ce9c2d3 Revert "[vm/shared] Ensure to iterate over mutators, rather than only isolates during deopt." by Alexander Aprelev · 10 weeks ago
- e5f6611 [vm/shared] Ensure to iterate over mutators, rather than only isolates during deopt. by Alexander Aprelev · 10 weeks ago
- 75cf999 [co19] Roll co19 to 49679593e3879c9e5a1132ded1fd5d957f1e1f1d by Sergey G. Grekhov · 10 weeks ago
- e7ef580 [model] Adjust distance from top calculations in UP in Analyzer by Chloe Stefantsova · 10 weeks ago
- 7155f16 [dart2wasm] Support non-identifiers in @JS renames by Srujan Gaddam · 10 weeks ago
- fe4c2c3 [dart2js/ddc] Support '.' in @JS renames in extension type and extension members by Srujan Gaddam · 10 weeks ago
- 4af0918 [analyzer] Report error on the first unresolved identifier by Johnni Winther · 10 weeks ago
- 1484ea4 [test] Skip exceptional_return_const_test on Fuchsia by Liam Appelbe · 10 weeks ago
- 4bc01d4 [ffi] Support non-trivial const expressions in exceptional returns by Liam Appelbe · 10 weeks ago
- 0c5d46b Add language test on spec change in dart-lang/language#4210 by Erik Ernst · 2 months ago
- e2fb9e7 [cfe] Report extension access type parameter bounds before lowering by Johnni Winther · 2 months ago
- a621589 [model] Handle local function instantiations in type checks by Chloe Stefantsova · 2 months ago
- 385bd8f [co19] Roll co19 to 677a4913274d00d7e8bdfb60c8dbbe6d64904b3b by Sergey G. Grekhov · 2 months ago
- 818b2a0 [test] Remove noisy expectStaticType by Johnni Winther · 3 months ago
- 872a518 [cfe] Avoid lowering in Static/Super/PropertyIncDec by Johnni Winther · 3 months ago
- afa127b Support renaming fields for JS object literals by Simon Binder · 3 months ago
- 2d7c7b0 [vm/usertag] Move usertags from Isolate to Thread. by Alexander Aprelev · 3 months ago
- 8e85492 [analyzer] Re-work handling of null shorting using shared code. by Paul Berry · 3 months ago
- e6f188b [ddc] Avoid revisiting subexpressions during hot reload invocation rewriting. by Nate Biggs · 3 months ago
- 2e8c2a5 [cfe] Create explicit internal ast nodes for extension access by Johnni Winther · 3 months ago
- 1717621 [co19] Roll co19 to c422b993c6e17d78f42e3d7968c86ff1f42388ad by Sergey G. Grekhov · 3 months ago
- 3b39c26 [ddc] Separate _emitObjectLiteral out from _emitArgumentList by Srujan Gaddam · 3 months ago
- 8f30357 [tests] Remove analyzer MIXIN_INHERITS_FROM_NOT_OBJECT from language/mixin* tests by Sergey G. Grekhov · 3 months ago
- febbe82 [vm] Fix gardening issues related to NativeCallable.listener fix by Liam Appelbe · 3 months ago
- 7e75e84 [vm/shared] Guard deferred-libraries and environment access from being used in isolate group bound dart code. by Alexander Aprelev · 3 months ago
- d672d98 [dart:js_interop] Make isA<JSBoxedDartObject> check if it's a boxed object by Srujan Gaddam · 3 months ago
- f93aea7 Enable 'dot-shorthands' feature flag for Dart 3.10 by Kallen Tu · 3 months ago
- 41a610e [co19] Roll co19 to ed1be959b76d1dd25ce000b708a233d06ac88110 by Sergey G. Grekhov · 3 months ago
- 67d39ca [dart:js_interop] Non-empty @JSExport on class should not be a fatal error by Srujan Gaddam · 3 months ago
- d46e296 [test] Fix status of new test by Liam Appelbe · 3 months ago
- 919d503 [vm] Fix deadlock in NativeCallable.listener by Liam Appelbe · 3 months ago