0.5.20.0
  1. e3aef54 Change dart2js RegExp to keep global/anchored versions inside the JSRegExp. by lrn@google.com · 12 years ago
  2. 4ba58fd Implement a list tracer phase, that tries to find element types in individual lists. by ngeoffray@google.com · 12 years ago
  3. cd50777 Revert "Clean up js_rti" by johnniwinther@google.com · 12 years ago
  4. 442640b Clean up js_rti by johnniwinther@google.com · 12 years ago
  5. 3ee4965 Be smarter about when to disable global type inference. by ahe@google.com · 12 years ago
  6. 4509912 Improve toString on mirrors and align VM and dart2js. by ahe@google.com · 12 years ago
  7. 1f449fd Report async errors when they happend, in directory listing. by ajohnsen@google.com · 12 years ago
  8. 1b83d3b Make Directory.list pull-based, making it possible to pause, resume and cancel directory listing. by ajohnsen@google.com · 12 years ago
  9. 2ae198d Reapply "Zone support for Futures, Timer, Streams." by floitsch@google.com · 12 years ago
  10. c78462c Changes to mirrors in support of metadata access at runtime. by gbracha@google.com · 12 years ago
  11. ce51705 TBR: Cleanup MatchState in pub. by gram@google.com · 12 years ago
  12. bcba9d5 Revert "Zone support for Futures." by floitsch@google.com · 12 years ago
  13. 9485a09 catchErrors and waitForCompletion now based on runZonedExperimental. by floitsch@google.com · 12 years ago
  14. 496f6dc Add zone support to streams. by floitsch@google.com · 12 years ago
  15. 96c6330 Add Zone support for Timers. by floitsch@google.com · 12 years ago
  16. 4021600 Zone support for Futures. by floitsch@google.com · 12 years ago
  17. 7ce40aa dart:io | Add File.rename by sgjesse@google.com · 12 years ago
  18. b11caef Correctly set the encoding on _HttpOutboundMessage to contentType's charset, with fallback to Latin1. by ajohnsen@google.com · 12 years ago
  19. 0699e09 Be smarter about when to disable tree-shaking. by ahe@google.com · 12 years ago
  20. f4d7cdd Add experimental annotation for mirror usage. by ahe@google.com · 12 years ago
  21. 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
  22. 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
  23. 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
  24. 28560f4 Adding WebGL context events to Canvas. by blois@google.com · 12 years ago
  25. 1346d0e Remove compiler hack for HTMLElement (Issue 9907) by sra@google.com · 12 years ago
  26. 25178b1 Adding Range constructor for document.caretRangeFromPoint. by blois@google.com · 12 years ago
  27. 4c89585 Address comment from CL 14993002. by floitsch@google.com · 12 years ago
  28. 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
  29. 23b00f5 Fix function renaming typo - change CarryOver to Buffered. by whesse@google.com · 12 years ago
  30. db7100b Remove import of Queue from dart:io. by ajohnsen@google.com · 12 years ago
  31. 0497edb Cache the Platform.environment used for HttpClient. by ajohnsen@google.com · 12 years ago
  32. b5af633 dart:io | Rename optional carryOverData argument to SecureSocket.secureServer to bufferedData. by whesse@google.com · 12 years ago
  33. 8e34ec1 Fix type in LinkedList. by ajohnsen@google.com · 12 years ago
  34. b4ad1c6 Use LinkedList for Timer implementation in dart:io. by ajohnsen@google.com · 12 years ago
  35. c224fdc Store _HttpConnection's in a linked list, not a HashSet. by ajohnsen@google.com · 12 years ago
  36. 0cd11fc Remove Encoding.BINARY by sgjesse@google.com · 12 years ago
  37. 9b67f92 Use Pattern.matchAsPrefix to let String.indexOf/lastIndexOf/startsWith accept Pattern. by lrn@google.com · 12 years ago
  38. b726012 Make some HTTP utility functions public by sgjesse@google.com · 12 years ago
  39. 0621836 Fix types in LinkedList. by ajohnsen@google.com · 12 years ago
  40. feca0ac Introduce new LinkedList to dart:collection. by ajohnsen@google.com · 12 years ago
  41. c2d41fb Add support for binary stdout/stderr data when using Process.run by sgjesse@google.com · 12 years ago
  42. 5004e52 Add missing addAll in some Map implementations by sgjesse@google.com · 12 years ago
  43. b5f256b Fixing SerializedScriptValue letting Dart list members through to native lists. by blois@google.com · 12 years ago
  44. 06f0514 Improve documentation for animationFrame. by efortuna@google.com · 12 years ago
  45. d9af545 Moved docgen out of the sdk into pkg/ by tmandel@google.com · 12 years ago
  46. c3636dc Mark canPlayType as unstable. by efortuna@google.com · 12 years ago
  47. f016e7a Fixing CSS Animations cross-platform issues. BUG= R=jacobr@google.com by blois@google.com · 12 years ago
  48. fbcef8b Moved functions into a class and added simple markdown support by tmandel@google.com · 12 years ago
  49. b61e864 Fix RtcDataChannel for Firefox nightly by blois@google.com · 12 years ago
  50. ddf5372 Fix host-checked mode error in dart2js by removing bad assertion. by ngeoffray@google.com · 12 years ago
  51. bee2817 Make [HTypeConversion] with NO_CHECK code motion invariant to ensure no code is generated for it. by ngeoffray@google.com · 12 years ago
  52. 0d2d816 Don't let HCheck instructions prevent GVN. by ngeoffray@google.com · 12 years ago
  53. 11e14c1 Update assertion regarding supertypes. by ahe@google.com · 12 years ago
  54. 65ea1ac Move lib from sdk/lib/_internal/compiler/implementation to _internal root. by ricow@google.com · 12 years ago
  55. 1f791bd Move array and string related HType from const to a field in the backend. by ngeoffray@google.com · 12 years ago
  56. 9614a60 Proof-of-concept matchPrefix on Pattern. by lrn@google.com · 12 years ago
  57. 55709f1 Ensure that only byte values are sent by sockets and web sockets by sgjesse@google.com · 12 years ago
  58. c7d45a0 Refactor type inference visitor to move all the logic of locals handling in a specific visitor. by ngeoffray@google.com · 12 years ago
  59. 233a218 Fix two type errors and dart2dart status. by ahe@google.com · 12 years ago
  60. f0224cd Implement: by ahe@google.com · 12 years ago
  61. eeac55f Expose default constructors through ClassElement.localMembers. by ahe@google.com · 12 years ago
  62. d72387b Updating metadata after Chrome rolls. by blois@google.com · 12 years ago
  63. 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
  64. ab50cfc Adding annotations for native types of type Object or dynamic. by blois@google.com · 12 years ago
  65. 7b0467e Add compileAll internal compiler flag. by ahe@google.com · 12 years ago
  66. 648084a Bringing dart:html's spawnDomFunction into sync between dart2js and dartium. by blois@google.com · 12 years ago
  67. 3c05686 Set the supertype to avoid loop. by ahe@google.com · 12 years ago
  68. 04b7752 Remove references to RedirectLimitExceededException. by ajohnsen@google.com · 12 years ago
  69. 5ce3b9d Clean up dart:io exceptions. by ajohnsen@google.com · 12 years ago
  70. 7296f2c Mark _OptionsImpl.version as external. by ajohnsen@google.com · 12 years ago
  71. 2149b3a Add 'Server' and 'User-Agent' default header fields. by ajohnsen@google.com · 12 years ago
  72. 5460153 Put back the assertion on resolved elements. by ngeoffray@google.com · 12 years ago
  73. a682c56 Fix 2 host-checked error with the enqueuer: by ngeoffray@google.com · 12 years ago
  74. 8ffb0ee Re-enable and update pub_uploader_test. by ajohnsen@google.com · 12 years ago
  75. f26f1ab Update and re-enable with_server_rejected_credentials_authenticates_again_test. by ajohnsen@google.com · 12 years ago
  76. 6ce28cc Fix bot breakages. by amouravski@google.com · 12 years ago
  77. cac629e Trying one more time to get Windows dartdoc to cooperate. by amouravski@google.com · 12 years ago
  78. 526d551 Stop working around issue 2644. by nweiz@google.com · 12 years ago
  79. 3e98d39 Updating docs for appendText and insertAdjacentText to reflect implementation. by blois@google.com · 12 years ago
  80. d5dd12f Creates detailed output to .yaml files. by tmandel@google.com · 12 years ago
  81. 5a334f3 Remove renames for gone interfaces. by antonm@google.com · 12 years ago
  82. 84fa26b Use available API. by ahe@google.com · 12 years ago
  83. 7cef6db Rip-off the backend type inferrer. by ngeoffray@google.com · 12 years ago
  84. 7e904f5 Preliminary support for reflecting on generic types. by ahe@google.com · 12 years ago
  85. b841ead Add addAll to Map interface. by lrn@google.com · 12 years ago
  86. df6b4b1 Make _FutureImpl._chain do path shortening on listeners. by lrn@google.com · 12 years ago
  87. 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
  88. e459107 Cache hash code in selector from creation point. by kasperl@google.com · 12 years ago
  89. 60a5efe dart:io | Fix issue involving SecureServerSocket error handling and HttpServer stream cancellation. by whesse@google.com · 12 years ago
  90. 223c3b5 Improve the dartdoc for HttpBodyHandler by sgjesse@google.com · 12 years ago
  91. 99e6d4f Don't create part.js when there is no deferred loading. by ahe@google.com · 12 years ago
  92. d318c99 Implement ClassMirror.superclass. by ahe@google.com · 12 years ago
  93. 6c96277 Nope, still broken. :[ by amouravski@google.com · 12 years ago
  94. 7c7d060 Trying to fix bots again. by amouravski@google.com · 12 years ago
  95. 7af5162 Forgot to add some parts of the path. by amouravski@google.com · 12 years ago
  96. 661eaa0 Fix how paths are constructed for Dartdoc on Windows. by amouravski@google.com · 12 years ago
  97. dc3cfaf Fix Dartdoc for Windows. by amouravski@google.com · 12 years ago
  98. 6632a3d Fixed an incorrect doc reference. by amouravski@google.com · 12 years ago
  99. f7e2d34 Fixing codegen issues from Blink roll. by blois@google.com · 12 years ago
  100. f138821 Some mysterious updates. by antonm@google.com · 12 years ago