2.6.0-dev.1.0
  1. ba03e0e Version 2.6.0-dev.1.0 by Alexander Thomas · 6 years ago 2.6.0-dev.1.0
  2. cbdbb46 [vm] Repair fingerprinting of recognized methods. by Ryan Macnak · 6 years ago
  3. 1e9a065 [vm/fuzzer] Restrict depth of ... operator by Felicitas Hetzelt · 6 years ago
  4. a0fd607 [vm/fuzzer] add missing space by Felicitas Hetzelt · 6 years ago
  5. f3b2d77 Migration: rework assignment handling. by Paul Berry · 6 years ago
  6. 1bbee61 Migration: handle binary expressions whose LHS has type `dynamic`. by Paul Berry · 6 years ago
  7. 75fd88c Migration: handle dynamic function expression invocations. by Paul Berry · 6 years ago
  8. eeb1716 Migration: don't forget to visit arguments to dynamic invocations. by Paul Berry · 6 years ago
  9. 3cccd7f Migration: handle `??=` assignments. by Paul Berry · 6 years ago
  10. 13ba681 [vm/compiler] DIV/MOD magic for ARM64 by Aart Bik · 6 years ago
  11. 03b1951 Revert "[vm, snapshot] Use data image pages for kFull snapshots." by Ryan Macnak · 6 years ago
  12. 5303538 [vm/fuzzer] re-enable control flow collections by Aart Bik · 6 years ago
  13. 9a9c0f3 [test] Update status for some mirrors tests under reload stress testing. by Ryan Macnak · 6 years ago
  14. 6e01ad4 Fix for codeOffset/codeLength for enum constants. by Konstantin Shcheglov · 6 years ago
  15. 3f7805a Make the NNBD command-line options less, uh, half-baked. by Robert Nystrom · 6 years ago
  16. 2305d9f [vm/compiler] Better be ready for OSR in field init by Aart Bik · 6 years ago
  17. 79137ed Migration: create flow anaylsis before visiting parameters. by Paul Berry · 6 years ago
  18. 1100aab Migration: handle `this` or `super` in generic classes. by Paul Berry · 6 years ago
  19. d93d70a [dart2js] Add test for issue #38005. by Mayank Patke · 6 years ago
  20. 64360e9 [vm/bytecode] Do not expect _ClosureCall in interpreted async stack traces. by Régis Crelier · 6 years ago
  21. f3911df Update included element kinds to include extensions by Brian Wilkerson · 6 years ago
  22. 81dc269 Status file cleanup. by Mayank Patke · 6 years ago
  23. e82d111 Remove _CheckBuildStatus on commit by Nate Bosch · 6 years ago
  24. 90866d3 Remove unused import by Brian Wilkerson · 6 years ago
  25. 30ea777 fix parsing of "?.." cascade operator by danrubel · 6 years ago
  26. 13fc090 Fix language_2/map_literal3_test/03. by Mayank Patke · 6 years ago
  27. 7ffb9de0 Update the version in the extension methods version hint by Brian Wilkerson · 6 years ago
  28. 557f912 Add canned_checks.CheckPatchFormatted to presubmit by Nate Bosch · 6 years ago
  29. 004d49b Make a fork of sdk/lib for use by NNBD. by Paul Berry · 6 years ago
  30. ca7baa4 [vm/fuzzer] Add virtual methods by Felicitas Hetzelt · 6 years ago
  31. 2b966a9 [vm/fuzzer] Fix reproduction output by Felicitas Hetzelt · 6 years ago
  32. c11ca7d Check for CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS in LinterContext.canBeConst(). by Konstantin Shcheglov · 6 years ago
  33. 7bbfd53 [vm, reload] Remove _getUnusedChangesInLastReload. by Ryan Macnak · 6 years ago
  34. abb606e [release] Update checked in SDKs to 2.5.0 by Alexander Thomas · 6 years ago
  35. 24857b7 fix for prefer_spread_collections by pq · 6 years ago
  36. fa099eb Look for both getter and setter in the hierarchy before looking for extension. by Konstantin Shcheglov · 6 years ago
  37. 331271d Set id(s) for GenericFunctionType(s) in constructor initializers and default values. by Konstantin Shcheglov · 6 years ago
  38. 300c333 [gardening] Always tag class_id register on arm64 in subtype test cache stub by Martin Kustermann · 6 years ago
  39. 6717bfe [vm/concurrency] Lock weak table to prepare for concurrent access. by Martin Kustermann · 6 years ago
  40. 8329968 fix for prefer_single_quotes by pq · 6 years ago
  41. 9357b48 [gardening] Use target::kWordSizeLog2 instead of kWordSizeLog2 on arm (fixes broken build) by Martin Kustermann · 6 years ago
  42. ef9d699 [vm/concurrency] Move all information except for the class pointers out of [ClassTable] into [SharedClassTable] by Martin Kustermann · 6 years ago
  43. 9a2e280 fix for avoid_relative_lib_imports by pq · 6 years ago
  44. 62f78a7 [nit] Fixes two typos: build flag and error string. by Ben Konyi · 6 years ago
  45. 35a7f4b [release] Update CHANGELOG.md for 2.5.0 by Alexander Thomas · 6 years ago
  46. f16d6d5 [infra] Ignore newly detected flakes in try runs by Alexander Thomas · 6 years ago
  47. a0f2d55 Version 2.6.0-dev.0.0 by Alexander Thomas · 6 years ago 2.6.0-dev.0.0
  48. ccb6ba9 [cfe] Gather constraints from both possibilities for FutureOr by Dmitry Stefantsov · 6 years ago
  49. f1f709e Migration: add support for metadata on library/import/export/part/part-of directives. by Paul Berry · 6 years ago
  50. 1daf84f [nnbd_migration] support spread elements by Mike Fairhurst · 6 years ago
  51. 7413879 [analyzer] Add getter isNullAware to SpreadElement by Mike Fairhurst · 6 years ago
  52. 78bf8f0 Fix language_2/deferred_load_library_wrong_args_test. by Mayank Patke · 6 years ago
  53. 9fccb51 [vm/bytecode] Fix clobbering of exception handler types in bytecode reader. by Régis Crelier · 6 years ago
  54. b4724c1 Fix language_2/regress_23408_test. by Mayank Patke · 6 years ago
  55. 424ef36 [vm/fuzzer] Print steps to reproduce on divergence by Felicitas Hetzelt · 6 years ago
  56. 76bc894 [vm/bytecode] Generate explicit DebugCheck for assignment to static field by Alexander Markov · 6 years ago
  57. 95db62d [vm/io] Return data right away if it's ready. by Alexander Aprelev · 6 years ago
  58. 601d893 Fix issue31596 tests by Mayank Patke · 6 years ago
  59. 32848c3 Migration: Rework handling of assignments to FutureOr. by Paul Berry · 6 years ago
  60. 36648ac [nnbd_migration] Pass as casts to _handleAssignment by Mike Fairhurst · 6 years ago
  61. 98837e6 [vm/bytecode] Workaround for incorrect type parameters in function types by Alexander Markov · 6 years ago
  62. 4e7b77e Fix language_2/super_bound_closure_test by Mayank Patke · 6 years ago
  63. a2c8b69 Status file cleanup by Mayank Patke · 6 years ago
  64. 879cdef update scanner test by danrubel · 6 years ago
  65. 909e251 Fix regress_29025_test by Mayank Patke · 6 years ago
  66. ecb9a11 Fix language_2/regress_22976_test by Mayank Patke · 6 years ago
  67. ef2a21f [vm/bytecode] Use local variable information when compiling from bytecode by Alexander Markov · 6 years ago
  68. 27f803d fix for convert_to_null_aware_operators by pq · 6 years ago
  69. 0851b9a Consider both getter and setter when deciding whether an extension reference is ambiguous. by Konstantin Shcheglov · 6 years ago
  70. 4310d15 Fix language_2/type_promotion_more_specific_test/04 by Mayank Patke · 6 years ago
  71. 438c595 Fix language_2/regress_30339_test by Mayank Patke · 6 years ago
  72. 9497b7b Delete language_2/regress_29405_test by Mayank Patke · 6 years ago
  73. 6f38a73 Remove most of the task model. by Konstantin Shcheglov · 6 years ago
  74. fbd21a0 Guard against null in exportedDeclarations. by Konstantin Shcheglov · 6 years ago
  75. b461490 Migration: add support for indexing on a dynamic type. by Paul Berry · 6 years ago
  76. 9fd672b fix for prefer_expression_bodies by pq · 6 years ago
  77. c2e55a2 [vm/bytecode] Cleanup support for old bytecode format versions before v10 by Alexander Markov · 6 years ago
  78. 2e8d912 [developer] Allow async end events to have independent arguments. by Ryan Macnak · 6 years ago
  79. 09ce6d3 [vm, service] Remove _collectAllGarbage. by Ryan Macnak · 6 years ago
  80. bc24702 Add missing parens to static_extension_getter_setter_conflicts_test.dart by Paul Berry · 6 years ago
  81. e9dcb9f fix typo in factory; add mixin text for protected by Sam Rawlins · 6 years ago
  82. ab5e36b fix for prefer_int_literals by pq · 6 years ago
  83. 41c5b81 [cfe] Special error message for illegal override of a setter by a field by Aske Simon Christensen · 6 years ago
  84. e9c3eeb [infra] Add handling of signed SDK directories to promote.py by Alexander Thomas · 6 years ago
  85. ff0fda7 [cfe] Handle UnknownType using defaultDartType by Johnni Winther · 6 years ago
  86. 129d4a6 simplify dartfix output by danrubel · 6 years ago
  87. 41bf744 update parser to report static constructor by danrubel · 6 years ago
  88. cb1efb8 update parser to allow "late var" in NNBD by danrubel · 6 years ago
  89. 99007f3 remove duplicate error generation in ClassBuilder by danrubel · 6 years ago
  90. fb73cb1 update parser to report MixinDeclaresConstructor error by danrubel · 6 years ago
  91. 355df2a split AstBuilder endClassConstructor out of endClassMethod event by danrubel · 6 years ago
  92. b6f6240 fix extension factory declaration in AST by danrubel · 6 years ago
  93. 618b56d2 fix conditional expression parsing with NNBD enabled by danrubel · 6 years ago
  94. fb446e5 [dartdevc] Properly emitting JS interop anonymous classes by Mark Zhou · 6 years ago
  95. 4a4f7cb Migration: Handle uses of typedef types as expressions. by Paul Berry · 6 years ago
  96. 0b0c113 Migration: rework edge builder prefix handling. by Paul Berry · 6 years ago
  97. 028d97b Migration: handle references to already-migrated fields. by Paul Berry · 6 years ago
  98. cbe1352 Migration: add support for most compound assignments. by Paul Berry · 6 years ago
  99. daaa665 Migration: fix a corner case of post-dominator analysis. by Paul Berry · 6 years ago
  100. 23d2893 Remove asserts in TypeProviderImpl. by Konstantin Shcheglov · 6 years ago