2.2.0
  1. e51bdfb Version 2.2.0 by Alexander Thomas · 7 years ago 2.2.0
  2. f225556 Version 2.2.0-dev.2.1 by Alexander Thomas · 7 years ago 2.2.0-dev.2.1
  3. 61eae93 [docs] classify dart:ffi as vm on docs site, and exclude it for now by Daco Harkes · 7 years ago
  4. 79768fd Version 2.2.0-dev.2.0 by Alexander Thomas · 7 years ago 2.2.0-dev.2.0
  5. 265af02 Version 2.1.1 by Alexander Thomas · 7 years ago 2.1.1
  6. c92d5ca Migrate ClassElementImplTest from task model. by Konstantin Shcheglov · 7 years ago
  7. d566a67 Revert "[standalone] Name dart:io threads." by Ryan Macnak · 7 years ago
  8. cc3218b7 [standalone] Name dart:io threads. by Ryan Macnak · 7 years ago
  9. 525b43d [vm] Decouple intrinsifier code from runtime by Martin Kustermann · 7 years ago
  10. 4510fa0 [vm / library] reduce dart:ffi test recursion depth by Daco Harkes · 7 years ago
  11. def7e2d Migrate ConstantVisitorTest from task model. by Konstantin Shcheglov · 7 years ago
  12. 010a123 [vm] Fix ThrowErrorSlowPath-derived instructions (e.g. CheckNull) in JIT mode. by Samir Jindel · 7 years ago
  13. 76f531e [vm / library] dart:ffi status file entry for flaky dartkb crash by Daco Harkes · 7 years ago
  14. c8a2a7b [vm/ffi] Move FFI transformations from pkg/kernel to pkg/vm. by Samir Jindel · 7 years ago
  15. 7fe7e28 [vm] Fix location of Flutter 3xH patch file. by Samir Jindel · 7 years ago
  16. d1bf6ae Track nonNullIntent in unconditional control flow. by Paul Berry · 7 years ago
  17. 13c4b16 Add migration tool support for bare "return;" statements by Paul Berry · 7 years ago
  18. 3796dd8 [vm] Pass --enable-asserts to analyze.dart in analyze_flutter.sh. by Samir Jindel · 7 years ago
  19. 809d812 [vm] Add FFI library to more targets and Flutter file libraries.json (in patch). by Samir Jindel · 7 years ago
  20. d6a763e [vm / library] dart:ffi fix android build by Daco Harkes · 7 years ago
  21. cf5a7cf Simplify class_hierarchy_test: Move tests of getLegacyLeastUpperBound to own file by Peter von der Ahé · 7 years ago
  22. a92ddcf Add package:expect/matchers_lite.dart by Peter von der Ahé · 7 years ago
  23. 0dfac95 Simplify class_hierarchy_test: don't use package:test by Peter von der Ahé · 7 years ago
  24. 5bf0065 Simplify class_hierarchy_test: don't use package:test_reflective_loader by Peter von der Ahé · 7 years ago
  25. f954c05 Simplify class_hierarchy_test: remove abstract class by Peter von der Ahé · 7 years ago
  26. a200ef3 Don't include main in computeTransitiveClosure by Jens Johansen · 7 years ago
  27. 0651c8c [vm / library] dart:ffi status file entry for reload crash by Daco Harkes · 7 years ago
  28. 4fa1e3a [vm / library] dart:ffi status file entry for appjitk crashes by Daco Harkes · 7 years ago
  29. 3236ac1 Fix flutter-analyze bot. by Samir Jindel · 7 years ago
  30. 3196b87 Incremental compiler: Include right libraries when entry point is translated by Jens Johansen · 7 years ago
  31. e6a181a Add set literal release comment to changelog. by Lasse R.H. Nielsen · 7 years ago
  32. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  33. 671865c Fix JSON parser. by Lasse R.H. Nielsen · 7 years ago
  34. bffa51e Add ClassHierarchyBuilder.getKernelTypeAsInstanceOf by Peter von der Ahé · 7 years ago
  35. 857d834 Remove obsolete expectMoreSpecific parameter by Peter von der Ahé · 7 years ago
  36. 9c1b50b Copy inferred mixin application type arguments to builder hierarchy by Peter von der Ahé · 7 years ago
  37. f815b4c Add Loader.computeTypeBuilder by Peter von der Ahé · 7 years ago
  38. a31a725 Don't include declarations of the library itself. by Konstantin Shcheglov · 7 years ago
  39. c8b28c4 [vm/compiler] graph checker addition by Aart Bik · 7 years ago
  40. f21fafd Migrate SimpleResolverTest from task model. by Konstantin Shcheglov · 7 years ago
  41. 80e43c6 Remove the Modification class; use SourceEdit instead. by Paul Berry · 7 years ago
  42. 3e5a4f1 Sort declarations in file inferred_type_test.dart by Paul Berry · 7 years ago
  43. 1e72e9c Fix tests now that set literal support is enabled by default. by Paul Berry · 7 years ago
  44. f841096 Fix for crash if MixinDeclaration has a const constructor. by Konstantin Shcheglov · 7 years ago
  45. 80c8848 Support for enums in available suggestions, getDetails, boost relevance. by Konstantin Shcheglov · 7 years ago
  46. 6588eaf Fix calls to generator-bodies to correctly model elided parameters by Sigmund Cherem · 7 years ago
  47. 3f96de7 Cleanup intermediate control flow collection structures in AstBuilder by danrubel · 7 years ago
  48. ca32bef Add migration support for the `@required` annotation. by Paul Berry · 7 years ago
  49. 8d5958b Migrate ErrorResolverTest. by Konstantin Shcheglov · 7 years ago
  50. 9d28019 Prepare to publish analyzer version 0.35.1. by Paul Berry · 7 years ago
  51. 135abb4 Migrate ElementResolverCodeTest from task model. by Konstantin Shcheglov · 7 years ago
  52. 6d2daa6 Set non_nullable experiments flag during migration tests. by Paul Berry · 7 years ago
  53. c507acf Fix Js-interop factory calls which broke when eliding optional parameters. by Sigmund Cherem · 7 years ago
  54. 0541640 [testing] Create list from test list iterable by Alexander Thomas · 7 years ago
  55. 66c404a dart2js: Reduce assert helpers by Stephen Adams · 7 years ago
  56. c812d5a Fix available suggestions tests on Windows. by Konstantin Shcheglov · 7 years ago
  57. 7850905 [vm] Add names for more types to the V8 snapshot profile output. by Ryan Macnak · 7 years ago
  58. 80e85d0 Fixes for enum constants in available declarations. by Konstantin Shcheglov · 7 years ago
  59. cccaae2 bump to linter 0.1.82 by pq · 7 years ago
  60. 5fe0202 Unify MapElement and CollectionElement by Brian Wilkerson · 7 years ago
  61. 92227c0 [infra] Remove ContentShell support in test driver interface js. by William Hesse · 7 years ago
  62. f54650c Add LineInfo to Declaration search results by Danny Tuppeny · 7 years ago
  63. ce91bcb Add migration support for named parameters. by Paul Berry · 7 years ago
  64. 69589be [infra] Rename analyzer-stable branch builders to have branch suffix. by Jonas Termansen · 7 years ago
  65. ed5bdfa [CFE] Fix check for unavailable constructors. by Aske Simon Christensen · 7 years ago
  66. 660cf26 Reland "[vm] Decouple stub code from runtime" by Martin Kustermann · 7 years ago
  67. 250f966 [CFE] Get constants backend from backend target. by Aske Simon Christensen · 7 years ago
  68. b7afb22 [CFE] Eliminate redundant coreTypes parameter. by Aske Simon Christensen · 7 years ago
  69. 44681fa [CFE] Move DDC specific behavior into ConstantsBackend. by Aske Simon Christensen · 7 years ago
  70. 0a7dcf1 Attempt tracing to /sys/kernel/tracing/trace_marker on Linux. by Chinmay Garde · 7 years ago
  71. 02b65ee Include 'includedSuggestionRelevanceTags' into completion response. by Konstantin Shcheglov · 7 years ago
  72. 71e8588 Include enum constants into available declarations. by Konstantin Shcheglov · 7 years ago
  73. 30f9143 Revert "[vm] Decouple stub code from runtime." and "[VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!"" by Ben Konyi · 7 years ago
  74. ecd7a88 [vm, gc] Don't enqueue pre-marked Instructions. by Ryan Macnak · 7 years ago
  75. 553e208 [vm] Remove some dead code from the old front end. by Ryan Macnak · 7 years ago
  76. 7ff0cbe Add types to TimelineSyncFunction and Timeline.timeSync; fixes #35509 by Sam Rawlins · 7 years ago
  77. 3de72ae Added files, when in a context root, should be accessible through getLibraries(). by Konstantin Shcheglov · 7 years ago
  78. b9bcfb4 Change IncludedSuggestionRelevanceTag to using 'relevanceBoost'. by Konstantin Shcheglov · 7 years ago
  79. d93ef93 [tests] Add 'spread-collections' flag by Nicholas Shahan · 7 years ago
  80. b88d11a Implement LSP workspace/symbol by Danny Tuppeny · 7 years ago
  81. 25cefbd Add HintCode.INVALID_VISIBILITY_ANNOTATION. Fixes #35141 by Sam Rawlins · 7 years ago
  82. 754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)." by Samir Jindel · 7 years ago
  83. 61e109c Fix typo in Map.values documentation by Rodolfo Carvalho · 7 years ago
  84. 640bfb4 Mark test as failing due to #35909 by Paul Berry · 7 years ago
  85. 5f02f3c Remove tests for removed ARGUMENT_LIST suggestions. by Konstantin Shcheglov · 7 years ago
  86. 4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...). by Samir Jindel · 7 years ago
  87. a988ed0 [analyzer] Fix off-by-one-error in experiments by Mike Fairhurst · 7 years ago
  88. de2e7e7 [infra] Update test.py help now that named configurations are implemented. by Jonas Termansen · 7 years ago
  89. 859c1ff [testing] Allow test.py test list to be specified as string by Alexander Thomas · 7 years ago
  90. 07f2eba [infra] Remove remnant of analyzer-linux-release-analyzer-new. by Jonas Termansen · 7 years ago
  91. 473c424 [VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!" by Martin Kustermann · 7 years ago
  92. a8e2dfd [vm] Decouple stub code from runtime. by Martin Kustermann · 7 years ago
  93. 5e48ccb Give more context when initializing from dill fails by Jens Johansen · 7 years ago
  94. a5c53b0 Convert more doc comments from block to line style by Brian Wilkerson · 7 years ago
  95. fdfe40e Compute 'executableElement' and 'parameterElement' in CompletionTarget. by Konstantin Shcheglov · 7 years ago
  96. 36a3187 Preserve indentation when converting documentation from block to line by Brian Wilkerson · 7 years ago
  97. 6875b9b Do not convert empty function bodies to async (issue 35899) by Brian Wilkerson · 7 years ago
  98. d32ca51 fix linter changelog entry by pq · 7 years ago
  99. 00ee315 Convert interfaces to use implements not extends by Brian Wilkerson · 7 years ago
  100. 0a26724 Split out several more hint tests by Brian Wilkerson · 7 years ago