2.2.0
  1. 61eae93 [docs] classify dart:ffi as vm on docs site, and exclude it for now by Daco Harkes · 7 years ago
  2. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  3. 7ff0cbe Add types to TimelineSyncFunction and Timeline.timeSync; fixes #35509 by Sam Rawlins · 7 years ago
  4. 61e109c Fix typo in Map.values documentation by Rodolfo Carvalho · 7 years ago
  5. 6c73b25 [js_runtime] Don't use ReflectionInfo by Stephen Adams · 7 years ago
  6. b5d9e66 Add extra polyfill for .nonce in our deferred loading logic to support FF by Sigmund Cherem · 7 years ago
  7. b625926 [ VM / dart:io ] Updated `Link` implementation for Windows to use actual symbolic links. by Ben Konyi · 7 years ago
  8. c5cfdc5 Expose data member 'port' for MessageEvents and automatically pull in markupsafe for go.sh script. by Terry Lucas · 7 years ago
  9. bb560bb [ VM / dart:io ] Adding to a closed IOSink now throws a StateError by Ben Konyi · 7 years ago
  10. 6bcb017 Fix postmessage to treat it's input as a serializable value by Stephen Adams · 7 years ago
  11. 60d7e8f Include MessagePort in convertions for workers by Sigmund Cherem · 7 years ago
  12. 3770ffb [js_runtime] Not worth inlining TypeImpl.== by Stephen Adams · 7 years ago
  13. 5724158 Use the crossorigin attribute of the main script on deferred hunks. by Rick Earnshaw · 7 years ago
  14. aeaf825 dart:html: Add Element.removeAttribute by Stephen Adams · 7 years ago
  15. 06a1e6e [vm] Enable timeline on Fuchsia even in product mode. by Ryan Macnak · 7 years ago
  16. 5b1daaa Exposes a thin layer over getsockopt/setsockopt for supported platforms. by Dan Field · 7 years ago
  17. 07f95e7 Revert "[vm] Enable timeline on Fuchsia even in product mode." by Ryan Macnak · 7 years ago
  18. 3f7b371 [vm] Enable timeline on Fuchsia even in product mode. by Ryan Macnak · 7 years ago
  19. edca616 Fixed a number of dart:html P1 issues. by Terry Lucas · 7 years ago
  20. c6ab52c Using the right conjunction by wtoalabi · 7 years ago
  21. e4b26e7 [ VM / dart:io ] Update documentation for to warn '--pause-isolates-on-exit' is not respected when `exit` is called by Ben Konyi · 7 years ago
  22. 4d77c7b [vm] Remove redundant type-checks from core libraries. by Samir Jindel · 7 years ago
  23. b2224db API documentation update to address #35399 by Radu Vasilescu · 7 years ago
  24. 6f4e85d [dart2js js_runtime] Run dartfmt --fix-doc-comments by Stephen Adams · 7 years ago
  25. fc67a19 js_runtime: Fix bit mask to match comments by Stephen Adams · 7 years ago
  26. d44ec3a Remove full emitter version of Function.apply by Stephen Adams · 7 years ago
  27. edb68da DateTime decimal separator: Added ',' version to regex and docs, added unit tests by Radu Vasilescu · 7 years ago
  28. ea6d343 js_runtime: Improve hashCode for double values by Stephen Adams · 7 years ago
  29. f41ecbe Modified inaccurate comments for tryparse to be more precise. by Zichang Guo · 7 years ago
  30. 7d6a3e0 Fix http links to pub which has https. by Jonas Termansen · 7 years ago
  31. 5334524 Remove conditional sync async code by Johnni Winther · 7 years ago
  32. 42702e2 [vm] Spot fixes for Fuchsia by Zach Anderson · 7 years ago
  33. 5d85f11 Add constant map-based set implementation. by Lasse R.H. Nielsen · 7 years ago
  34. 822ec43 [dart:io] Fix WebSocket deflate compression of empty fragments. by Jonas Termansen · 7 years ago
  35. 97156b5 [dart:io] Throw an exception if HttpClient attempts to connect after closing by Liam Appelbe · 7 years ago
  36. 15673bc Move instantiation classes to separate file by Stephen Adams · 7 years ago
  37. 41e0ae9 [dartdevc] fix libraries.yaml to mark dart:isolate unsupported by Jenny Messerly · 7 years ago
  38. d3c3341 [dartdevc] fix conditional imports in kernel backend by Jenny Messerly · 7 years ago
  39. 1231244 Add version information to SDK changes that have happened after 2.0. by Lasse Reichstein Holst Nielsen · 7 years ago
  40. 17a7f51 Fix up pubspec for pkg:compiler by Kevin Moore · 7 years ago
  41. f5d1229 Reland "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding" by Martin Kustermann · 7 years ago
  42. e25c744 Clarify doc for Duration equals by Nate Bosch · 7 years ago
  43. faafdb4 Revert "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding" by William Hesse · 7 years ago
  44. d7cf695 [VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding by Martin Kustermann · 7 years ago
  45. 5a54f0e Remove type checks that are already guaranteed by Nate Bosch · 7 years ago
  46. ed09a1e Update documentation of List.filled. by Lasse R.H. Nielsen · 7 years ago
  47. 4b51cea More docs for Timer.cancel() by Jonas Finnemann Jensen · 7 years ago
  48. 59e1755 Upgrade call-instrumentation logic. by Sigmund Cherem · 7 years ago
  49. c8e95cf More lint-driven cleanup of Core libs by Kevin Moore · 7 years ago
  50. b484aad Remove library-root option - replace it with a libraries-spec option instead by Sigmund Cherem · 7 years ago
  51. 1a5f5e4 Fix doc comment in HttpRequest.getString and other tweaks by Sam Rawlins · 7 years ago
  52. e6e4039 Correct HttpClient, HttpClientRequest, and HttpClientResponse docs. by Sam Rawlins · 7 years ago
  53. f7dab64 Remove discontinued webproject.org links. Fixes #21482 by Sam Rawlins · 7 years ago
  54. 8b465bc Document that addStream cannot be called while addStream is in progress. by Sam Rawlins · 7 years ago
  55. 6f75e7a Document what happens if DataUri.parse() is passed bad data. Fixes #28679 by Sam Rawlins · 7 years ago
  56. 2c70f80 Fix doc comment for terminalLines. Womp womp. Fixes #31612 by Sam Rawlins · 7 years ago
  57. e083b61 Add more documentation and examples to RegExp constructor. Fixes #32844 by Sam Rawlins · 7 years ago
  58. abbcecf Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831 by Sam Rawlins · 7 years ago
  59. 475eaee Cleanup some dynamic/Object promotion confusion from 5226b5c307 by Kevin Moore · 7 years ago
  60. 5226b5c Remove some unnecessary dynamic invocations in the platform libraries. by Lasse R.H. Nielsen · 7 years ago
  61. ca512dc Fix typo in int docs, valus - values by Nate Bosch · 7 years ago
  62. 69f04aa Remove unused _ConstantHelper by Jens Johansen · 7 years ago
  63. 2612160 Make DateTime not assume arguments are instances of the same class. by Lasse Reichstein Holst Nielsen · 7 years ago
  64. 9f6aff7 Update doc comments for Iterable.singleWhere. by Keerti Parthasarathy · 7 years ago
  65. fa3df86 Update http status codes by qtbeee · 7 years ago
  66. 7c845fa Remove some unnecessary type asserts by Nate Bosch · 7 years ago
  67. e6d3a45 [VM] Fix for issue 34839 Service isolate hangs during shutdown if by asiva · 7 years ago
  68. 79f8c8f cleanup dart:convert by Kevin Moore · 7 years ago
  69. a67ae75 Fix a typo in dart:io docs. by Devon Carew · 7 years ago
  70. e23acaa [vm/aot] Fix obfuscation. by Samir Jindel · 7 years ago
  71. 74d058e [vm/sdk] add missing vm entry-point pragma by Aart Bik · 7 years ago
  72. 655310d Add ArgumentError.checkNotNull utility by Nate Bosch · 7 years ago
  73. d693742 Specify for all literals whether the object overrides `Object.==`. by Lasse R.H. Nielsen · 7 years ago
  74. 03eafc0b Add fromEntries on HashMap and LinkedHashMap by Nate Bosch · 7 years ago
  75. f0a116d [dart2js] Some tear-off cleanup by Stephen Adams · 7 years ago
  76. a4a3f95 Avoid using future closure in http connect. by Alexander Aprelev · 7 years ago
  77. 6e23c3b Support SO_REUSEPORT and IP_MULTICAST_TTL for datagram sockets. by Dan Field · 7 years ago
  78. 490421d Fixed Service Workers and any Promise/Future API with a Dictionary parameter. by Terry Lucas · 7 years ago
  79. aa9f0f9 Update stream.dart by Jonathan White · 7 years ago
  80. bd223d0 Add consistent_type_error_test by Stephen Adams · 7 years ago
  81. 9a6f811 Report null error as a NoSuchMethodError by Sigmund Cherem · 7 years ago
  82. 2da0b9f fix some typos by G?nter Z?chbauer · 7 years ago
  83. daa13ad Fix preamble/d8.js currentScript for v8 6.9 by Stephen Adams · 7 years ago
  84. 6c2aaf1 Remove IrRepresentation annotation by Stephen Adams · 7 years ago
  85. 8ef3258 Remove _ConstantExpressionError by Peter von der Ahé · 7 years ago
  86. 429bca8 Make `Uri.parse` accept `[` and `]` in path, query and fragment. by Lasse R.H. Nielsen · 7 years ago
  87. 1a29217 Remove empty statements by Stephen Adams · 7 years ago
  88. 0ac3b8f [fuchsia] Add missing vm:entry-point annotation by Zach Anderson · 7 years ago
  89. d9fcaa3 Implement StreamTransformer.fromBind by Nate Bosch · 7 years ago
  90. cc08d0e Add operators `&`, `|` and `^` to `bool`. by Lasse R.H. Nielsen · 7 years ago
  91. 7442bac Reword readLineSync doc to remove typo by Nate Bosch · 7 years ago
  92. acf842c [vm] Empty dart_io_entries.txt and add entry-points for Flutter. by Samir Jindel · 7 years ago
  93. 3c4a86c Forward `drain` argument through after `.take(0)` by Nate Bosch · 7 years ago
  94. 3ddc9bb Add a doc comment for String.compare by Nate Bosch · 7 years ago
  95. 134bb88 Handle generic types in native behavior by Johnni Winther · 7 years ago
  96. f0172a4 Export `Future` and `Stream` from dart:core. by Lasse Reichstein Holst Nielsen · 7 years ago
  97. f2e6e72 Mark File/Directory.fromRawPath as an entry point by Jason Simmons · 7 years ago
  98. a024082 Clarify behavior of async result in Future.delayed by Nate Bosch · 7 years ago
  99. 2a479d3 Call out addError API in stderr docs by Nate Bosch · 7 years ago
  100. 33cd9cc More consistent Stream docs by Nate Bosch · 7 years ago