0.6.18.0
  1. ad55581 Fix type error. by ahe@google.com · 12 years ago
  2. d23f1a5 Implement reflecting on mixin applications. by ahe@google.com · 12 years ago
  3. 5c4f3ec Ensure that renames fail atomically in pub. by nweiz@google.com · 12 years ago
  4. daf090e Tightening up dart2js load timing. by blois@google.com · 12 years ago
  5. affaf4c Renaming Crypto's new horribly generic class 'Key' to CryptoKey. by blois@google.com · 12 years ago
  6. e8a9490 Don't cache non-Interceptor interceptors. by ahe@google.com · 12 years ago
  7. 1d86c37 Fix issue 12023 by avoiding a critical edge in the SSA graph with a switch statement. by ngeoffray@google.com · 12 years ago
  8. 616a68c Don't use uppercase letters for local names. by ahe@google.com · 12 years ago
  9. 6ee312e Put constants in 'C', not '$'. by ahe@google.com · 12 years ago
  10. 886fd8e Fix resolved visitor to dispatch a constructor redirection to a static send instead of a closure send. by ngeoffray@google.com · 12 years ago
  11. 250264d Implement visitCascade/visitCascadeReceiver in inferrer_visitor.dart by kustermann@google.com · 12 years ago
  12. 4b2d651 dart:io | Add badCertificateCallback to HttpClient. by whesse@google.com · 12 years ago
  13. 86d92ec Handle switch with default case, and do/while loop better in the inferrer. by ngeoffray@google.com · 12 years ago
  14. 00dd47d dart:io | Add Link.update, and change Link.updateSync. by whesse@google.com · 12 years ago
  15. dfc7d44 List.sublist() doc clarification. by cbracken@google.com · 12 years ago
  16. 03e749c Fix Event delegation on IE. by efortuna@google.com · 12 years ago
  17. b1045e1 More clean up for HttpRequest docs. by efortuna@google.com · 12 years ago
  18. 2dd78f9 Disable InstanceMirror.invoke caching while investigating bug by ahe@google.com · 12 years ago
  19. 8be6863 Improve performance of InstanceMirror.invoke, etc. by ahe@google.com · 12 years ago
  20. 7d09ae0 nits from cr 22070003 by kevmoo@j832.com · 12 years ago
  21. 6341619 Don't return from void function by ahe@google.com · 12 years ago
  22. b68699b add a const ctor to Converter by kevmoo@j832.com · 12 years ago
  23. ade6a898 Improve performance of reflectClass. by ahe@google.com · 12 years ago
  24. c0ce070 Improve performance of ClassMirror.newInstance. by ahe@google.com · 12 years ago
  25. 52ffb0c Improve performance of ClosureMirror.function. by ahe@google.com · 12 years ago
  26. 667e357 Only retain needed metadata constants. by ahe@google.com · 12 years ago
  27. b4cc8ef Fix issue 12288: a getter also returns something. by ngeoffray@google.com · 12 years ago
  28. 9594565 Add Process.runSync for running processes synchronously by sgjesse@google.com · 12 years ago
  29. 48cf6c5 Fix some analyzer warnings in dart:io. by whesse@google.com · 12 years ago
  30. 59c2915 Removing overloaded operations in dart2js. by blois@google.com · 12 years ago
  31. 1120754 Remove unused imports in pub. by rnystrom@google.com · 12 years ago
  32. a411339 Add missing return. by rnystrom@google.com · 12 years ago
  33. bac37a2 Handle missing files more gracefully in pub serve. by rnystrom@google.com · 12 years ago
  34. 6d1fd0e Re-running go.sh BUG= R=efortuna@google.com by blois@google.com · 12 years ago
  35. d25bf6b Fix for switch type inferrence by sra@google.com · 12 years ago
  36. 03e08dd Collections returned by mirror API should be unmodifiable. by ahe@google.com · 12 years ago
  37. 8d3bc0d More subclasses of Error. by ahe@google.com · 12 years ago
  38. be7fb47 Cope with missing stack traces (IE9). by ahe@google.com · 12 years ago
  39. 4d4fa32 Implement Error.stackTrace. by ahe@google.com · 12 years ago
  40. 292f34b dart:io | Add SecureSocket.importPrivateCertificates, that reads a PKCS#12 file. by whesse@google.com · 12 years ago
  41. 60ad62d Make throwing exceptions faster by deferring traces. by ahe@google.com · 12 years ago
  42. 1685a78 Fix KeyEvent keyIdentifier is unsupported error message. by efortuna@google.com · 12 years ago
  43. 3304c64 Make includeAncestors match a separate method. by efortuna@google.com · 12 years ago
  44. 9fdbcf1 Add includeAncestors to dartium matches call. by efortuna@google.com · 12 years ago
  45. e8c1c17 Adjust test status for debugging in Dartium. by efortuna@google.com · 12 years ago
  46. 7312ba7 Move matches method so that it gets generated for dart2js and dartium. by efortuna@google.com · 12 years ago
  47. 8963a49 Event delegation Fix for https://code.google.com/p/dart/issues/detail?id=6270 by efortuna@google.com · 12 years ago
  48. 2a1729f Fix pub mac bot. by rnystrom@google.com · 12 years ago
  49. 3064d92 Ignore unused classes when constructing set for deferred loading. by aprelev@gmail.com · 12 years ago
  50. b76d72c Fixing analyzer issue on AbstractWorker by blois@google.com · 12 years ago
  51. 83415dd Rerun go.sh by efortuna@google.com · 12 years ago
  52. 5c63370 Make ClosureMirror handle instances of user-defined classes that implement call. by rmacnak@google.com · 12 years ago
  53. e5cbc80 Updates to the mirror specification. by gbracha@google.com · 12 years ago
  54. 737df93 Revert "Try to fix failing test on bot." by rnystrom@google.com · 12 years ago
  55. 52308e0 Try to fix failing test on bot. by rnystrom@google.com · 12 years ago
  56. dd7d7f5 Rename MirrorSystem.getName calls in dart2dart. by zarah@google.com · 12 years ago
  57. eedbf0c Fix a few issues in the dartanalyzer shell scripts. by ricow@google.com · 12 years ago
  58. 2c7cbc8 Do not emit substitutions for unnamed mixin applications. by karlklose@google.com · 12 years ago
  59. a1158d6 Make the values of Platform.executable and Platform.script available to all isolates by sgjesse@google.com · 12 years ago
  60. c6fad25 Fix pub and dart2js browser tests. by scheglov@google.com · 12 years ago
  61. 0565d67 convert: new LineSplitter, (io: Deprecate LineTransformer) by kevmoo@j832.com · 12 years ago
  62. f724aaf Compute the correct signature for default constructors. by ahe@google.com · 12 years ago
  63. 47b2096 Retain fewer names for reflection. by ahe@google.com · 12 years ago
  64. c456a4e Retain elements a finer granularity than library. by ahe@google.com · 12 years ago
  65. cfba41b Add support for file URIs and extracting the file path from file URIs by sgjesse@google.com · 12 years ago
  66. 63f6d5c Handle int/double case expression types correctly. by johnniwinther@google.com · 12 years ago
  67. 1a2f104 Remove support for remaining deprecated features. by johnniwinther@google.com · 12 years ago
  68. 7927468 Remove support for getters with parameters. by johnniwinther@google.com · 12 years ago
  69. 1319ddb Remove support for missing part-of tag. by johnniwinther@google.com · 12 years ago
  70. 2b37129 Fixing polyfill for Element.createShadowRoot. by blois@google.com · 12 years ago
  71. 0094164 Regenerating DOM types from IDL roll. by blois@google.com · 12 years ago
  72. 4881d36 Fix texImage2D on Dartium. by efortuna@google.com · 12 years ago
  73. 77b6f31 Remove mirror API that no longer applies after removal of explicit interfaces. by rmacnak@google.com · 12 years ago
  74. aea78f5 Fixing invalid code in docs for HttpRequest constructor. by blois@google.com · 12 years ago
  75. 8237675 Adding HttpRequest method to make it easier to post form data. by blois@google.com · 12 years ago
  76. 0da2ef2 Add method to html_dartium utils to check for NSM errors by jacobr@google.com · 12 years ago
  77. dd75544 Add redirect method to HttpResponse by sgjesse@google.com · 12 years ago
  78. cb18d8b Removed compiler/ directory from repository by kustermann@google.com · 12 years ago
  79. b10d8f0 Add magnitude getter to Point. by efortuna@google.com · 12 years ago
  80. 54bac0c Rerun go.sh by efortuna@google.com · 12 years ago
  81. f01310e Add argument check to Directory and Link constructors by sgjesse@google.com · 12 years ago
  82. 395dd99 Improve the HttpClient documentation by sgjesse@google.com · 12 years ago
  83. 1311f1d Fixing WebGLLoseContext on Firefox. BUG=11874 R=efortuna@google.com by blois@google.com · 12 years ago
  84. 651836e Fixing some SVG collections not working on Dartium. by blois@google.com · 12 years ago
  85. fcff23c Fix checked mode issue in previous commit by sgjesse@google.com · 12 years ago
  86. 869cc6d Make the parameters map of the HTTP HeaderValue unmodifiable by sgjesse@google.com · 12 years ago
  87. 0c2a205 Change the dart2js enqueuer to not continuously add the same instantiated classes. by ricow@google.com · 12 years ago
  88. 4830c23 Don't report errors when sending ping/pong messages. by ajohnsen@google.com · 12 years ago
  89. 761dbb6 remove bindModel, the same effect can be achieved through createInstance by jmesserly@google.com · 12 years ago
  90. 59a514b Moving AngleInstancedArrays from dart:html to dart:web_gl. by blois@google.com · 12 years ago
  91. 0b0658b Install before starting the server if the lockfile is out of date. by rnystrom@google.com · 12 years ago
  92. 097d849 Fix pub serve on Windows. by rnystrom@google.com · 12 years ago
  93. 6514533 Allow "bulk editing" of the CssStyleDeclaration objects in an ElementList as by efortuna@google.com · 12 years ago
  94. c63bb3c Implement MirrorUsed.targets for libraries. by ahe@google.com · 12 years ago
  95. 9e27f1b Add SecureSocket.addCertificate. by whesse@google.com · 12 years ago
  96. dedc8aa Remove support for script tags. by johnniwinther@google.com · 12 years ago
  97. a7d13fa Treat ambiguous types as malformed. by johnniwinther@google.com · 12 years ago
  98. ff1a1b8 Disable failing serve tests on Windows. by rnystrom@google.com · 12 years ago
  99. 3b1d63c First stab at a dev server in pub using barback. by rnystrom@google.com · 12 years ago
  100. 2e4754e Add Float32x4List.fromList to runtime implementation and some tests by johnmccutchan@google.com · 12 years ago