2.5.0-dev.2.0
  1. 20dcfd9 Version 2.5.0-dev.2.0 by Alexander Thomas · 6 years ago 2.5.0-dev.2.0
  2. 804a338 Change recordScopeDependencies() to return true on type parameter of strict FunctionType. by Konstantin Shcheglov · 6 years ago
  3. 0c72742 Stop reporting undefined method when there are ambiguous extension methods by Brian Wilkerson · 6 years ago
  4. 6d29025 Emit a server.error event if we fail to start the completion model isolate by Ari Aye · 6 years ago
  5. 51f4574 Reland "[vm/ffi] Support structs on 32bit architectures" by Daco Harkes · 6 years ago
  6. 621b96f Migration: begin adding infrastructure for reporting unsatisfiable substitutions. by Paul Berry · 6 years ago
  7. 19654f3 [cfe+vm+ddc] Return ClassHierarchy and CoreTypes together with Component by Johnni Winther · 6 years ago
  8. 573789f [cfe] Insert default super initializer when outlining const constructor by Vyacheslav Egorov · 6 years ago
  9. 78ce916 [CFE] Add missing word to spell checking list by Jens Johansen · 6 years ago
  10. 3312fe3 [cfe] Fully support expired flags in CFE by Johnni Winther · 6 years ago
  11. 5601eab [CFE] Spell check messages and dart code by Jens Johansen · 6 years ago
  12. a347973 [vm/ffi] Fix function_gc_test to use correct native for joining a helper thread by Martin Kustermann · 6 years ago
  13. e627d8b [nnbd_migration] use postdominators to do hard edge detection in most cases by Mike Fairhurst · 6 years ago
  14. b614253 Test CFE constants in side-effects test by Johnni Winther · 6 years ago
  15. 6839e0d Migration: create a simple client of the migration API for early testing. by Paul Berry · 6 years ago
  16. 3d9a356 [dart2js] (New RTI) Check function subtypes after checking for FutureOr. by Mayank Patke · 6 years ago
  17. af5a466 [dart2js] (Old RTI) Check function subtypes after checking for FutureOr. by Mayank Patke · 6 years ago
  18. a6b0cd8 [dart2js] new-rti: tweak instanceType for closures by Stephen Adams · 6 years ago
  19. 62325f9 [vm/bytecode] Collect more bytecode token positions for a given script. by Régis Crelier · 6 years ago
  20. f7a300f [dart2js] new-rti: signatures for tear-offs with dependent types by Stephen Adams · 6 years ago
  21. 4080ea7 [vm/fuzzer] Add ia32,arm32,arm64 modes to KBC by Aart Bik · 6 years ago
  22. 6d9c651f Fix typos in static_extension_internal_resolution tests. by Leaf Petersen · 6 years ago
  23. 8c834ef [dartdevc] Skip all tests on DDC for extension methods by Nicholas Shahan · 6 years ago
  24. 6893885 [nnbd_migration] Handle do while by Mike Fairhurst · 6 years ago
  25. 1f4d251 [vm/fuzzer] Added mode where kbc x64 goes directly "from source" by Aart Bik · 6 years ago
  26. 8a0ae57 [vm] escape path when creating process on Windows by Zichang Guo · 6 years ago
  27. 82b06db [vm/compiler] Move more common code into type propagator by Aart Bik · 6 years ago
  28. 17aa00c [co19] Skip LayoutTests and WebPlatfromTest by Alexander Thomas · 6 years ago
  29. 4d30d9c Make TypeSystem.resolveToBound() do what it promised in the documentation. by Konstantin Shcheglov · 6 years ago
  30. 7693da7 [vm] When dual mapping is enabled map the executable part as RX immediately by Martin Kustermann · 6 years ago
  31. 559f7cd Fix selecting URI for import/export configuration with '== true'. by Konstantin Shcheglov · 6 years ago
  32. f659222 [vm] Rephrase changelog entry for 2.4.1 patch release by Martin Kustermann · 6 years ago
  33. a05f591 [vm/ffi] Delete helper thread in ffi/function_gc_test by Samir Jindel · 6 years ago
  34. cd3b34f [cfe] Don't expect external field to have no initializer by Johnni Winther · 6 years ago
  35. 7e486ef [dartdevc] fix lib name for ddb kernel by Vijay Menon · 6 years ago
  36. 9b3c693 [vm/bytecode] Drop ASTs in kernel service if generating bytecode by Alexander Markov · 6 years ago
  37. 1b04691 [vm/checker] Keep private method order consistent with header by Aart Bik · 6 years ago
  38. a3f5dfc [vm/gardening] Disable isolate/ping_pause_test by Martin Kustermann · 6 years ago
  39. bb293ef Fix docs for Window.close() and Window.location= by Sam Rawlins · 6 years ago
  40. df41391 [cfe] Add profiling log message for list factory specializer by Aske Simon Christensen · 6 years ago
  41. 9a71c99 [cfe] Rename Declaration and DeclarationBuilder by Johnni Winther · 6 years ago
  42. e9a9d94 [cfe] Build extension methods as toplevel members by Johnni Winther · 6 years ago
  43. 7bde331 Add support for extensions to unused import detection by Brian Wilkerson · 6 years ago
  44. b12e2ce [vm] Make FFI code protection test wait for helper to terminate before continuing. by Samir Jindel · 6 years ago
  45. aac8204 [CFE] Error when library and part(s) doesn't agree on language version by Jens Johansen · 6 years ago
  46. b9c0f5c [CFE] Issue error when .packages specifies wrong language version by Jens Johansen · 6 years ago
  47. 21b026d [CFE] Issue error when langauge version is specified too high by Jens Johansen · 6 years ago
  48. 43eb2f7 [dart2js] new-rti: Add new-rti type in String.split lowering by Stephen Adams · 6 years ago
  49. ccf56d6 [dart2js] new-rti: store-forward types from instance allocations by Stephen Adams · 6 years ago
  50. 981160b [dart2js] Fix printing for various types in new RTI. by Mayank Patke · 6 years ago
  51. 08517e1 Revert "Make TypeSystem.resolveToBound() do what it promised in the documentation." by Konstantin Shcheglov · 6 years ago
  52. c572fbf [dartdevc] Fix DDK performance regression vs DDC by Vijay Menon · 6 years ago
  53. 77f50c0 [vm/fuzzer] Added links to Dust by Aart Bik · 6 years ago
  54. 7b63de3 Fixes for importing URIs that have 'part of' directives. by Konstantin Shcheglov · 6 years ago
  55. d204876 Add tests of internal extension method resolution. by Leaf Petersen · 6 years ago
  56. 01a679b [dart2js] new-rti: Fix generator header-body merge optimization by Stephen Adams · 6 years ago
  57. 59c6313 set thisType for functions and void types by pq · 6 years ago
  58. 3f4ccc1 [vm/bytecode] Replace dynamic with Object in bounds of type parameters by Alexander Markov · 6 years ago
  59. 7d54324 Make TypeSystem.resolveToBound() do what it promised in the documentation. by Konstantin Shcheglov · 6 years ago
  60. 06d4cd3 Add tests to show that combinators work correctly with extensions by Brian Wilkerson · 6 years ago
  61. d19a590 Extract the lexeme from included suggestion tags when correlating with model results by lambdabaa · 6 years ago
  62. 31bb4df Move ExtensionOverride errors into resolveOverride(). by Konstantin Shcheglov · 6 years ago
  63. 7b46191 Remove incorrect super bounded test, and add tests for bounds by Leaf Petersen · 6 years ago
  64. c565fbf Fix a couple of hints in the nnbd migrator by Brian Wilkerson · 6 years ago
  65. bff5732 Flow analysis: unify API for handling `== null` and `!= null`. by Paul Berry · 6 years ago
  66. a7af48f [cfe] Don't use package:expect in relativize_test by Johnni Winther · 6 years ago
  67. 27783bd Combine inference and choosing the most specific extension. by Konstantin Shcheglov · 6 years ago
  68. 8788d1d Add a builder for DDK firefox by Nicholas Shahan · 6 years ago
  69. d1d8f7f Change abi bot's results.json configuration field. by Liam Appelbe · 6 years ago
  70. 00bbb5f [vm/bytecode] Avoid eager foreground compilations from InlineCacheMissHandler by Alexander Markov · 6 years ago
  71. 08205fd [cfe] Add implicit as and type arguments to static_type_test by Johnni Winther · 6 years ago
  72. 7283827 [vm/test] Show crash dump in builder logs for Android tests. by Samir Jindel · 6 years ago
  73. fa45f91 [vm] Switchable calls ignore functions being stepping or having breakpoints by Zichang Guo · 6 years ago
  74. 31cd2bd Ensure LSP completion filterText doesn't include '()' or '(…)' by Danny Tuppeny · 6 years ago
  75. 0ce7cc5 Expose flow analysis operations so they can be reused by NNBD migration by Paul Berry · 6 years ago
  76. 83ab0a5 Migration: handle an assignment from a type parameter's bound to its type. by Paul Berry · 6 years ago
  77. 7912216 Flow analysis: store all variables in `promoted` map. by Paul Berry · 6 years ago
  78. 7893fdb Flow analysis: Rename State to FlowModel. by Paul Berry · 6 years ago
  79. 4d6adbf Flow analysis: Move join into State and document it. by Paul Berry · 6 years ago
  80. 9b5abe5 Re-land "[vm/ffi] Enable creating an ExternalTypedData from a Pointer." by Samir Jindel · 6 years ago
  81. f29f41f Update binary.md forgotten when adding language version fields to binary by Jens Johansen · 6 years ago
  82. e59a4a2 [vm/ffi] Call natives through stubs if write-protection is enabled without dual-mapping. by Samir Jindel · 6 years ago
  83. e323684 [co19] Roll co19 to a6f62f2024492b2c79b741d4b96e67fce31a9830 by Alexander Thomas · 6 years ago
  84. f3139f5 [cfe][nnbd] (De)Serialize nullability modifiers in .dill files by Dmitry Stefantsov · 6 years ago
  85. dce0eeb Update CHANGELOG.md with descriptions for fixes in 2.4.1 by Martin Kustermann · 6 years ago
  86. 8c2b1fa [ffi] Construct instance constant directly for entry point pragmas. by Aske Simon Christensen · 6 years ago
  87. 5121a2e [cfe] Read product mode directly from environment in async transform. by Aske Simon Christensen · 6 years ago
  88. 48f1823 [vm/compiler] More serialization support for closures and instances. by Teagan Strickland · 6 years ago
  89. e470d0f [infra] Upgrade firefox and chrome by Alexander Thomas · 6 years ago
  90. ef9b09a [CFE] Language versioning positive tests by Jens Johansen · 6 years ago
  91. 8740bb5 [dart2js] New RTI tests for generic functions. by Mayank Patke · 6 years ago
  92. f95aebe [dart2js] New RTI typechecking for generic functions. by Mayank Patke · 6 years ago
  93. 0b349e8 Compensate classic suggestions rather than penalizing cached ones by Ari Aye · 6 years ago
  94. 01d1f80 [dart2js] New RTI parsing for generic functions. by Mayank Patke · 6 years ago
  95. b985161 [dart2js] New RTI canonicalization/creation/lookup for generic functions. by Mayank Patke · 6 years ago
  96. 44a3e8e [dart2js] New RTI printing for generic functions. by Mayank Patke · 6 years ago
  97. 0f0f2eb [dart2js] New RTI representation for generic functions. by Mayank Patke · 6 years ago
  98. 0400e46 Update tests/README to point to new doc. by Robert Nystrom · 6 years ago
  99. 78c3fc4 [dart2js] Don't encode types as their own superinterfaces. by Mayank Patke · 6 years ago
  100. f715515 [dart2js] Encode type variable as index in type rules when the target type declares the type variable. by Mayank Patke · 6 years ago