2.7.0
  1. 4cc3605 Version 2.7.0 by Alexander Thomas · 6 years ago 2.7.0
  2. a4911c6 Version 2.7.0-dev.2.1 by Alexander Thomas · 6 years ago 2.7.0-dev.2.1
  3. c135e90 [infra] Modify 2.7.0 make_version hack so that it also works on other branches by Alexander Thomas · 6 years ago
  4. 7fc3f86 [vm/ffi] Fix source information in generated AST nodes - part 2 by Daco Harkes · 6 years ago
  5. f7e8e2b [vm/ffi] Fix source information in generated AST nodes by Daco Harkes · 6 years ago
  6. 91dd5c7 Make LateInitialziationError abstract and uninstantiable. by Lasse Reichstein Holst Nielsen · 6 years ago
  7. 271ad19 Version 2.7.0-dev.2.0 by Alexander Thomas · 6 years ago 2.7.0-dev.2.0
  8. 16cbabe [dartdevc] Migrating dart:_isolate_helper to NNBD. by Mark Zhou · 6 years ago
  9. 603fd78 (ddc) Fix deps tracking for the ddc sdk. by Sigmund Cherem · 6 years ago
  10. 6294c73 Deprecate 'typeSystem' parameter for InheritanceManager3. by Konstantin Shcheglov · 6 years ago
  11. f196196 Add modification counts and instructions to all pages; add an index page by Brian Wilkerson · 6 years ago
  12. 5c111a2 Update package:watcher in SDK by Mike Fairhurst · 6 years ago
  13. f3102ab [vm] Fix late final field edge case by Liam Appelbe · 6 years ago
  14. c58d263 [analysis_server] Handle directory watcher closed on windows. by Mike Fairhurst · 6 years ago
  15. a87c563 [test_runner] Make update_static_error_tests work on Windows by Johnni Winther · 6 years ago
  16. fc47953 [dartfuzz] Adding library methods for TypedData types by Fizaa Luthra · 6 years ago
  17. 72f461b Update FunctionExpression return type inference to NNBD. by Konstantin Shcheglov · 6 years ago
  18. c9165dc Add 'sdkVersion' field to 'server.log' messages. by Konstantin Shcheglov · 6 years ago
  19. e304d34 Use the corresponding TypeProvider(s) to create legacy / nonNullableByDefault TypeSystem. by Konstantin Shcheglov · 6 years ago
  20. 5b5f34f [vm] Cleanup try-catch blocks around Expression.getStaticType by Alexander Markov · 6 years ago
  21. ecaa3e6 [cfe] Move inference visitor to its own library and rename kernel_shadow_ast to internal_ast by Johnni Winther · 6 years ago
  22. f2b7af8 Migration: eliminate some explicit uses of always/never nodes from node_builder.dart. by Paul Berry · 6 years ago
  23. e78a2fd [cfe] Remove optional parameter to toString by Aske Simon Christensen · 6 years ago
  24. 82c9950 Reland "Fix completion in Analysis Server LSP mode" by Ivan Inozemtsev · 6 years ago
  25. 1f38289 [cfe] Make inference NNBD-aware by Dmitry Stefantsov · 6 years ago
  26. bd06f1b [cfe/infra] Unit test suites: print re-run command when a test fails by Karl Klose · 6 years ago
  27. a2bf815 Revert "Fix completion in Analysis Server LSP mode" by Ivan Inozemtsev · 6 years ago
  28. ec8fc01 Fix completion in Analysis Server LSP mode by Ivan Inozemtsev · 6 years ago
  29. 63e8213 Expose 'typeProvider' and 'typeSystem' from LibraryElement. by Konstantin Shcheglov · 6 years ago
  30. 029e06b [analyzer] Allow downwards inference and upper bound heuristic wrt variance. by Kallen Tu · 6 years ago
  31. 74a57ac [dartdevc] Migrating dart:_foreign_helper to NNBD. by Mark Zhou · 6 years ago
  32. 361d962 Remove support for negative tests from the test runner. by Robert Nystrom · 6 years ago
  33. ec81b3e Revert "[vm] Avoid holding canonical hashes at rest." by Ryan Macnak · 6 years ago
  34. 77ac3d0 [vm/aot/tfa] Introduce TFA-specific representation of classes (refactoring) by Alexander Markov · 6 years ago
  35. 3931d43 Issue 39407. Test for ListLiteral inference in presence of null(s). by Konstantin Shcheglov · 6 years ago
  36. 28d272b Move more types access / creation helpers into ElementsTypesMixin. by Konstantin Shcheglov · 6 years ago
  37. aff0915 Fix BazelWorkspaces in which multiple 'bin' directories exist, e.g. on distributed build systems by Sam Rawlins · 6 years ago
  38. fee8c55 Mark the completion.registerLibraryPaths as deprecated in the Dart Analysis Server. by Jaime Wren · 6 years ago
  39. 970c164 [cfe] Use correct types in transformations and start verifying getStaticType by Johnni Winther · 6 years ago
  40. f979bd9 Merge RestrictedAnalysisContext into AnalysisContextImpl. by Konstantin Shcheglov · 6 years ago
  41. f345527 Use 'isNonNullableByDefault' flag in TypeProviderImpl. by Konstantin Shcheglov · 6 years ago
  42. dcaf959 Fix several unused elements, and unnecessary casts. by Konstantin Shcheglov · 6 years ago
  43. 6646412 Rewrite DEFERRED_IMPORT_OF_EXTENSION check to using ImportElement namespace. by Konstantin Shcheglov · 6 years ago
  44. b7de866 [vm] Avoid holding canonical hashes at rest. by Ryan Macnak · 6 years ago
  45. 03676ad Remove AnalysisEngine.createAnalysisContext() by Konstantin Shcheglov · 6 years ago
  46. 535cbf5 NNBD preview: Text for return type with nullable return type in subclass by Sam Rawlins · 6 years ago
  47. af541cd [VM/nnbd] Ignore nullability of type Never provided by CFE. by Régis Crelier · 6 years ago
  48. 09d22a0 [vm] Wrap late local var initializers in a closure. by Liam Appelbe · 6 years ago
  49. f6cefb3 [vm/gardening] Clean up no longer used ClassAndSize class. by Alexander Aprelev · 6 years ago
  50. 4456d01 [dartfuzz] Fix ffi check in getMethods by Fizaa Luthra · 6 years ago
  51. e5ec9e2 Migration: improve quality of debug output when finish is called. by Paul Berry · 6 years ago
  52. 1fb118f Migration: do not call FlowAnalysis.finish from inside a finally block by Paul Berry · 6 years ago
  53. 655ddc9 Print a URL that can be used to open the preview tool when a port is specified by Brian Wilkerson · 6 years ago
  54. 6444fba Implement upper bound computation with NNBD rules. by Konstantin Shcheglov · 6 years ago
  55. 6dc3762 Stop producing a diagnostic for an error that was removed from the spec (issue 39476) by Brian Wilkerson · 6 years ago
  56. 821b3c4 Add evaluateConstant() to LinterContext. by Konstantin Shcheglov · 6 years ago
  57. 0b9665f [cfe] Use library's non-nullable modifier when creating new types by Dmitry Stefantsov · 6 years ago
  58. 3ed0ce2 [cfe] Reuse nullability modifier when creating a copy of a type by Dmitry Stefantsov · 6 years ago
  59. 6808c56 Adjusted front end to allow non-function type aliases by Erik Ernst · 6 years ago
  60. b370346 Add 'isNonNullableByDefault' flag to TypeSystemImpl, make all parameters named required. by Konstantin Shcheglov · 6 years ago
  61. ad021d0 Integrate the latest batch of reviewed diagnostic docs by Brian Wilkerson · 6 years ago
  62. 6fa41ae Migration: remove _notNull* fields from EdgeBuilder. by Paul Berry · 6 years ago
  63. 521b168 [co19] Add tests/co19_2/co19_2-co19.status to test_matrix.json by Erik Ernst · 6 years ago
  64. 8295efc Revert "Revamp patch_sdk.dart mainly to use libraries.json." by Vijay Menon · 6 years ago
  65. acff31e [cfe] Support null-aware index access by Johnni Winther · 6 years ago
  66. f8d4254 [vm/compiler] ARM64: Block R22 to hold NullObject(). by Artem Serov · 6 years ago
  67. afa82d8 [co19] Add missing backslash to update script by Alexander Thomas · 6 years ago
  68. 28a0291 [SDK] Adds --support-disassembler in PRODUCT. by Clement Skau · 6 years ago
  69. 45569e1 [SDK] Fixes C++ undef. behaviour in Library::Add*Metadata. by Clement Skau · 6 years ago
  70. 51f14eb [co19] Fork the update script for the co19 NNBD tests by Alexander Thomas · 6 years ago
  71. eb6d7f5 [dart2js] Add DartTypes for T*, T?, and Never. by Mayank Patke · 6 years ago
  72. 4c8c44e [cfe] Implement lowering for constructor initialization of late fields by Johnni Winther · 6 years ago
  73. f692a2f [cfe] Eliminate Nullability.legacy in transformers by Dmitry Stefantsov · 6 years ago
  74. 539b009 [dart2js] Remove unnecessary DartType predicates and replace with is-tests. by Mayank Patke · 6 years ago
  75. 2e32972 [pkg/vm] Remove usage of Library.isExternal by Jens Johansen · 6 years ago
  76. 54011e5 [analyzer] Fix format.fbs after summary change for variance. by Kallen Tu · 6 years ago
  77. 615928c Stop referencing non-API TypeSystem in analyzer. by Konstantin Shcheglov · 6 years ago
  78. aa2b3a5 [cfe] Inference constraint solving takes contravariance into account. by Kallen Tu · 6 years ago
  79. 5a8c52e Add script that performs the tasks of creating and checking the nnbd sdk by Sigmund Cherem · 6 years ago
  80. 4ce204d Migration: remove unused variable by Paul Berry · 6 years ago
  81. 97e432a Migration: refactor _checkExpressionNotNull. by Paul Berry · 6 years ago
  82. 8d32873 [analyzer] Add variance to analyzer summaries. by Kallen Tu · 6 years ago
  83. 3c9e924 Revamp patch_sdk.dart mainly to use libraries.json. by Sigmund Cherem · 6 years ago
  84. be519e8 Remove XyzElementImpl.forNode() constructors. by Konstantin Shcheglov · 6 years ago
  85. a9c1f68 Oops, meant to commit these changes with: by Robert Nystrom · 6 years ago
  86. b431b2f Point analyzer NNBD bot to `language` rather than `language_2` by Paul Berry · 6 years ago
  87. 4ee62c3 Migrate all of the negative language_2 tests to not be negative tests. by Robert Nystrom · 6 years ago
  88. b55ae4e Remove TypeSystem.create() by Konstantin Shcheglov · 6 years ago
  89. 488daa2 [dartdevc] Fix analysis errors in patched dart:core library by Nicholas Shahan · 6 years ago
  90. ee9a640 [vm] Allocate temporaries used by Dart_Invoke etc in new-space. by Ryan Macnak · 6 years ago
  91. b3cf5ef [observatory] Properly wait for Catapult's iframe to load. Give message while fetching timeline. by Ryan Macnak · 6 years ago
  92. b14a4fb Update the comment on parseString to clarify throwIfDiagnostics behavior. by Paul Berry · 6 years ago
  93. 867a6e0 [dart:core] Update DartTime.parse to support arbitrary precision fractional seconds. by Simon Lightfoot · 6 years ago
  94. ae34d6e [dartdevc] rename legacy to ddc by Vijay Menon · 6 years ago
  95. 733db09 Move nullabilitySuffix to the public interface for DartType. by Janice Collins · 6 years ago
  96. 635aaa8 [vm/dart2native] Bundle product-mode vm_platform.dill with the dart-sdk and let dart2native use it by Martin Kustermann · 6 years ago
  97. abbccd9 Version 2.7.0-dev.1.0 by Alexander Thomas · 6 years ago 2.7.0-dev.1.0
  98. b188632 Fix syntax error in Symbol doc example by Matthew Cliatt · 6 years ago
  99. 61c453f Hide dart:cli in api docs by Michael Thomsen · 6 years ago
  100. 8342ec2 Fix pub.dev URLs throughout SDK repo by Kevin Moore · 6 years ago