0.5.17.0
  1. d72387b Updating metadata after Chrome rolls. by blois@google.com · 12 years ago
  2. 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
  3. ab50cfc Adding annotations for native types of type Object or dynamic. by blois@google.com · 12 years ago
  4. 7b0467e Add compileAll internal compiler flag. by ahe@google.com · 12 years ago
  5. 648084a Bringing dart:html's spawnDomFunction into sync between dart2js and dartium. by blois@google.com · 12 years ago
  6. 3c05686 Set the supertype to avoid loop. by ahe@google.com · 12 years ago
  7. 04b7752 Remove references to RedirectLimitExceededException. by ajohnsen@google.com · 12 years ago
  8. 5ce3b9d Clean up dart:io exceptions. by ajohnsen@google.com · 12 years ago
  9. 7296f2c Mark _OptionsImpl.version as external. by ajohnsen@google.com · 12 years ago
  10. 2149b3a Add 'Server' and 'User-Agent' default header fields. by ajohnsen@google.com · 12 years ago
  11. 5460153 Put back the assertion on resolved elements. by ngeoffray@google.com · 12 years ago
  12. a682c56 Fix 2 host-checked error with the enqueuer: by ngeoffray@google.com · 12 years ago
  13. 8ffb0ee Re-enable and update pub_uploader_test. by ajohnsen@google.com · 12 years ago
  14. f26f1ab Update and re-enable with_server_rejected_credentials_authenticates_again_test. by ajohnsen@google.com · 12 years ago
  15. 6ce28cc Fix bot breakages. by amouravski@google.com · 12 years ago
  16. cac629e Trying one more time to get Windows dartdoc to cooperate. by amouravski@google.com · 12 years ago
  17. 526d551 Stop working around issue 2644. by nweiz@google.com · 12 years ago
  18. 3e98d39 Updating docs for appendText and insertAdjacentText to reflect implementation. by blois@google.com · 12 years ago
  19. d5dd12f Creates detailed output to .yaml files. by tmandel@google.com · 12 years ago
  20. 5a334f3 Remove renames for gone interfaces. by antonm@google.com · 12 years ago
  21. 84fa26b Use available API. by ahe@google.com · 12 years ago
  22. 7cef6db Rip-off the backend type inferrer. by ngeoffray@google.com · 12 years ago
  23. 7e904f5 Preliminary support for reflecting on generic types. by ahe@google.com · 12 years ago
  24. b841ead Add addAll to Map interface. by lrn@google.com · 12 years ago
  25. df6b4b1 Make _FutureImpl._chain do path shortening on listeners. by lrn@google.com · 12 years ago
  26. 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
  27. e459107 Cache hash code in selector from creation point. by kasperl@google.com · 12 years ago
  28. 60a5efe dart:io | Fix issue involving SecureServerSocket error handling and HttpServer stream cancellation. by whesse@google.com · 12 years ago
  29. 223c3b5 Improve the dartdoc for HttpBodyHandler by sgjesse@google.com · 12 years ago
  30. 99e6d4f Don't create part.js when there is no deferred loading. by ahe@google.com · 12 years ago
  31. d318c99 Implement ClassMirror.superclass. by ahe@google.com · 12 years ago
  32. 6c96277 Nope, still broken. :[ by amouravski@google.com · 12 years ago
  33. 7c7d060 Trying to fix bots again. by amouravski@google.com · 12 years ago
  34. 7af5162 Forgot to add some parts of the path. by amouravski@google.com · 12 years ago
  35. 661eaa0 Fix how paths are constructed for Dartdoc on Windows. by amouravski@google.com · 12 years ago
  36. dc3cfaf Fix Dartdoc for Windows. by amouravski@google.com · 12 years ago
  37. 6632a3d Fixed an incorrect doc reference. by amouravski@google.com · 12 years ago
  38. f7e2d34 Fixing codegen issues from Blink roll. by blois@google.com · 12 years ago
  39. f138821 Some mysterious updates. by antonm@google.com · 12 years ago
  40. f1677b7 Blink IDL roll. by antonm@google.com · 12 years ago
  41. a352956 Chrome roll 202464->204370. by antonm@google.com · 12 years ago
  42. 7629d7f Partial support for new getters/setters declaration. by antonm@google.com · 12 years ago
  43. 2102b3e Revert r23735, some tests failed. by ngeoffray@google.com · 12 years ago
  44. 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
  45. 7dd35ed Better documentation on Sets and Maps. Small updates on other documentation too. by lrn@google.com · 12 years ago
  46. 0750610 Stop using non-static const fields and get rid of some analyzer warnings. by kasperl@google.com · 12 years ago
  47. 1ed367b Report warning on unresolved unqualified access. by johnniwinther@google.com · 12 years ago
  48. 1b7df13 Type check field initializers. by johnniwinther@google.com · 12 years ago
  49. d29b18d Add --library-root to dartdoc invocation. by rnystrom@google.com · 12 years ago
  50. 2dbaddd Make dartdoc.bat work with snapshots and run in the repo. by rnystrom@google.com · 12 years ago
  51. 91ab3a5 Fix windows path error. by efortuna@google.com · 12 years ago
  52. e287ed9 Stop working around issue 2980. by nweiz@google.com · 12 years ago
  53. 8ebf990 Remove extra period. by efortuna@google.com · 12 years ago
  54. 1e4e148 Fix slash output when writing in a string on Windows. by efortuna@google.com · 12 years ago
  55. 126fc37 Makes snapshot smarter so that it can run dart2js on the client files. by amouravski@google.com · 12 years ago
  56. 450b45e Make bin/pub work in the repo. by rnystrom@google.com · 12 years ago
  57. 79ad7b1 Provide a default implementation of ElementX.diagnose. by ahe@google.com · 12 years ago
  58. a0a24b3 Add leading slash to URI path when required. by sgjesse@google.com · 12 years ago
  59. 9265b75 Print the location of duplicated elements. by ahe@google.com · 12 years ago
  60. 6abe65d Reland "Give selectors better hash codes and use it to speed up (negative) equality checks too." by kasperl@google.com · 12 years ago
  61. 7823dcb Fix expectations for co19 RegExp tests. by lrn@google.com · 12 years ago
  62. 0598d20 Implement InstanceMirror.getField/setField (minified). by ahe@google.com · 12 years ago
  63. 450e0f6 Fix-up RegExp implementations. by lrn@google.com · 12 years ago
  64. 06f4c61 Revert "Give selectors better hash codes and use it to speed up (negative) equality checks too." by kasperl@google.com · 12 years ago
  65. f067bec Handle fields/getter of mixed-in classes. by polux@google.com · 12 years ago
  66. 1c74df7 fix unimplemented methods warning by polux@google.com · 12 years ago
  67. eba61a5 Give selectors better hash codes and use it to speed up (negative) equality checks too. by kasperl@google.com · 12 years ago
  68. 318add6 Add a JS AST null value to the generated field metadata instead of null when a field does not have metadata. by ngeoffray@google.com · 12 years ago
  69. 969a1fe Use backend's types for native types. Handle "other dependencies". Gets rid of by polux@google.com · 12 years ago
  70. 66a65db The SsaConstructionFieldTypes phase actually deals correclty wiht control flow, so overwriting the previous type with the new type is correct. However, the filtering that was done before (that is checking if the type is known) was incorrect because it would then not override the type. by ngeoffray@google.com · 12 years ago
  71. 4e84291 Fix 2/2 for bug https://code.google.com/p/dart/issues/detail?id=11117: when inlining a generative constructor, register it to the backend. by ngeoffray@google.com · 12 years ago
  72. d727cfe Fix bug in SsaConstructionFieldTypes: handle mulitple assignments to the same field. by ngeoffray@google.com · 12 years ago
  73. 234ddd3 We don't need to run the compiler in an isolate any longer. by dgrove@google.com · 12 years ago
  74. 208f29e Fixing dart2js KeyEvent issue. by blois@google.com · 12 years ago
  75. 0956f1c Fixing HttpRequest.upload.onProgress. by blois@google.com · 12 years ago
  76. 6c96878 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  77. 797769e Fixing SelectElement.options, adding support for optgroup. by blois@google.com · 12 years ago
  78. 320b629 Hiding dart:html's Entity by blois@google.com · 12 years ago
  79. 78ed504 Adds a flag to the standalone vm to throw an exception on 53-bit integer overflow. by zra@google.com · 12 years ago
  80. b06ba1b Run 'analyzer' tests with '--show-package-warnings' flag. by scheglov@google.com · 12 years ago
  81. d86c723 Roll back 16364004 and 16206027. by amouravski@google.com · 12 years ago
  82. 92d5140 Fix for bot break. by amouravski@google.com · 12 years ago
  83. 0d1be28 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  84. c2500c3 Move pub over to using the pub.dartlang.org API v2. by nweiz@google.com · 12 years ago
  85. 9e49b86 Allow DirectoryDescriptor.load to load a file next to a directory. by nweiz@google.com · 12 years ago
  86. 0d3e47d Basic dart^2 analyzer tests running. by scheglov@google.com · 12 years ago
  87. 9119c97 Work around bug in dart analyzer. by ahe@google.com · 12 years ago
  88. 90651648 Implement InstanceMirror.invoke (minified). by ahe@google.com · 12 years ago
  89. f1d3455 A getter doesn't take arguments. by ahe@google.com · 12 years ago
  90. e199977 Implement reflecting on uninstantiated classes. by ahe@google.com · 12 years ago
  91. c6abaa2 Resolution needs to see all fields, including native fields. Also, move the check of adding instance fields in the work list in the individual addElementToWorkList methods. by ngeoffray@google.com · 12 years ago
  92. 662c2a8 Rename RuntimeError to CyclicIntializationError, as per spec. by lrn@google.com · 12 years ago
  93. 604f2ac Revert revision 23575. by ricow@google.com · 12 years ago
  94. ee02857 Don't change the case of cookie names and values by sgjesse@google.com · 12 years ago
  95. 00d1a06 Implement metadata for instance fields. by ahe@google.com · 12 years ago
  96. 8566fdc Re-apply: Fix type propagation bug by always narrowing types, and fix unit tests where the type inferrer does not run. by ngeoffray@google.com · 12 years ago
  97. fb80087 Revert r23577, some unit tests fail. by ngeoffray@google.com · 12 years ago
  98. f9249e6 Fix type propagation bug by always narrowing types. by ngeoffray@google.com · 12 years ago
  99. 950934a Add dartdoc to the generated utils snapshot by ricow@google.com · 12 years ago
  100. 98b2002 Randomize the identify hash code on objects. by kasperl@google.com · 12 years ago