1. 7d8459d dart:_http: apply and fix most of pkg:lints recommended lints by Kevin Moore · 3 years, 3 months ago
  2. 41434e1 [vm] Fix non-const empty map and set messages by Daco Harkes · 3 years, 3 months ago
  3. f1af54b Fix a bug where an abort would occur if the sourceAddress did not match the host address type. by Brian Quinlan · 3 years, 3 months ago
  4. 0f75cb1 [VM] Remove obsolete comment. by asiva · 3 years, 3 months ago
  5. 9d4f0f9 JS math patch: Use final to share the secure random singleton by Kevin Moore · 3 years, 3 months ago
  6. c47cf76 Fix typos by Ahmed Ashour · 3 years, 3 months ago
  7. d041cf0 Remove extra `the`, `be` and `of` by Ahmed Ashour · 3 years, 3 months ago
  8. 2c36db9 Deprecate `IntegerDivisionByZeroException`. by Lasse R.H. Nielsen · 3 years, 3 months ago
  9. 38f764f vm math patch: use a singleton for Random.secure by Kevin Moore · 3 years, 3 months ago
  10. 38b5a84 [dart-web] Remove dart:web_sql library. by Sigmund Cherem · 3 years, 3 months ago
  11. b89382a Use full path for link to gethostname by Brian Quinlan · 3 years, 3 months ago
  12. d17fd4b Reland "Re-land "Add a generic return type for js_util functions"" by Riley Porter · 3 years, 3 months ago
  13. 757c2b8 [vm/ffi] Add `Bool` by Daco Harkes · 3 years, 3 months ago
  14. 81ddb51 Add some documentation for `localHostname` by Brian Quinlan · 3 years, 3 months ago
  15. b70a134 Revert "Re-land "Add a generic return type for js_util functions"" by Siva Annamalai · 3 years, 3 months ago
  16. 66cbeb6 Re-land "Add a generic return type for js_util functions" by Riley Porter · 3 years, 3 months ago
  17. 3403e31 Improve documentation of BigInt operators. by Lasse R.H. Nielsen · 3 years, 3 months ago
  18. 2d2dace [api docs] update the docs for dart:convert by Devon Carew · 3 years, 3 months ago
  19. 2a273a6 [api docs] make dart:ffi doc samples analysis clean by Devon Carew · 3 years, 3 months ago
  20. 914f100 Clarify that all of dart:isolate is native only by Michael Thomsen · 3 years, 3 months ago
  21. 523a84d Proof reading on Isolate.exit() docs by Michael Thomsen · 3 years, 3 months ago
  22. 2dcc064 Add range-check to `DateTime.fromMillisecondsSinceEpoch` on VM. by Lasse R.H. Nielsen · 3 years, 3 months ago
  23. 393b97a Remove duplicated FileMode fixes by Nate Bosch · 3 years, 3 months ago
  24. 52c0a7b [ddc] Refactor _isFunctionSubtype by Nicholas Shahan · 3 years, 4 months ago
  25. e270bbe [io/unix-domain-sockets] Ensure runtime-looked up entry points are marked as such. by Alexander Aprelev · 3 years, 4 months ago
  26. 935ee25 [io/unix_domain_socket] Add support for sending/receiving open files, sockets, std streams via sockets. by Alexander Aprelev · 3 years, 4 months ago
  27. a1e2432 support specifying templates when verifying docs by Devon Carew · 3 years, 4 months ago
  28. 7990144 [pkg:js] Disable @staticInterop until ready by Srujan Gaddam · 3 years, 4 months ago
  29. 67be663 [pkg:js] Add @staticInterop annotation to package:js by Srujan Gaddam · 3 years, 4 months ago
  30. 1951cce typo: thin -> this in lib/async/zone.dart by WonYoung Choi · 3 years, 4 months ago
  31. ff7c693 Several fixes to the core lib docs. by Devon Carew · 3 years, 4 months ago
  32. 017850f [dart:html] setAttribute value should be Object by Srujan Gaddam · 3 years, 4 months ago
  33. c3171cf Add some more documentation for Platform.localeName. by Brian Quinlan · 3 years, 4 months ago
  34. 8e6f639 Add some extra documentation for Platform.operatingSystem by Brian Quinlan · 3 years, 4 months ago
  35. 1332c63 Revert "Add a generic return type for js_util functions" by Riley Porter · 3 years, 4 months ago
  36. 56403a0 [vm/sendandexit] Introduce Isolate.exit([port, message]). by Alexander Aprelev · 3 years, 4 months ago
  37. 46486cf Add a generic return type for js_util functions by Riley Porter · 3 years, 4 months ago
  38. bafa71a Add the ability to specify additional imports for doc samples. by Devon Carew · 3 years, 4 months ago
  39. c74dd07 Use interpolation in `print` and `writeAll` by Stephen Adams · 3 years, 4 months ago
  40. f5383bd [io/win] Ensure blank paths in file operations are handled gracefully. by Alexander Aprelev · 3 years, 4 months ago
  41. ab453e6 Add some more details to the documentation for operatingSystemVersion by Brian Quinlan · 3 years, 4 months ago
  42. bdbd3c0 Make `unawaited` accept a nullable argument. by Lasse R.H. Nielsen · 3 years, 4 months ago
  43. 1d43ec2 Add an initial version of a script to validate the code samples in the dart: doc comments. by Devon Carew · 3 years, 4 months ago
  44. 22652a3 [vm/ffi] Privatizes dart:nativewrappers' getNativeField(..) by Clement Skau · 3 years, 4 months ago
  45. e4f1243 Add documentation on `Future` and `Stream` showing `async` programming. by Lasse R.H. Nielsen · 3 years, 4 months ago
  46. 651d6e0 Add null-unsoundness check to print's `object.toString()` result. by Lasse R.H. Nielsen · 3 years, 4 months ago
  47. 4d82adb dart:html: use Object.hash by Kevin Moore · 3 years, 4 months ago
  48. 18f37dd Add extension `name` getter on `Enum`. by Lasse R.H. Nielsen · 3 years, 4 months ago
  49. bcaa2a3 Add fixes for Remaining renames by Nate Bosch · 3 years, 4 months ago
  50. 85a12ea [ddc] Fix missing type variable bounds subtype check by Nicholas Shahan · 3 years, 4 months ago
  51. e8cd9f0 [ddc] Refactor _isInterfaceSubtype by Nicholas Shahan · 3 years, 4 months ago
  52. cf7d460 [ddc] Refactor _isSubtype by Nicholas Shahan · 3 years, 4 months ago
  53. dc58616 [ Timeline ] Don't try to log async timeline events when Dart stream is disabled by Ben Konyi · 3 years, 4 months ago
  54. 2eb37e5 Api Docs[core/int.dart] by Sushant Chandla · 3 years, 4 months ago
  55. 2917c1c [io/http] Add a HTTP Client parameter on WebSocket.connect to allow a custom HTTP Client for web socket connections. by rnewquist · 3 years, 4 months ago
  56. cd7c992 [vm/ffi] Adds FFI transform for Handle -> Pointer. by Clement Skau · 3 years, 4 months ago
  57. 0dd3c97 Optimize js_util callConstructor for 0-4 arguments. by Riley Porter · 3 years, 4 months ago
  58. a6c90f1 [dart2js] Fix some unnecessary bailouts in inference. by Mayank Patke · 3 years, 4 months ago
  59. 089bebc Tweak Duration.toString to be more web-friendly by Stephen Adams · 3 years, 4 months ago
  60. 7d467e8 [vm] Adds args_n to FFI resolver. by Clement Skau · 3 years, 4 months ago
  61. 7c7f662 typo: patter -> pattern in lib/core/pattern.dart by Murtaza Raja · 3 years, 4 months ago
  62. 64f06ac Fix bug in `Duration.toString()`. by Lasse R.H. Nielsen · 3 years, 4 months ago
  63. 828d190 Rephrase bool getter doc by Nate Bosch · 3 years, 4 months ago
  64. 48d8225 [VM] [CFE]: Expression compilation inside extension method by Jens Johansen · 3 years, 4 months ago
  65. 67ff459 fix: typo in `Object.hash` equality operator docs by Albert Mañosa · 3 years, 4 months ago
  66. ffe3ee6 Call _profileData.finishRequest after request finalisation by Bruno Leroux · 3 years, 4 months ago
  67. 39a16564 Add `compareByIndex` helper function to `Enum`. by Lasse R.H. Nielsen · 3 years, 4 months ago
  68. f34eef5 [dart:html] Migrate python scripts to python 3 by Srujan Gaddam · 3 years, 5 months ago
  69. 8100b4d [dart:html] Fix implements order for classes by Srujan Gaddam · 3 years, 5 months ago
  70. d8d7af1 [vm] Migrate away from `native 'name'` syntax. by Vyacheslav Egorov · 3 years, 5 months ago
  71. 0933086 Revert "[dart:html] Update Trusted Types APIs" by Emmanuel Pellereau · 3 years, 5 months ago
  72. 16e8dc2 [vm] Faster double.floor()/ceil()/truncate() in AOT mode (x64, arm64) by Alexander Markov · 3 years, 5 months ago
  73. bda31c2 [dart:html] Update Trusted Types APIs by Srujan Gaddam · 3 years, 5 months ago
  74. 40bbb6d [vm] Const map, remove invalid assert by Daco Harkes · 3 years, 5 months ago
  75. 2b5adb7 [vm] Implement constant Maps in the VM by Daco Harkes · 3 years, 5 months ago
  76. e8e9e1d [vm] Introduce immutable maps and sets in backend by Daco Harkes · 3 years, 5 months ago
  77. 07aa93a [dart:html] Add js_util import to dart:html by Srujan Gaddam · 3 years, 5 months ago
  78. 5ea90ee [ddc] Enable construtor tearoff lowering by Nicholas Shahan · 3 years, 5 months ago
  79. bda70c8 [vm] Remove support for dart-ext: imports by Vyacheslav Egorov · 3 years, 5 months ago
  80. 307bc3e [vm] Faster double.toInt() in AOT mode by Alexander Markov · 3 years, 5 months ago
  81. ed3824a Tweaks, refactoring and updates on DoubleLinkedQueue. by Lasse R.H. Nielsen · 3 years, 5 months ago
  82. 28348d6 [vm] Move implementation of dart:math intrinsics to flow graph builder by Alexander Markov · 3 years, 5 months ago
  83. d809398 [vm] Cleanup dead code RTE ClassID_getID by Daco Harkes · 3 years, 5 months ago
  84. 5c582f8 [dart2js, js_runtime, js_dev_runtime] NaN-safe range checks. by Stephen Adams · 3 years, 5 months ago
  85. f0d6b88 [vm] Faster double.floorToDouble/ceilToDouble/truncateToDouble/roundToDouble in AOT mode by Alexander Markov · 3 years, 5 months ago
  86. a5194c8 Correcting misnamed variable in doc comments by suragch · 3 years, 5 months ago
  87. 7731eea [dart2js] `Instantiation.==` and `Instantiation.hashCode` by Stephen Adams · 3 years, 5 months ago
  88. 0201d76 [vm/concurrency] Remove internal-only "Isolate.spawn() into new group" functionality by Martin Kustermann · 3 years, 5 months ago
  89. 386338e [vm/sendport] Do port handler lookup and message dispatch in one dart call. by Alexander Aprelev · 3 years, 5 months ago
  90. c98ee0b Fix and update StreamTransformer constructor documentation. by Lasse R.H. Nielsen · 3 years, 5 months ago
  91. f4ddc8d Deprecate the `dart:cli` library and `waitFor` method. by Lasse R.H. Nielsen · 3 years, 5 months ago
  92. 493fe77 [vm] Rewrite Double.~/ in pure Dart by Vyacheslav Egorov · 3 years, 5 months ago
  93. 020f212 Add documentation to `.fromEnvironment`-like constructors. by Lasse R.H. Nielsen · 3 years, 5 months ago
  94. 005e496 Fix isAfter method code example on DateTime class by niku · 3 years, 5 months ago
  95. d7c0271 [vm/concurrency] Add missing WeakProperty support to transitive copy by Martin Kustermann · 3 years, 6 months ago
  96. ae1e2bd Add HTTP access control headers to CHANGELOG and add `@Since`. by Lasse R.H. Nielsen · 3 years, 6 months ago
  97. 0f7f8e3 Revert "[VM] Adds getNativeFieldPtr(..)" by Clement Skau · 3 years, 6 months ago
  98. 2e17bb2 [VM] Adds getNativeFieldPtr(..) by Clement Skau · 3 years, 6 months ago
  99. de999e8 Add access-control-allow-* headers by Lasse R.H. Nielsen · 3 years, 6 months ago
  100. bda99fe Update comment in dart2js_startup_metrics by Stephen Adams · 3 years, 6 months ago