2.1.0-dev.6.0
  1. a247d52 Version 2.1.0-dev.6.0 by Alexander Thomas · 7 years ago 2.1.0-dev.6.0
  2. c23a981 Stop setting element model supertypes in TypeResolverVisitor when using new driver. by Paul Berry · 7 years ago
  3. 17b3310 Resolve bounds for type parameters of generic type alias. by Konstantin Shcheglov · 7 years ago
  4. c624f8b First cut dartfix protocol by Dan Rubel · 7 years ago
  5. 4cf2d39 [VM runtime] Store Smi instance type in type test cache when using the interpreter. by Régis Crelier · 7 years ago
  6. a6b1a99 Make mixins abstract by default by Brian Wilkerson · 7 years ago
  7. ab305f2 Recover from duplicated declarations by Peter von der Ahé · 7 years ago
  8. 4e32a35 Ignore synthetic elements created by the parser by Peter von der Ahé · 7 years ago
  9. fc04f56 [infra] Remove deleted Dart 1 builders (app/precomp) from the test matrix by Alexander Thomas · 7 years ago
  10. 8477dc2 Update status after 570fd5a7884 by Jens Johansen · 7 years ago
  11. 1652850 Compute static types during impact computation by Johnni Winther · 7 years ago
  12. b4341f0 Remove unneeded method rti need by Johnni Winther · 7 years ago
  13. 570fd5a Error on re-export, export and import of libraries with same name. by Jens Johansen · 7 years ago
  14. 4b312b2 Support multiple superclasses in the mixin `on` clause. by Johnni Winther · 7 years ago
  15. 8debb4e [fuchsia] Add zx_vmo_replace_as_executable calls by Matthew Dempsky · 7 years ago
  16. d34337aa Ignore noSuchMethod() for the purpose of searching concrete member implementations. by Konstantin Shcheglov · 7 years ago
  17. b6284b4 Revert "[VM] Dart_Initialize no longer crashes after Dart_Cleanup" by Ben Konyi · 7 years ago
  18. 94481ad [vm] Only include debugger/profiler slots in RawCode in product mode. by Ryan Macnak · 7 years ago
  19. 519ee90 [VM] Dart_Initialize no longer crashes after Dart_Cleanup by Ben Konyi · 7 years ago
  20. 5349754 [vm] Specialize 'new List()' on kernel AST by Alexander Markov · 7 years ago
  21. afd4cc9 [vm/tfa] Infer concrete class of int literals in TFA by Alexander Markov · 7 years ago
  22. a4d48f4 [vm/tfa] Infer concrete class of string literals in TFA by Alexander Markov · 7 years ago
  23. 9106228 [vm, dwarf] Set default_is_stmt to true for compatability with dsymutil. by Ryan Macnak · 7 years ago
  24. 6ce0dc0 dartfix stub implementation by danrubel · 7 years ago
  25. e4eb243 Look into superclassConstraints while searching for a member in interfaces. by Konstantin Shcheglov · 7 years ago
  26. 95d37b0 Revert "Implement inheritance/override checks from the spec." by Zach Anderson · 7 years ago
  27. 355c73d [VM] Remove support for option --no-preview-dart-2 by asiva · 7 years ago
  28. 95b8a19 Mixin declarations don't have supertype, fix isMoreSpecificThan(). by Konstantin Shcheglov · 7 years ago
  29. e9586a5 [vm] Update workaround for Android Kernel bug (b089d4f). by Vyacheslav Egorov · 7 years ago
  30. ef7d144 Add regression test for issue 34392. by Konstantin Shcheglov · 7 years ago
  31. 56f6c52 large_class_declaration_test is slow now. by Konstantin Shcheglov · 7 years ago
  32. 0ac3b8f [fuchsia] Add missing vm:entry-point annotation by Zach Anderson · 7 years ago
  33. 19e844e [dart/fuzzing] Use current directory as SDK top (by default) by Aart Bik · 7 years ago
  34. 58e44c1 Don't use ClassElementImpl for now in override checking. by Konstantin Shcheglov · 7 years ago
  35. 62d154f [vm/bytecode] Record null-initialized fields in bytecode by Alexander Markov · 7 years ago
  36. 70cc34d Custom format errors and exceptions to show traces by Vijay Menon · 7 years ago
  37. 9583113 Fix NPE when accessing superclass by Brian Wilkerson · 7 years ago
  38. 836a1d7 Implement inheritance/override checks from the spec. by Konstantin Shcheglov · 7 years ago
  39. d070397 Remove redundant resolution by Mike Fairhurst · 7 years ago
  40. dba8b37 [vm] Benchmark for reading kernel bytecode by Zach Anderson · 7 years ago
  41. a2eb050 [VM interpreter] Update bash script to run a Dart program in interpreted mode. by Régis Crelier · 7 years ago
  42. 699282b Rename State class when StatefulWidget is renamed. by Konstantin Shcheglov · 7 years ago
  43. 2d53894 Check that selection offset/length is valid in Extract Local refactoring. by Konstantin Shcheglov · 7 years ago
  44. 7ad1e5d Perform substitution on type argument/parameter bounds. by Daniel Hillerström · 7 years ago
  45. 309d38f Consistency in messages about duplication by Peter von der Ahé · 7 years ago
  46. 8385c36 Move all int literal parsing and checking code together. by Aske Simon Christensen · 7 years ago
  47. f4dfb61 Corrected the "reusing part" error to take exports into account. by Erik Ernst · 7 years ago
  48. baa13a2 Introduce option to serialize less in frontend_server by Jens Johansen · 7 years ago
  49. fe39691 Don't use --no-preview-dart-2 by Peter von der Ahé · 7 years ago
  50. 0d588bf Add --omit-as-casts option by Johnni Winther · 7 years ago
  51. 1e5b809 [dart2js] hashCode stability to improve repeatability by Stephen Adams · 7 years ago
  52. 654c4ba [vm/bytecode] Fix a couple of assertions when running with bytecode by Alexander Markov · 7 years ago
  53. b540626 Change DeclarationResolver to extend RecursiveAstVisitor<void>. by Paul Berry · 7 years ago
  54. 52bec5e Update parser to find token on which to report the error by danrubel · 7 years ago
  55. 93dcfaa [vm, gc] Concurrent marking. by Ryan Macnak · 7 years ago
  56. e06ef81 [vm] Unconditionally generate interpreter stubs by Zach Anderson · 7 years ago
  57. 6a04b30 Fix test_mixinInference_noMatchingClass_namedMixinApplication_new_syntax by Paul Berry · 7 years ago
  58. 484405b Fix missing_return hint in _getInferredMixinType by Paul Berry · 7 years ago
  59. 1357778 Issue 34546. Get ClassElementImpl a way that support element handles. by Konstantin Shcheglov · 7 years ago
  60. 012b705 [VM interpreter] Use a helper to test entry frame pc marker. by Régis Crelier · 7 years ago
  61. e22dd19 Create a base class for compile-time error code test cases. by Paul Berry · 7 years ago
  62. 491db89 Upgrade dartdoc to v0.21.1 by Janice Collins · 7 years ago
  63. 7cd2570 Fix parsing label between 2 switch cases by danrubel · 7 years ago
  64. 33f6c8e More super mixin tests. by Leaf Petersen · 7 years ago
  65. e9ff597 Optimize gatherMixinSupertypeConstraints for new mixin syntax. by Paul Berry · 7 years ago
  66. 5cf0d9e Replicate existing analyzer supermixin tests using new "mixin" syntax. by Paul Berry · 7 years ago
  67. 20342ce [vm/compiler] added compilation trace tracer by Aart Bik · 7 years ago
  68. c92406f bump to linter 0.1.63 by pq · 7 years ago
  69. 19e2040 [vm] Cleanup the ability to specify entry points via JSON and text files by Alexander Markov · 7 years ago
  70. ead158a Fix gatherMixinSupertypeConstraints to handle named mixin applications. by Paul Berry · 7 years ago
  71. 51f2dac Reland: [vm] Adds a benchmark for Dart_LoadLibraryFromKernel by Zach Anderson · 7 years ago
  72. 82c784a Revert "[vm] Adds a benchmark for Dart_LoadLibraryFromKernel" by Samir Jindel · 7 years ago
  73. 762a14e Update dart2js_dynamic_test to exclude CFE code. by Johnni Winther · 7 years ago
  74. 0c60a52 [VM bytecode] Triage failures in interpreted mode. by Régis Crelier · 7 years ago
  75. e75a48b Add status entries for dartdevk on new super invocation tests by Leaf Petersen · 7 years ago
  76. 46e5954 Turn on and fix mixin type inference checks when not in "supermixin" mode. by Paul Berry · 7 years ago
  77. b7f7629 Add tests for more super invocation edge cases by Leaf Petersen · 7 years ago
  78. 64b6d71 [dartdevc] enable super mixin support in Kernel backend by Jenny Messerly · 7 years ago
  79. 0ec9945 Fix #33629 boolean negation of void by Mike Fairhurst · 7 years ago
  80. 0b5a7c8 Add support for intermittent filesystems to the analysis server, this PR is a synced version of Devons PR https://dart-review.googlesource.com/c/sdk/+/72980, without the DAS protocol change. by Jaime Wren · 7 years ago
  81. fee8efa [vm] Adds a benchmark for Dart_LoadLibraryFromKernel by Zach Anderson · 7 years ago
  82. 46ec629 [vm/bytecode] Trigger JIT-compilation from interpreter by Alexander Markov · 7 years ago
  83. 9f5aecb Introduce a new flag to the Dart Analysis Server: --ux-experiment-1 which changes analysis roots to the be the current set of priority files. by Jaime Wren · 7 years ago
  84. 9f72b09 Convert resolver.dart to triple-slash comment style. by Paul Berry · 7 years ago
  85. ee0a603 Fix checks for absence of concrete implementations of super-invoked members. by Konstantin Shcheglov · 7 years ago
  86. 3a5b748 Optimize index data structure for search by supertype id. by Konstantin Shcheglov · 7 years ago
  87. af2fd41 Update more analyzer error codes to be generated from messages.yaml by danrubel · 7 years ago
  88. 0bbdd8f [build] Correctly rebase kernel-service output for depfile by Zach Anderson · 7 years ago
  89. cbf6067 [vm/fuzzer] Migrated driver from Python to Dart. by Aart Bik · 7 years ago
  90. e95d944 [VM interpreter] Propagate error from invoked compiled function to interpreter caller. by Régis Crelier · 7 years ago
  91. 05ba853 Cleanup fasta parser rewriter insert token methods by Dan Rubel · 7 years ago
  92. 07a1f23 Improve parser recover to fix more code completion tests by Dan Rubel · 7 years ago
  93. ffa99b9 Update analyzer error code generation by danrubel · 7 years ago
  94. fa0b38b Fix some constructor initializer code completion situations by danrubel · 7 years ago
  95. 2455141 Remove ClassElement.isSuperConstructorAccessible(). by Konstantin Shcheglov · 7 years ago
  96. 3263550 [vm] Decouple bytecode reading from compilation by Alexander Markov · 7 years ago
  97. e3dbea9 Convert declaration_resolver.dart to triple-slash comment style. by Paul Berry · 7 years ago
  98. d32e93d Remove unused import. by Paul Berry · 7 years ago
  99. 4baa3ec Create a base class for non-error resolver test cases. by Paul Berry · 7 years ago
  100. 2e43557 Mark Kernel classes that were Dart mixin declarations by Kevin Millikin · 7 years ago