1. 20 May, 2019 1 commit
  2. 16 May, 2019 1 commit
  3. 14 May, 2019 1 commit
  4. 29 Apr, 2019 1 commit
  5. 25 Apr, 2019 1 commit
  6. 06 Mar, 2019 1 commit
  7. 15 Feb, 2019 1 commit
  8. 08 Feb, 2019 1 commit
    • Phil Quitslund's avatar
      remove super_goes_last (#27690) · 9e3a0d30
      Phil Quitslund authored
      In Dart 2, it is a compile-time error if a superinitializer
      appears in an initializer list at any other position than at the end so this
      rule is made redundant by the Dart analyzer's basic checks and is no longer
      necessary.
      9e3a0d30
  9. 11 Jan, 2019 2 commits
  10. 06 Jan, 2019 1 commit
  11. 03 Jan, 2019 1 commit
  12. 27 Dec, 2018 1 commit
  13. 10 Dec, 2018 1 commit
  14. 19 Nov, 2018 1 commit
  15. 17 Oct, 2018 2 commits
  16. 05 Oct, 2018 2 commits
  17. 14 Sep, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 11 Sep, 2018 1 commit
  20. 10 Sep, 2018 1 commit
  21. 28 Aug, 2018 1 commit
  22. 21 Aug, 2018 1 commit
  23. 20 Aug, 2018 1 commit
    • Ian Hickson's avatar
      `flutter analyze` cleanup (#20490) · ad1eaff4
      Ian Hickson authored
      * `flutter analyze` cleanup
      
      * Make `--dartdocs` work in all modes.
      * Make `analyze-sample-code.dart` more resilient.
      * Add a test for `analyze-sample-code.dart`.
      * Minor cleanup in related code and files.
      
      * Apply review comments
      
      * Fix tests
      ad1eaff4
  24. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  25. 06 Aug, 2018 1 commit
  26. 02 Aug, 2018 2 commits
    • Alexandre Ardhuin's avatar
      eda03e25
    • Aart Bik's avatar
      Dart SDK roll for 8/1/2018 (#20120) · 724b9249
      Aart Bik authored
      * Dart SDK roll for 8/1/2018
      
      Dart SDK roll and disabling of return warnings as errors.
      
      List of commits included in this roll:
      
      8bad5c7b29 [vm/compiler] Non-speculative X64 long division/remainder.
      918cda18c5 Add docs about sourcemap extensions
      329e029bd6 Fixes dart-lang/sdk#34035
      12326c10e1 Store constructor field initializera when the target is not a field.
      50da4b8d92 Skip ShadowInvalidFieldInitializer while resynthesizing constructor initializers.
      8810b6ecc7 Translate kernel.Instantiation in constant expressions.
      cb7341fceb Initial support for inlining-data in source-maps.
      4206131030 Fix tracking of onStep position of arguments to new expression
      384b0a9a73 Issue 34038. Fix resynthesizing imports when mixed with exports.
      ba7dbcf412 Update the test output processor to produce more useful analysis
      4b2ee8e9a5 Improve catch clause recovery
      66500de4dc More fixes to the CFE integration tests
      3f2251986d CC sra also in changes to compiler files and tests
      4734c55882 Report error on unsupported operators
      00e3109368 [VM] Adjust flags for creating depfiles
      07c462b471 [vm] Refactoring: extract BaseFlowGraphBuilder to a separate file
      ff9167ff7b Fix parseDirectives to recognize metadata
      079bebb78b [ VM ] Added missing token position for assert statements
      174649b9be [gardening] Update status of dissasemble_test on Windows
      8c5aca7d4d Remove the Factory interface
      3dc201e168 Update ChangeBuilder to not include empty edits (Take 2)
      18047b2757 Refactor test.dart by changing class Configuration to TestConfiguration
      7373d38a31 Update status for Dart2js minified CSP on Chrome with fast startup
      61148eade8 Update mixin-declaration feature specification.
      a98feb0f01 [VM interpreter] Fix exception handling. Convert bytecode indices to pc offsets ....
      da2ed2fd59 Don't ignore runtime cast failures on Map<K,V>.
      3d8ca8e566 [gardening] Increase debug app-jitk timeout
      0313f7bd66 [gardening] Update status file for failing test
      6c39bc38f3 Clear ShadowX references that are not required after compilation.
      05b9bbd2b5 Remove the dart1 version of the analysis server snapshot.
      9107399190 Add back in the analysis server training.
      9fb6c09015 Store reference/type for invalid types.
      21db860271 Remove non-strong dart2js builders from test_matrix.json
      2e7b0a13f1 Add support for accessing all of the created contexts
      73663ae7c6 Allow void on the RHS of null coalescing expressions
      17cb6d95d1 Don't remember TypeEnvironment in resolution results.
      72960de5f9 [VM] Fix one more place where bound error allocation happened on BG thread in new space
      6ad79ff4bd Update status file for tests passing under CFE
      23ba527735 [VM] Ensure to alloate bound errors in old space on BG compiler
      fe8052428b Remove CONTENT_MODIFIED from spec/test for getSignature
      c4c847a45c Revert "[CQ] Remove pkg-linux-release from the CQ trybots until it is fixed"
      beaf05efa3 [vm] When generating JITDUMP also dump IR and attach it as source to code.
      24158b773d [vm/compiler] Do not LICM LoadStaticField for uninitialized fields.
      68bfaf3ac3 [vm/compiler] Avoid crashes when canonicalizing unreachable AssertAssignable.
      5a45b2a62b [infra] Upgrade homebrew dependencies to work on Dart 2
      8e287dc037 [VM] Only add direct implementor when reading script snapshots if ....
      6e81d74fcc [VM] Optimize generation of type testing stubs in JIT mode.
      058510eeab fix #28233, add hint for missing returns to function expressions
      4482d13ff7 [vm/compiler] Bug fix in 64-bit MOD (%) operator.
      
      * Try ignore instead of commenting out.
      
      * Also disable this in package analysis options.
      724b9249
  27. 27 Jul, 2018 1 commit
  28. 23 Jul, 2018 1 commit
  29. 16 Jul, 2018 2 commits
  30. 13 Jun, 2018 2 commits
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
    • Alexandre Ardhuin's avatar
  31. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  32. 05 Jun, 2018 1 commit
  33. 31 May, 2018 2 commits