2.6.0
  1. 23e8f2b [cfe] Verify that Null is always nullable by Dmitry Stefantsov · 6 years ago
  2. 2ed7b63 [cfe] Describe subtype relation in "Nullability in CFE" by Dmitry Stefantsov · 6 years ago
  3. dbf6358 [cfe] Add .withNullability to the "Nullability in CFE" doc by Dmitry Stefantsov · 6 years ago
  4. b3df8aa Change subtype checking with variance for assignments and methods. by Kallen Tu · 6 years ago
  5. 42dcdf9 [cfe] Handle promoted type variables in getStaticType by Johnni Winther · 6 years ago
  6. b8aef62 [kernel] Effectively clear extension members before adding new ones when loaing dill if 'shouldWriteData' by Jens Johansen · 6 years ago
  7. b97fc2e [kernel] fix a typo by Devon Carew · 6 years ago
  8. 72bae7b [cfe] Handle all bounds checks on extension methods. by Johnni Winther · 6 years ago
  9. f09edd1 [CFE] Add incremental serializer by Jens Johansen · 6 years ago
  10. 6ebf3f0 [kernel] Clear a few lists when loading dill by Jens Johansen · 6 years ago
  11. 05f56ef [kernel] Fix printing of additional exports by Jens Johansen · 6 years ago
  12. 46a9273 [cfe] Opt in to NNBD using experimental flag _and_ version number by Johnni Winther · 6 years ago
  13. e3ca5ee Check variance of type-parameter use in supertypes. by Kallen Tu · 6 years ago
  14. 41c1171 [kernel] Make round-trip script work; improve fastas compare dill tool by Jens Johansen · 6 years ago
  15. 9276d50 [cfe] Remove Severity.errorLegacyWarning by Johnni Winther · 6 years ago
  16. d93a6b5 Prepare to publish analyzer version 0.38.5 by Paul Berry · 6 years ago
  17. a81ea1e [cfe] Upload the first draft of Nullability in CFE doc by Dmitry Stefantsov · 6 years ago
  18. d65a60d [vm, bytecode] Populate bytecode cache when initializing an incremental compiler from a kernel file. by Ryan Macnak · 6 years ago
  19. 5a2a520 [kernel] Fix metadata_test in presence of control flow collections by Alexander Markov · 6 years ago
  20. bdf6b95 [cfe] Ask for subtype checking mode explicitly by Dmitry Stefantsov · 6 years ago
  21. c161615 [cfe] Use a class instead of the enum for subtype check results by Dmitry Stefantsov · 6 years ago
  22. be43bce [cfe] Make interface of subtype checks aware of nullabilities. by Dmitry Stefantsov · 6 years ago
  23. 998f1ef [kernel] Add test for keeping sources when loading concatenated component by Jens Johansen · 6 years ago
  24. 84848b1 [kernel] Add VM pragma prefer-inline to certain methods in kernel serialization by Jens Johansen · 6 years ago
  25. 8218857 [kernel] Handle Extension in BianryBuilderWithMetadata by Johnni Winther · 6 years ago
  26. 14983a2 [vm/bytecode] Add timeline events for major compilation phases. by Ryan Macnak · 6 years ago
  27. 902a36e [cfe] Thread nullability of typedef types from source into Kernel by Dmitry Stefantsov · 6 years ago
  28. b361639 [cfe] Account for nullability in type substitution on TypeBuilders by Dmitry Stefantsov · 6 years ago
  29. 7d75eb1 [cfe] Account for nullability in type substitution on DartTypes by Dmitry Stefantsov · 6 years ago
  30. e52542b [cfe] Handle generic return types by Johnni Winther · 6 years ago
  31. dd02854 [cfe] Support patching of extension methods by Johnni Winther · 6 years ago
  32. 1348390 Serialization/Deserialization for Variance in Type Parameters. by Kallen Tu · 6 years ago
  33. 327bc45 Added variance support in listeners to ast. by Kallen Tu · 6 years ago
  34. 39a1bae Prepare to publish analyzer 0.38.4 by Paul Berry · 6 years ago
  35. bd1ca04 add meta dependency to kernel and front_end by Jacob MacDonald · 6 years ago
  36. e034104 [cfe] Remove TypeEnvironment.*Type getters by Dmitry Stefantsov · 6 years ago
  37. adbfe7c [cfe] Update the rules for TypeParameterType.nullability by Dmitry Stefantsov · 6 years ago
  38. 79cc54e [kernel] Avoid trampling sources when loading split components. by Ryan Macnak · 6 years ago
  39. 8d487b4 [kernel] Recover TypeParameter.variance while deserializing by Dmitry Stefantsov · 6 years ago
  40. c719d02 [kernel] Add function to compute variance of typedef type parameters by Dmitry Stefantsov · 6 years ago
  41. 3779122 [kernel] Don't preserve typedefType in terms with free variables by Dmitry Stefantsov · 6 years ago
  42. 9505a1b [fasta] Add variance field to type parameters by Dmitry Stefantsov · 6 years ago
  43. 94dd49c [cfe] Add NullCheck expression node by Johnni Winther · 6 years ago
  44. dcd5cd1 Prepare to publish analyzer version 0.38.3. by Paul Berry · 6 years ago
  45. 6e4794a [kernel] Clone all co-defined type parameters before visiting them. by Aske Simon Christensen · 6 years ago
  46. 515a597 [cfe] Remove Class.rawType by Dmitry Stefantsov · 6 years ago
  47. 740c72e [kernel] Mark class as non-dirty after computeCanonicalNames is run by Jens Johansen · 6 years ago
  48. 97b561a [cfe] Update CoreTypes to handle raw types with it by Dmitry Stefantsov · 6 years ago
  49. 0281f9c [cfe] Add members to construct nullability in Library and LibraryBuilder by Dmitry Stefantsov · 6 years ago
  50. 7799f42 [CFE] Encapsulate int operations in separate classes for VM and JS by Aske Simon Christensen · 6 years ago
  51. f35f9e8e [kernel] Don't lazy load classes when dills are concatenated by Jens Johansen · 6 years ago
  52. 4b72fff [cfe] Use VariableSet for variable assignment by Johnni Winther · 6 years ago
  53. 7d2ebd3 [cfe] Introduce InternalExpression by Johnni Winther · 6 years ago
  54. 2c6f779 [cfe] Remove legacyMode by Johnni Winther · 6 years ago
  55. 15ccf4c [cfe] Remove unneeded Judgments by Johnni Winther · 6 years ago
  56. bdf237f [cfe] Add a bit to Library to inticate if it's opted in for NNBD by Dmitry Stefantsov · 6 years ago
  57. 94b3a3f [cfe] Don't reuse type parameters of FunctionNode in its functionType by Dmitry Stefantsov · 6 years ago
  58. ce5556a [kernel] Load classes lazily by Jens Johansen · 6 years ago
  59. 2bfe714 [kernel] Make class hierarchy member lists lazy by Jens Johansen · 6 years ago
  60. dc204ec [CFE] Preserve file URIs of expressions in unevaluated constants. by Aske Simon Christensen · 6 years ago
  61. 0242f0c [kernel] FileUriExpression node by Aske Simon Christensen · 6 years ago
  62. 70a7cbf [vm] Support extensions in ffi transformation and tfa tree shaker by Martin Kustermann · 6 years ago
  63. 34004f7 [cfe] Support modular compilation of extensions by Johnni Winther · 6 years ago
  64. 4122034 [kernel] Make accept methods generic by Johnni Winther · 6 years ago
  65. 4bd13a7 [kernel] Better error on empty input by Jens Johansen · 6 years ago
  66. 0a66941 [kernel/CFE] Verify binary.md tags/version against tag.dart and against the VM by Jens Johansen · 6 years ago
  67. a01dd36 [CFE] Let compile platform include more required libraries" by Jens Johansen · 6 years ago
  68. ab8e70a [cfe] Handle implicit extension access inference by Johnni Winther · 6 years ago
  69. 8ee22c2 [cfe] Update the api for nullability on TypeParameterTypes by Dmitry Stefantsov · 6 years ago
  70. 97b1c64 [kernel] Recursively number constants, avoid swallowing exceptions by Martin Kustermann · 6 years ago
  71. 1400ab4 [CFE] Language versioning max/default also setable via compiler options by Jens Johansen · 6 years ago
  72. d4342b9 [cfe] Print Kernel's type-parameter types in more details in text by Dmitry Stefantsov · 6 years ago
  73. e356352 [cfe] Add tear off function for extension instance methods. by Johnni Winther · 6 years ago
  74. e5b139e Prepare to publish analyzer 0.38.2 by Paul Berry · 6 years ago
  75. f278451 [CFE/kernel] Spell check kernel too by Jens Johansen · 6 years ago
  76. e1fe0bf [kernel] Delete unused transformations by Jens Johansen · 6 years ago
  77. 9613e15 [kernel] Delete old Coq stuff by Jens Johansen · 6 years ago
  78. 10f8a00 [CFE] Update language versioning implementation to conform with specification v1.3 by Jens Johansen · 6 years ago
  79. 8621e63 [kernel/VM] cleanup unused dill tags by Jens Johansen · 6 years ago
  80. 72ff349 [CFE/kernel] Read dill from binary.md description by Jens Johansen · 6 years ago
  81. a6596cf [cfe] Allow backend target to specify extra libraries to be indexed. by Aske Simon Christensen · 6 years ago
  82. 4015a79 [kernel] Fixes to binary.md by Jens Johansen · 6 years ago
  83. 6db6a0c [vm/bytecode] Capture :controller_stream variable in async* functions by Alexander Markov · 6 years ago
  84. 1f875a6 [kernel] Crash less when dumping partial dill file by Jens Johansen · 6 years ago
  85. 51f6cab [cfe] Parse nnbd modifiers in kernel type substitution tests by Dmitry Stefantsov · 6 years ago
  86. 1d9b642 Prepare to publish analyzer version 0.38.1. by Paul Berry · 6 years ago
  87. e60cbdf [CFE] Add test for running old dills by Jens Johansen · 6 years ago
  88. 9c649e6 [cfe] Handle most accesses to extension members from within the extension by Johnni Winther · 6 years ago
  89. eae781c [cfe] Add Field.isLate, VariableDeclaration.isLate and VariableDeclaration.isRequired by Johnni Winther · 6 years ago
  90. fecc4c8 Breaking changes for analyzer version 0.38. by Paul Berry · 6 years ago
  91. 9d4e778 [cfe] Support getters, setters, fields and operators in extensions by Johnni Winther · 6 years ago
  92. bb12829 Prepare to publish analyzer version 0.37.1. by Paul Berry · 6 years ago
  93. 271ad96 [cfe] Create Extension nodes for extensions by Johnni Winther · 6 years ago
  94. e9a9d94 [cfe] Build extension methods as toplevel members by Johnni Winther · 6 years ago
  95. f29f41f Update binary.md forgotten when adding language version fields to binary by Jens Johansen · 6 years ago
  96. f3139f5 [cfe][nnbd] (De)Serialize nullability modifiers in .dill files by Dmitry Stefantsov · 6 years ago
  97. 5121a2e [cfe] Read product mode directly from environment in async transform. by Aske Simon Christensen · 6 years ago
  98. 69ae290 Default language version if nothing is specified by Jens Johansen · 6 years ago
  99. fd7baa4 [CFE] Serialize language version by Jens Johansen · 6 years ago
  100. 6d1c997 [CFE] Initial language versioning "support" by Jens Johansen · 6 years ago