1. 0abf8f4 Adding some Compile DDC tests (#390) by Brett Morgan · 5 years ago
  2. bf6df47 Eliminating implicit casts (#388) by Brett Morgan · 5 years ago
  3. 311ad13 Merge pull request #389 from dart-lang/also_init_completion by Devon Carew · 5 years ago
  4. 6663f74 also init flutter_web on completion requests by Devon Carew · 5 years ago
  5. 7371bba update to use dartdevc as a persistent worker (#387) by Jacob MacDonald · 5 years ago
  6. c1f696b Remove lint always_specify_types (#386) by Nate Bosch · 5 years ago
  7. d932ca7 Merge pull request #385 from dart-lang/flutter_web_support by Devon Carew · 5 years ago
  8. 88e27e6 comment out the dev bot by Devon Carew · 5 years ago
  9. 3775d7f review comments by Devon Carew · 5 years ago
  10. e733ead fix bots by Devon Carew · 5 years ago
  11. 425c497 add support for compiling and analyzing package:flutter_web apps by Devon Carew · 5 years ago
  12. ee96add Merge pull request #384 from dart-lang/build_artifacts by Devon Carew · 5 years ago
  13. 11ca699 review comments by Devon Carew · 5 years ago
  14. 38770b0 build the necessary fluter_web artifacts by Devon Carew · 5 years ago
  15. 7d51f0d Merge pull request #383 from dart-lang/ddc_fixes by Devon Carew · 5 years ago
  16. 2620f6c update to use the --single-out-file arg by Devon Carew · 5 years ago
  17. f259e83 some fixes to the DDC support by Devon Carew · 5 years ago
  18. d505cf9 Aligning lint rules with dart-pad (#382) by Brett Morgan · 5 years ago
  19. bac29a2 Up memory allocation & fix compilation 500 errors (#381) by Brett Morgan · 5 years ago
  20. bb4cce9 Merge pull request #379 from dart-lang/docs by Devon Carew · 5 years ago
  21. 6400e47 Merge branch 'master' into docs by Devon Carew · 5 years ago
  22. efe4a9d Merge pull request #380 from dart-lang/remove_todo by Devon Carew · 5 years ago
  23. b85348b remove an obsolete todo by Devon Carew · 5 years ago
  24. 314d598 add some docs for grind serve by Devon Carew · 5 years ago
  25. 06814c1 Merge pull request #378 from dart-lang/remove_compile_checked by Devon Carew · 5 years ago
  26. eb673cb review comments by Devon Carew · 5 years ago
  27. ffd641d remove a todo: by Devon Carew · 5 years ago
  28. 848b84c add a compileDDC call by Devon Carew · 5 years ago
  29. 7cbe3a5 remove the checked param to the compile request by Devon Carew · 5 years ago
  30. e331001 Merge pull request #376 from dart-lang/http_500 by Devon Carew · 5 years ago
  31. 811bb62 return a 404 when a request is not found by Devon Carew · 5 years ago
  32. 6214d8e Merge pull request #374 from domesticmouse/master by Brett Morgan · 5 years ago
  33. e1a277c Excluding doc/generated/** from the analyzer by Brett Morgan · 5 years ago
  34. eba0aa6 Merge pull request #373 from domesticmouse/master by Brett Morgan · 5 years ago
  35. 17b6a10 Upgrade to Dart 2.2 by Brett Morgan · 5 years ago
  36. c6d8874 Merge pull request #372 from dart-lang/remove_pub_helper by Devon Carew · 5 years ago
  37. acf2dc4 remove the PubHelper class by Devon Carew · 5 years ago
  38. 210dbe1 Merge pull request #369 from domesticmouse/master by Janice Collins · 5 years ago
  39. 409fb48 Merge branch 'master' into master by Janice Collins · 5 years ago
  40. 765e3e0 Merge pull request #370 from dart-lang/remove-counter by Janice Collins · 5 years ago
  41. 83d3c24 Update generated API and remove test by Janice Collins · 5 years ago
  42. f45f758 Remove the buggy sharded counter and its interfaces by Janice Collins · 5 years ago
  43. 47642af More redis cleanup by Brett Morgan · 5 years ago
  44. 6c9bf84 Doc formatting by Brett Morgan · 5 years ago
  45. 6d94895 Merge pull request #367 from dart-lang/remove-preview-dart-2 by Janice Collins · 5 years ago
  46. 09b95b4 Merge branch 'master' into remove-preview-dart-2 by Janice Collins · 5 years ago
  47. b2a91da Merge pull request #368 from dart-lang/deprecate-unused-interfaces by Janice Collins · 5 years ago
  48. 28a13f9 Merge branch 'master' into remove-preview-dart-2 by Janice Collins · 5 years ago
  49. a7df33b Merge branch 'master' into deprecate-unused-interfaces by Janice Collins · 5 years ago
  50. db4857c Merge pull request #366 from dart-lang/redis-impl by Janice Collins · 5 years ago
  51. cd392ff Redis installation instructions by Janice Collins · 5 years ago
  52. 2af5c9c Deprecate all unused RPC interfaces by Janice Collins · 5 years ago
  53. a0ed114 Clean up remaining traces of --preview-dart-2 by Janice Collins · 5 years ago
  54. 038833d Add a shutdown function for the Cache class and use it by Janice Collins · 5 years ago
  55. 5b50fc1 Looks like travis might already have some version of redis installed by Janice Collins · 5 years ago
  56. 7435a86 Send cache updates asynchronously by Janice Collins · 5 years ago
  57. 3eee4a1 Cleanup tests by Janice Collins · 5 years ago
  58. e7ae4a9 Removing added lints, too much manual hackery by Janice Collins · 5 years ago
  59. 8b69c43 Review comments by Janice Collins · 5 years ago
  60. f625ded Tweak test for different versions of deps by Janice Collins · 5 years ago
  61. 0132ec8 add -y by Janice Collins · 5 years ago
  62. 87fa934 Fix up logging and travis by Janice Collins · 5 years ago
  63. f08032f Fix logging by Janice Collins · 5 years ago
  64. d96ed04 Cleanups by Janice Collins · 5 years ago
  65. f625265 Move env variable to app.yaml by Janice Collins · 5 years ago
  66. a154ec4 Add memorystore instance IP to dart_run.sh by Janice Collins · 5 years ago
  67. 5e2fd86 Basic redis client implementation for dart services. by Janice Collins · 5 years ago
  68. fb52766 Merge pull request #365 from dart-lang/enable-vpc-network by Janice Collins · 5 years ago
  69. cea8cbc Move dart-services to VPC network from legacy by Janice Collins · 5 years ago
  70. fb29642 Merge pull request #364 from dart-lang/jcollins-g-patch-1 by Janice Collins · 5 years ago
  71. 18c36cd Update README.md by Janice Collins · 5 years ago
  72. 296cd5d Merge pull request #363 from dart-lang/rpc-update by Janice Collins · 5 years ago
  73. 35b2432 Merge branch 'master' into rpc-update by Janice Collins · 5 years ago
  74. f69eea6 Merge pull request #362 from dart-lang/coverage-reenable by Janice Collins · 5 years ago
  75. 0e4a5e0 Update RPC package to 0.6.1 and delete local copy of rpc by Janice Collins · 5 years ago
  76. 66b3ef8 Merge branch 'master' into rpc-update by Janice Collins · 5 years ago
  77. 535c1d0 Trivial change to check posting by Janice Collins · 5 years ago
  78. de51f57 It is actually the dispose() that is breaking us. The rest of the shutdown is needed by Janice Collins · 5 years ago
  79. bff898d Clean up analysis error by Janice Collins · 5 years ago
  80. 45dad67 Fix grind run by Janice Collins · 5 years ago
  81. ec859c5 Properly set up to run tests by Janice Collins · 5 years ago
  82. 8952ac2 Forgot to fetch the sdk as part of the test run. by Janice Collins · 5 years ago
  83. 6380d9b Move lcov execution into the travis script (skip where not applicable) by Janice Collins · 5 years ago
  84. 683dd4c Fix problems preventing coverage from working by Janice Collins · 5 years ago
  85. 435c64a Merge pull request #361 from dart-lang/use_pedantic by Devon Carew · 5 years ago
  86. f9fce81 use the analysis lints from package:pedantic by Devon Carew · 5 years ago
  87. 53794df Use 0.6.1 prerelease for test by Janice Collins · 5 years ago
  88. 51a8967 Merge branch 'master' into rpc-update by Janice Collins · 5 years ago
  89. 218fa76 Merge pull request #359 from dart-lang/dart2js-downloaded-sdk by Janice Collins · 5 years ago
  90. eff4c35 Merge branch 'master' into dart2js-downloaded-sdk by Janice Collins · 5 years ago
  91. 5557b73 Merge pull request #360 from jonasfj/upgrade-appengine by Janice Collins · 5 years ago
  92. 084671c Merge branch 'master' into dart2js-downloaded-sdk by Janice Collins · 5 years ago
  93. 1789b16 rpc update testing by Janice Collins · 5 years ago
  94. 39c7562 Removed memcache from Dockerfile by Jonas Finnemann Jensen · 5 years ago
  95. e079127 Updated to appengine 0.6.0 by Jonas Finnemann Jensen · 5 years ago
  96. 0fbc761 Merge pull request #358 from dart-lang/upgrade_deps by Devon Carew · 5 years ago
  97. a210371 Use the downloaded SDK for dart2js by Janice Collins · 5 years ago
  98. 4075bb9 Remove fields only interesting for publish by Kevin Moore · 5 years ago
  99. 57b5422 add publish_to: none by Devon Carew · 5 years ago
  100. 8f41c7a upgrade deps by Devon Carew · 5 years ago