1. 2bddaaa [vm, compiler] Implement Smi_bitLength intrinsic on RV. by Ryan Macnak · 2 years ago
  2. 4b08b7d Issue 49054. Use prefix filter for UriBasedDirective, use MatchStyle.FILENAME by Konstantin Shcheglov · 2 years ago
  3. 662aaa3 Issue 48987. Report DUPLICATE_IMPORT even when URIs are not syntactically identical. by Konstantin Shcheglov · 2 years ago
  4. e66540d [analysis_server] Update to latest published 3.17 (TS) spec by Danny Tuppeny · 2 years ago
  5. c954d80 [analysis_server] Fix LSP class name generation for nested inline types + minor renames by Danny Tuppeny · 2 years ago
  6. 4f3714e [dart2js] be resilient if we can't compute RAM usage. by Sigmund Cherem · 2 years ago
  7. 2591ed8 [analysis_server] Handle navigation for "part of"s using URIs by Danny Tuppeny · 2 years ago
  8. 0a92b0c Turn on the experimental feature `inference-update-1`. by Paul Berry · 2 years ago
  9. ddad653 [test_runner] Use package:args by Alexander Thomas · 2 years ago
  10. a6fcb56 Fix typos by Ahmed Ashour · 2 years ago
  11. 94aa2ad Roll Dart Documentation Generator from c58f21042ebd to 8549817bb1b5 (3 revisions) by DEPS Autoroller · 2 years ago
  12. 1c27154 [dart2js] Adding closure dump info tests + fixing sibling logic in kernel dump info by Mark Zhou · 2 years ago
  13. 19d0d88 Add support for import rename by Keerti Parthasarathy · 2 years ago
  14. 0340696 [pkg/analysis_server] remove code referencing itsallwidgets.com by Devon Carew · 2 years ago
  15. 8f81740 [dart2js] Migrate js_backend/string_reference.dart by Stephen Adams · 2 years ago
  16. cda7da7 `prefer_const_constructors_in_immutables`: optimize out sync* and extra iteration (dart-lang/linter#3423) by Phil Quitslund · 2 years ago
  17. 444982f3 [web] Share more runtime code between ddc and dart2js by Nicholas Shahan · 2 years ago
  18. 67bed71 migrate from `sync*` (dart-lang/linter#3424) by Phil Quitslund · 2 years ago
  19. e322fec `prefer_initializing_formals` iteration optimizations (dart-lang/linter#3422) by Phil Quitslund · 2 years ago
  20. d18798a Roll Dart Documentation Generator from cf0685a2d1ce to c58f21042ebd (2 revisions) by DEPS Autoroller · 2 years ago
  21. 34bfee7 [dart2wasm] Remove externref and use the new value for anyref. by Aske Simon Christensen · 2 years ago
  22. 257b664 [gardening] Make test not depend on thread-cpu-time (not available on windows) by Martin Kustermann · 2 years ago
  23. 554af22 [nnbd_migration_tool] Quicker file-list ease-out by Stephen Adams · 2 years ago
  24. f397ecb Satisfy library_private_types_in_public_api in analyzer by Sam Rawlins · 2 years ago
  25. 1827c4c Fix an exception in sort_constructors_first by Brian Wilkerson · 2 years ago
  26. e1a7350 [analysis_server] Always show TODOs via LSP if configured as warning/error by Danny Tuppeny · 2 years ago
  27. e00fe8a [dartdev] Don't filter out TODO errors from `dart analyze` if configured as warning/error by Danny Tuppeny · 2 years ago
  28. d10f740 [dart2js] Migrate js_backend/annotations.dart by Stephen Adams · 2 years ago
  29. 21b690a [ddc] Adding runtime metrics to extra required libs by Mark Zhou · 2 years ago
  30. 539cccd [cfe] Prefix name in enhanced enum constructor by Liam Appelbe · 2 years ago
  31. 5e400bd remove temporary map iterables from method lookups by pq · 2 years ago
  32. 4296174 [vm] Make Shift MayThrow more precise by Daco Harkes · 2 years ago
  33. 99b67ac [deps] remove the dep on package:process by Devon Carew · 2 years ago
  34. abdf685 bump to markdown 5.0.0 by pq · 2 years ago
  35. 5ecebdb Update d8 to 10.4.31 by Aske Simon Christensen · 2 years ago
  36. 77da501 [analysis_server] remove ignore of `no_leading_underscores_for_local_identifiers` in generated file by Ahmed Ashour · 2 years ago
  37. 2b4939a Bump protobuf to b149f801cf7a5e959cf1dbf72d61068ac275f24b by Devon Carew · 2 years ago
  38. fa6abd3 Roll Dart Documentation Generator from 334072b0cad4 to cf0685a2d1ce (25 revisions) by DEPS Autoroller · 2 years ago
  39. 3fa01b2 [analysis_server] Remove ignoring `avoid_renaming_method_parameters` by Ahmed Ashour · 2 years ago
  40. 1fbbbf3 [dart2wasm] Support accessing function type parameter from within lambda by Aske Simon Christensen · 2 years ago
  41. 7b1675f [dart2wasm] Abbreviate high stacks in textual instruction trace. by Aske Simon Christensen · 2 years ago
  42. b24db9c [CFE] Mark `SemiFuzzFailure`s as such by Jens Johansen · 2 years ago
  43. 254b788 [cfe] Adjust the number of optional positional parameters in DOWN by Chloe Stefantsova · 2 years ago
  44. cb3cac4 [kernel] Add AbstractSuper* nodes by Johnni Winther · 2 years ago
  45. 36607d8 [parser] Support 'augment super' as its own expression by Johnni Winther · 2 years ago
  46. d802a46 [cfe] Remove use of TypeUse.functionSignature by Johnni Winther · 2 years ago
  47. b83b89a [vm/concurrency] Add number of objects / bytes copied to timeline events for inter-isolate messages by Martin Kustermann · 2 years ago
  48. cbb15c3 [corelib] Fix bug in VM implementation of BigInt.bitLength by Stephen Adams · 2 years ago
  49. c038e3b Clean up in analytics by Brian Wilkerson · 2 years ago
  50. b197d00 cleanup unnecessary nullaware op on an extension on a nullable by pq · 2 years ago
  51. 2bb220a [analyzer] CreateConstructor to handle undefined enum constructor by Ahmed Ashour · 2 years ago
  52. a70056f Add FileState.kind by Konstantin Shcheglov · 2 years ago
  53. f0a07ac Enforce use_super_parameters in analyzer/. by Konstantin Shcheglov · 2 years ago
  54. 58cc619 Preserve stack traces for lint exceptions. by Loren Van Spronsen · 2 years ago
  55. d7a3402 [gardening] Skip slow dart/isolates/fast_object_copy_test on vm-kernel-precomp-*sim* bots by Alexander Markov · 2 years ago
  56. 28a51ae Bump test_reflective_loader to 8d0de01bbe852fea1f8e33aba907abcba50a8a1e by Devon Carew · 2 years ago
  57. 077a790 [dart2js] Include memory usage in dart2js's output. by Sigmund Cherem · 2 years ago
  58. aae9610 [analysis_server] Move LSP JSON-RPC types to custom generation by Danny Tuppeny · 2 years ago
  59. 48ff7ca remove `DartProject` by pq · 2 years ago
  60. 9536079 [gardening] Skip vm/dart{,_2}/isolates/fast_object_copy_test on sim* due to timeout by Martin Kustermann · 2 years ago
  61. 8fd364c Update SDK constraints to '>=2.17.0 <3.0.0'. by Konstantin Shcheglov · 2 years ago
  62. 5270767 [dart2js] Adding kernel closure information to dump info. by Mark Zhou · 2 years ago
  63. 0f4037b Bump test_process to 3e695bcfeab551473ddc288970f345f30e5e1375 by Devon Carew · 2 years ago
  64. c1e29af Bump webdriver to e1a9ad671ee82e05eee463f922a34585ed2d2f15 by Devon Carew · 2 years ago
  65. b088f98 Add the hooks to capture analytics for requests and responses by Brian Wilkerson · 2 years ago
  66. 31ae00f [vm] Ensure transitive object copy allows low safepoint latencies by Martin Kustermann · 2 years ago
  67. 9411a1d [vm] Fix comment compact hash implementation by Daco Harkes · 2 years ago
  68. 466202b [analyzer] remove lints ignore in generated files by Ahmed Ashour · 2 years ago
  69. 3bc3e9f [dart2js] Fix minor bug in rewrite_async.dart by Stephen Adams · 2 years ago
  70. 5ee3a6f bump to linter 1.24.0 by pq · 2 years ago
  71. 2490f2b [vm] Add missing logical edges from instances to their class and from types to their type class. by Ryan Macnak · 2 years ago
  72. 4a7db15 Bump process to 2546dfef7ba839b1514e0c9045344692eb47b771 by Devon Carew · 2 years ago
  73. 714db23 Bump intl to 9145f308f1458f37630a1ffce3b7d3b471ebbc56 by Devon Carew · 2 years ago
  74. 69c7077 1.24.0 (dart-lang/linter#3418) by Phil Quitslund · 2 years ago
  75. 3fd1e1e [vm] Exclude enum constructor from coverage by Liam Appelbe · 2 years ago
  76. 58c8427 [web] Move libraries to a shared location by Nicholas Shahan · 2 years ago
  77. 2b0cd3c [vm, compiler] Reduce multiplication by a power of two to left shifts. by Ryan Macnak · 2 years ago
  78. b9c077b [analysis_server] Fix type aliases with multiple literal types in LSP TypeScript spec by Danny Tuppeny · 2 years ago
  79. e9ba00e [dart2js] Migrate js_emitter/constant_ordering.dart by Stephen Adams · 2 years ago
  80. e289721 Return PartWithoutLibraryResult when a part without its library. by Konstantin Shcheglov · 2 years ago
  81. 93f3065 [infra] Define AOT product builders for Mac and Windows. by Ryan Macnak · 2 years ago
  82. 53bad9a Store UnlinkedLibraryDirective, UnlinkedPartOfNameDirective, etc. by Konstantin Shcheglov · 2 years ago
  83. f5e63fdc [dart2wasm] Add missing files in fileset and reduce number of shards by Aske Simon Christensen · 2 years ago
  84. e89fada [build] Remove obsolete windows build files by Alexander Thomas · 2 years ago
  85. 548bff1 [cfe] Skip running tests with no/empty main by Johnni Winther · 2 years ago
  86. 9a49527 [CFE] Fix flutter_gallery_leak_tester after no .packages by Jens Johansen · 2 years ago
  87. f0f1629 [frontend_server] Support --verbosity argument by Johnni Winther · 2 years ago
  88. 5f9de6d [CFE] Reproduction of weekly bot run 91 failure by Jens Johansen · 2 years ago
  89. d10ee22 [dart2js] Some trivial NNBD migrations by Stephen Adams · 2 years ago
  90. e5cd0bf Remove published diagnostic documentation from the generated declarations of error codes by Brian Wilkerson · 2 years ago
  91. a5e40e4 Apply the changes from the previous CL by Brian Wilkerson · 2 years ago
  92. 521ad77 [cfe] Mark enhanced enum toString method as synthetic by Liam Appelbe · 2 years ago
  93. fa1848ac [build] Don't invoke the JIT runtime when using kernel for SDK snapshots. by Ryan Macnak · 2 years ago
  94. dbf9a0d `prefer_final_parameters` to handle `DefaultFormalParameter` (dart-lang/linter#3415) by Ahmed Ashour · 2 years ago
  95. d4c4408 Add initial support for gathering analytics in the analysis server by Brian Wilkerson · 2 years ago
  96. 163155b add unnecessary_to_list_in_spreads (dart-lang/linter#3414) by Alexandre Ardhuin · 2 years ago
  97. d915297 Import exhaustiveness checker prototype into _fe_analyzer_shared. by Paul Berry · 2 years ago
  98. 4a09c18a update to analyzer `4.1.0` APIs (dart-lang/linter#3413) by Phil Quitslund · 2 years ago
  99. 9fb27f9 [release] Add 2.17.1 release notes by Alexander Thomas · 2 years ago
  100. fa364d5 [analyzer] remove ignore of `prefer_initializing_formals` for `ElementWalker` by Ahmed Ashour · 2 years ago