0.5.19.0
  1. c78462c Changes to mirrors in support of metadata access at runtime. by gbracha@google.com · 12 years ago
  2. ce51705 TBR: Cleanup MatchState in pub. by gram@google.com · 12 years ago
  3. 4bea849 Make pub.bat work from within the repo. by rnystrom@google.com · 12 years ago
  4. bcba9d5 Revert "Zone support for Futures." by floitsch@google.com · 12 years ago
  5. 9485a09 catchErrors and waitForCompletion now based on runZonedExperimental. by floitsch@google.com · 12 years ago
  6. 496f6dc Add zone support to streams. by floitsch@google.com · 12 years ago
  7. 96c6330 Add Zone support for Timers. by floitsch@google.com · 12 years ago
  8. 4021600 Zone support for Futures. by floitsch@google.com · 12 years ago
  9. 7ce40aa dart:io | Add File.rename by sgjesse@google.com · 12 years ago
  10. b11caef Correctly set the encoding on _HttpOutboundMessage to contentType's charset, with fallback to Latin1. by ajohnsen@google.com · 12 years ago
  11. 0699e09 Be smarter about when to disable tree-shaking. by ahe@google.com · 12 years ago
  12. f4d7cdd Add experimental annotation for mirror usage. by ahe@google.com · 12 years ago
  13. 235aa95 Do LICM on loop header instructions. Also first instructions that throw in a loop can be LICM'ed. by ngeoffray@google.com · 12 years ago
  14. 0a8686b We need to do the argument and receiver optimizations after type propagation: an instruction might move from something specific to something wider during the propagation. by ngeoffray@google.com · 12 years ago
  15. 273806d Change how we deal with manual inlining of argument error and NSM when propagating types. This change helps reducing bailout calls by doing more receiver and argument checks. by ngeoffray@google.com · 12 years ago
  16. 28560f4 Adding WebGL context events to Canvas. by blois@google.com · 12 years ago
  17. 1346d0e Remove compiler hack for HTMLElement (Issue 9907) by sra@google.com · 12 years ago
  18. 25178b1 Adding Range constructor for document.caretRangeFromPoint. by blois@google.com · 12 years ago
  19. 4c89585 Address comment from CL 14993002. by floitsch@google.com · 12 years ago
  20. b206fa4 We always had this class in the hierarchy for Dartium but had hidden it for Dart2js, this caused problems because the actual runtime hierarchy was different than the Dart expressed one. by blois@google.com · 12 years ago
  21. 23b00f5 Fix function renaming typo - change CarryOver to Buffered. by whesse@google.com · 12 years ago
  22. db7100b Remove import of Queue from dart:io. by ajohnsen@google.com · 12 years ago
  23. 0497edb Cache the Platform.environment used for HttpClient. by ajohnsen@google.com · 12 years ago
  24. b5af633 dart:io | Rename optional carryOverData argument to SecureSocket.secureServer to bufferedData. by whesse@google.com · 12 years ago
  25. 8e34ec1 Fix type in LinkedList. by ajohnsen@google.com · 12 years ago
  26. b4ad1c6 Use LinkedList for Timer implementation in dart:io. by ajohnsen@google.com · 12 years ago
  27. c224fdc Store _HttpConnection's in a linked list, not a HashSet. by ajohnsen@google.com · 12 years ago
  28. 0cd11fc Remove Encoding.BINARY by sgjesse@google.com · 12 years ago
  29. 9b67f92 Use Pattern.matchAsPrefix to let String.indexOf/lastIndexOf/startsWith accept Pattern. by lrn@google.com · 12 years ago
  30. b726012 Make some HTTP utility functions public by sgjesse@google.com · 12 years ago
  31. 0621836 Fix types in LinkedList. by ajohnsen@google.com · 12 years ago
  32. feca0ac Introduce new LinkedList to dart:collection. by ajohnsen@google.com · 12 years ago
  33. c2d41fb Add support for binary stdout/stderr data when using Process.run by sgjesse@google.com · 12 years ago
  34. 5004e52 Add missing addAll in some Map implementations by sgjesse@google.com · 12 years ago
  35. b5f256b Fixing SerializedScriptValue letting Dart list members through to native lists. by blois@google.com · 12 years ago
  36. 06f0514 Improve documentation for animationFrame. by efortuna@google.com · 12 years ago
  37. d9af545 Moved docgen out of the sdk into pkg/ by tmandel@google.com · 12 years ago
  38. c3636dc Mark canPlayType as unstable. by efortuna@google.com · 12 years ago
  39. f016e7a Fixing CSS Animations cross-platform issues. BUG= R=jacobr@google.com by blois@google.com · 12 years ago
  40. fbcef8b Moved functions into a class and added simple markdown support by tmandel@google.com · 12 years ago
  41. b61e864 Fix RtcDataChannel for Firefox nightly by blois@google.com · 12 years ago
  42. ddf5372 Fix host-checked mode error in dart2js by removing bad assertion. by ngeoffray@google.com · 12 years ago
  43. bee2817 Make [HTypeConversion] with NO_CHECK code motion invariant to ensure no code is generated for it. by ngeoffray@google.com · 12 years ago
  44. 0d2d816 Don't let HCheck instructions prevent GVN. by ngeoffray@google.com · 12 years ago
  45. 659b81f Fixed sdk/bin/dart2analyzer to use package-root by kustermann@google.com · 12 years ago
  46. 11e14c1 Update assertion regarding supertypes. by ahe@google.com · 12 years ago
  47. 65ea1ac Move lib from sdk/lib/_internal/compiler/implementation to _internal root. by ricow@google.com · 12 years ago
  48. 1f791bd Move array and string related HType from const to a field in the backend. by ngeoffray@google.com · 12 years ago
  49. 9614a60 Proof-of-concept matchPrefix on Pattern. by lrn@google.com · 12 years ago
  50. 55709f1 Ensure that only byte values are sent by sockets and web sockets by sgjesse@google.com · 12 years ago
  51. c7d45a0 Refactor type inference visitor to move all the logic of locals handling in a specific visitor. by ngeoffray@google.com · 12 years ago
  52. 233a218 Fix two type errors and dart2dart status. by ahe@google.com · 12 years ago
  53. f0224cd Implement: by ahe@google.com · 12 years ago
  54. eeac55f Expose default constructors through ClassElement.localMembers. by ahe@google.com · 12 years ago
  55. d72387b Updating metadata after Chrome rolls. by blois@google.com · 12 years ago
  56. 09dab7e Fixing up element_types_test to work properly in checked mode, adding a few more element constructors. by blois@google.com · 12 years ago
  57. ab50cfc Adding annotations for native types of type Object or dynamic. by blois@google.com · 12 years ago
  58. 7b0467e Add compileAll internal compiler flag. by ahe@google.com · 12 years ago
  59. 648084a Bringing dart:html's spawnDomFunction into sync between dart2js and dartium. by blois@google.com · 12 years ago
  60. 3c05686 Set the supertype to avoid loop. by ahe@google.com · 12 years ago
  61. 04b7752 Remove references to RedirectLimitExceededException. by ajohnsen@google.com · 12 years ago
  62. 5ce3b9d Clean up dart:io exceptions. by ajohnsen@google.com · 12 years ago
  63. 7296f2c Mark _OptionsImpl.version as external. by ajohnsen@google.com · 12 years ago
  64. 2149b3a Add 'Server' and 'User-Agent' default header fields. by ajohnsen@google.com · 12 years ago
  65. 5460153 Put back the assertion on resolved elements. by ngeoffray@google.com · 12 years ago
  66. a682c56 Fix 2 host-checked error with the enqueuer: by ngeoffray@google.com · 12 years ago
  67. 8ffb0ee Re-enable and update pub_uploader_test. by ajohnsen@google.com · 12 years ago
  68. f26f1ab Update and re-enable with_server_rejected_credentials_authenticates_again_test. by ajohnsen@google.com · 12 years ago
  69. 6ce28cc Fix bot breakages. by amouravski@google.com · 12 years ago
  70. cac629e Trying one more time to get Windows dartdoc to cooperate. by amouravski@google.com · 12 years ago
  71. 526d551 Stop working around issue 2644. by nweiz@google.com · 12 years ago
  72. 3e98d39 Updating docs for appendText and insertAdjacentText to reflect implementation. by blois@google.com · 12 years ago
  73. d5dd12f Creates detailed output to .yaml files. by tmandel@google.com · 12 years ago
  74. 5a334f3 Remove renames for gone interfaces. by antonm@google.com · 12 years ago
  75. 84fa26b Use available API. by ahe@google.com · 12 years ago
  76. 7cef6db Rip-off the backend type inferrer. by ngeoffray@google.com · 12 years ago
  77. 7e904f5 Preliminary support for reflecting on generic types. by ahe@google.com · 12 years ago
  78. b841ead Add addAll to Map interface. by lrn@google.com · 12 years ago
  79. df6b4b1 Make _FutureImpl._chain do path shortening on listeners. by lrn@google.com · 12 years ago
  80. d89da9a Break a cycle in the speculative type propagator by checking if a desired type goes to unknown. by ngeoffray@google.com · 12 years ago
  81. e459107 Cache hash code in selector from creation point. by kasperl@google.com · 12 years ago
  82. 60a5efe dart:io | Fix issue involving SecureServerSocket error handling and HttpServer stream cancellation. by whesse@google.com · 12 years ago
  83. 223c3b5 Improve the dartdoc for HttpBodyHandler by sgjesse@google.com · 12 years ago
  84. 99e6d4f Don't create part.js when there is no deferred loading. by ahe@google.com · 12 years ago
  85. d318c99 Implement ClassMirror.superclass. by ahe@google.com · 12 years ago
  86. 6c96277 Nope, still broken. :[ by amouravski@google.com · 12 years ago
  87. 7c7d060 Trying to fix bots again. by amouravski@google.com · 12 years ago
  88. 7af5162 Forgot to add some parts of the path. by amouravski@google.com · 12 years ago
  89. 661eaa0 Fix how paths are constructed for Dartdoc on Windows. by amouravski@google.com · 12 years ago
  90. dc3cfaf Fix Dartdoc for Windows. by amouravski@google.com · 12 years ago
  91. 6632a3d Fixed an incorrect doc reference. by amouravski@google.com · 12 years ago
  92. f7e2d34 Fixing codegen issues from Blink roll. by blois@google.com · 12 years ago
  93. f138821 Some mysterious updates. by antonm@google.com · 12 years ago
  94. f1677b7 Blink IDL roll. by antonm@google.com · 12 years ago
  95. a352956 Chrome roll 202464->204370. by antonm@google.com · 12 years ago
  96. 7629d7f Partial support for new getters/setters declaration. by antonm@google.com · 12 years ago
  97. 2102b3e Revert r23735, some tests failed. by ngeoffray@google.com · 12 years ago
  98. 9c7e994 Fix https://code.google.com/p/dart/issues/detail?id=11117 by not inlining geenrative constructors and their bodies. by ngeoffray@google.com · 12 years ago
  99. 7dd35ed Better documentation on Sets and Maps. Small updates on other documentation too. by lrn@google.com · 12 years ago
  100. 0750610 Stop using non-static const fields and get rid of some analyzer warnings. by kasperl@google.com · 12 years ago