1. 37ef286 [co19] Enable html tests by sgrekhov · 3 years, 8 months ago
  2. 45ffef7 Update SDK version to 2.11 by Johnni Winther · 3 years, 8 months ago
  3. f87863b [co19] Assert and int-to-double tests enabled by sgrekhov · 3 years, 8 months ago
  4. 715f78b [release] Prepare CHANGELOG.md for 2.10 stable by Alexander Thomas · 3 years, 8 months ago
  5. 0ab7d79 [cfe] Change late lowering to handle unsound null values by Johnni Winther · 3 years, 8 months ago
  6. 4690341 [co19] Roll co19 to b7660861df12eb489243a591e45f251f8cf8c4a8 by Alexander Thomas · 3 years, 8 months ago
  7. 9206b6c Delete tests/kernel by Johnni Winther · 3 years, 8 months ago
  8. 04591dd Move demoteType() into TypeSystemImpl. by Konstantin Shcheglov · 3 years, 8 months ago
  9. a858620 Implement code templates for data-driven fixes by Brian Wilkerson · 3 years, 8 months ago
  10. cf5e8a7 Use Object* or Object? when LUB with a type parameter. by Konstantin Shcheglov · 3 years, 8 months ago
  11. 089a3a0 Clean up resolving assigned/node types in AssignmentExpressionResolver. by Konstantin Shcheglov · 3 years, 8 months ago
  12. 0c8d957 Remove unused hasPromotedTypeVariable(). by Konstantin Shcheglov · 3 years, 8 months ago
  13. 0115485 Make control-flow-collections, set-literals, spread-collections available since 2.0.0 by Konstantin Shcheglov · 3 years, 8 months ago
  14. 51840c5 Analyzer: add two checks for the @internal annotation. by Sam Rawlins · 3 years, 8 months ago
  15. f3acf0c Move nonNullifyLegac() to TypeSystemImpl. by Konstantin Shcheglov · 3 years, 8 months ago
  16. 524f739 Make using shared ByteStore optional. by Konstantin Shcheglov · 3 years, 8 months ago
  17. e7dc37c [vm, gc] Don't start or finalize concurrent marking during a force growth scope. by Ryan Macnak · 3 years, 8 months ago
  18. cc5ac8b [ package:vm_service ] Update version to 5.1.0+1 and republish by Ben Konyi · 3 years, 8 months ago
  19. 6493904 [dart2js] Make length-forwarding work with Arrays that have Rti by Stephen Adams · 3 years, 8 months ago
  20. 67fc824 Update to latest non-migrated package:logging by Nate Bosch · 3 years, 8 months ago
  21. a444096 [ Service / dart:io ] Rework previously unused dart:io service extensions by Ben Konyi · 3 years, 8 months ago
  22. e20a5d1 Add a utility to make it easier for lint rules to check whether a feature is enabled by Brian Wilkerson · 3 years, 8 months ago
  23. ffe53f0 Remove TypeSystem / TypeProvider from ConstantEvaluationEngine. by Konstantin Shcheglov · 3 years, 8 months ago
  24. fd0a7f9 Fix a hint in TokenDetailBuilder. by Konstantin Shcheglov · 3 years, 8 months ago
  25. 9ef0608 Fix lints in nnbd_migration. by Konstantin Shcheglov · 3 years, 8 months ago
  26. 735bcbe Allow reading null current with unsound null safety by Nate Bosch · 3 years, 8 months ago
  27. 850a481 [cfe] Cleanup redundant null safety mode checks by Nicholas Shahan · 3 years, 8 months ago
  28. fe85812 [ VM / DartDev ] Fix --disable-service-auth-codes not being recognized by DDS by Ben Konyi · 3 years, 8 months ago
  29. 251b5fa [vm/ffi] Fix spelling in ffi documentation by Tim Sneath · 3 years, 8 months ago
  30. 77bf324 Fix a test for Windows. by Konstantin Shcheglov · 3 years, 8 months ago
  31. 35680f0 [ dart:io ] Fix format of HTTP body events logged to timeline by Ben Konyi · 3 years, 8 months ago
  32. 2364105 [infra] Increase number of shards on the CFE nnbd builders by Alexander Thomas · 3 years, 8 months ago
  33. 96e84b8 [Test] Removes tests for StringInterp. in bytecode. by Clement Skau · 3 years, 8 months ago
  34. eac07c1 [vm] Fix incorrect of re-use of a handle in recursive context by Martin Kustermann · 3 years, 8 months ago
  35. d5bbfcd Update static errors for variance_in_inference_error_test. by Robert Nystrom · 3 years, 8 months ago
  36. 569bbc3 [dart2js] Clean up tests/dart2js/async_stacktrace_test. by Mayank Patke · 3 years, 8 months ago
  37. be0fd91 [infra] Update checked-in SDKs to 2.10.0-110.3.beta by Alexander Thomas · 3 years, 8 months ago
  38. 9ad182a [co19] Roll co19 to 827f96b4cddf68cd12049ad5612c53e215b58fcf by Alexander Thomas · 3 years, 8 months ago
  39. 639de61 [Compiler] Adds const fold for StringIterpolate. by Clement Skau · 3 years, 8 months ago
  40. cd7ca6b [analysis_server] Fix type nullability for "add try" fix by Mike Fairhurst · 3 years, 8 months ago
  41. aab7e93 Preserve element and typeArguments of FunctionType during legacy erasure. by Konstantin Shcheglov · 3 years, 8 months ago
  42. cefa359 Issue 43465. Break infinite recursion that might happen with file system links. by Konstantin Shcheglov · 3 years, 8 months ago
  43. 19e497c Fix typo librarys -> libraries by Nate Bosch · 3 years, 8 months ago
  44. 4d9b3b5 [dart2js] Add support for LateInitializationError. by Mayank Patke · 3 years, 8 months ago
  45. d24d5e0 bump linter to 0.1.119 by pq · 3 years, 8 months ago
  46. 044d3d5 Add MemoryResourceProvider.newLink() by Konstantin Shcheglov · 3 years, 8 months ago
  47. 5051d75 Issue 43462. Compute constant values in libraries with contain them. by Konstantin Shcheglov · 3 years, 8 months ago
  48. 52559eb [infra] Add remaining CFE nnbd builders to the test matrix by Alexander Thomas · 3 years, 8 months ago
  49. 5722d15 analyzer_cli: comply with 7 upcoming pedantic lint rules by Sam Rawlins · 3 years, 8 months ago
  50. b820083 Issue 43439. Identify invalid URIs with double '/' or '.' in BazelPackageUriResolver. by Konstantin Shcheglov · 3 years, 8 months ago
  51. a80f9d7 [vm/ffi] Stop using R8 in FFI calls, callbacks and stubs on arm64 by Daco Harkes · 3 years, 8 months ago
  52. 475ffb9 Migrator: Use pedantic 1.9.0 by Sam Rawlins · 3 years, 8 months ago
  53. ec4ccb7 [dart2js] Update inferrer with current List constructors by Stephen Adams · 3 years, 8 months ago
  54. 3272abc [vm/aot/tfa] Replace assertx with assert in TFA by Alexander Markov · 3 years, 8 months ago
  55. 26e5036 [vm/sendport] Ensure that partially instantiated static closures keep types when sent over SendPort. by Alexander Aprelev · 3 years, 8 months ago
  56. b5f688e [ package:dds ] Send ServiceRegistered events on Service stream subscription by Ben Konyi · 3 years, 8 months ago
  57. ac6095a [vm] Hash strings by UTF16 code unit instead of by rune. by Ryan Macnak · 3 years, 8 months ago
  58. 433fcd0 Revert "[dart:io] Concurrently resolve IPv4 and IPv6 addresses on iOS." by Siva Annamalai · 3 years, 8 months ago
  59. f28fb78 Analyzer: Use 3 upcoming pedandic lints by Sam Rawlins · 3 years, 8 months ago
  60. c0c5a74 [Analyzer] Make newlines in fixes like CreateMissingOverrides consistent on Windows by Danny Tuppeny · 3 years, 8 months ago
  61. aa705eb [kernel] Remove @deprecated annotation by Johnni Winther · 3 years, 8 months ago
  62. 60ef62a [CFE] Only include git staged files in explicit creation test by Jens Johansen · 3 years, 8 months ago
  63. ecf1421 [co19] Roll co19 to e8c8b7edab7df1a73c0215da7d458acd0f6c1ef3 by Alexander Thomas · 3 years, 8 months ago
  64. 255da57 [co19] Roll co19 to ff08f2965b024a7003456deb6480170d566ace74 by Alexander Thomas · 3 years, 8 months ago
  65. f4501b6 Reland "[kernel] Rename Name.name to Name.text" by Johnni Winther · 3 years, 8 months ago
  66. 3a5c166 [VM] Makes the GCEventCallback VM-wide. by Clement Skau · 3 years, 8 months ago
  67. 122f07c Fix mistakes in variance_downwards_inference_test. by Robert Nystrom · 3 years, 8 months ago
  68. 42f334f [analysis_server] fix nullable types in closure params of default values by Mike Fairhurst · 3 years, 8 months ago
  69. 7da89dad [analysis_server] Add nullability assertions to token list API by Mike Fairhurst · 3 years, 8 months ago
  70. ec821fd [test_runner] Allow tab completion on co19 suites by Nicholas Shahan · 3 years, 8 months ago
  71. 71b3338 Rename value to argumentValue in add-type-argument change by Brian Wilkerson · 3 years, 8 months ago
  72. ad3deac [analysis_server] Show correct nullability for required parameters by Mike Fairhurst · 3 years, 8 months ago
  73. e395675 [analysis_server] Show correct nullability for named parameters by Mike Fairhurst · 3 years, 8 months ago
  74. 028594e add tighten_type_of_initializing_formals (dart-lang/linter#2240) by Alexandre Ardhuin · 3 years, 8 months ago
  75. cc8fd04 [wasm] Add WasmMemory class. by Liam Appelbe · 3 years, 8 months ago
  76. 53e707f Flow analysis: don't consider a foreach-declared variable to be written to. by Paul Berry · 3 years, 8 months ago
  77. 27fc687 Roll latest source_span into DEPS. by Paul Berry · 3 years, 8 months ago
  78. 1d34f60 [ddc] Fix missing covariant checks from mixins by Nicholas Shahan · 3 years, 8 months ago
  79. c3da025 Revert "[VM] Temporarily disable DDS for 2.10 branch" by Ben Konyi · 3 years, 8 months ago
  80. 0eec9ee Use promoted type to infer for-each iterables. by Paul Berry · 3 years, 8 months ago
  81. 8cc4a12 [cfe] Move checks for all sound `Component`s from .dill by Nicholas Shahan · 3 years, 8 months ago
  82. 4b30c91 Resolve PrefixedIdentifier in AssignmentExpressionResolver. by Konstantin Shcheglov · 3 years, 8 months ago
  83. af69f8f Add a quick fix that will make a variable nullable by Brian Wilkerson · 3 years, 8 months ago
  84. 5aa25f0 [Analyzer] Handle literal types in LSP spec correctly by Danny Tuppeny · 3 years, 8 months ago
  85. d0e0955 [frontend_server] connect widget cache to frontend_server by jonahwilliams · 3 years, 8 months ago
  86. 623a9bd Fix async test to match inference changes from #43162. by Leaf Petersen · 3 years, 8 months ago
  87. b3bd2e9 [cfe] Fix git access in presubmit script on Windows by Johnni Winther · 3 years, 8 months ago
  88. 44b765f Specify list types explicitly in Arguments.forwarded. by Aske Simon Christensen · 3 years, 8 months ago
  89. ece694b [test] Use default permissions for test resources by Alexander Thomas · 3 years, 8 months ago
  90. 8fe78d5 [CFE] Give incremental_compiler_leak_test more time and reduce risk of hang by Jens Johansen · 3 years, 8 months ago
  91. 364ae20 [CFE] Only spell/lint check things staged in git by Jens Johansen · 3 years, 8 months ago
  92. e119ccad [cfe] Infer Object from constraints similar to T? = dynamic by Dmitry Stefantsov · 3 years, 8 months ago
  93. 52c3d94 [cfe] Use origin location in override error by Johnni Winther · 3 years, 8 months ago
  94. c9576a1 Reland "[cfe] Make fast path for adding simple member signatures" by Johnni Winther · 3 years, 8 months ago
  95. 644df9b Revert "Reland: [kernel] Rename Name.name to Name.text" by Johnni Winther · 3 years, 8 months ago
  96. c430a0a Reland: [kernel] Rename Name.name to Name.text by Johnni Winther · 3 years, 8 months ago
  97. 8d8df2c Revert "Issue 43162. Change matching dynamic/void vs. 'T?'." by David Morgan · 3 years, 8 months ago
  98. 13aaaae [vm/compiler] Introduce AllocateTypedData IL instruction by Alexander Markov · 3 years, 8 months ago
  99. a53a66b [bots] Add pkg/vm_snapshot_analysis to vm-kernel fileset by Alexander Markov · 3 years, 8 months ago
  100. 7b0aeb2 Issue 43162. Change matching dynamic/void vs. 'T?'. by Konstantin Shcheglov · 3 years, 8 months ago