0.5.16.0
  1. 6c96277 Nope, still broken. :[ by amouravski@google.com · 12 years ago
  2. 7c7d060 Trying to fix bots again. by amouravski@google.com · 12 years ago
  3. 7af5162 Forgot to add some parts of the path. by amouravski@google.com · 12 years ago
  4. 661eaa0 Fix how paths are constructed for Dartdoc on Windows. by amouravski@google.com · 12 years ago
  5. dc3cfaf Fix Dartdoc for Windows. by amouravski@google.com · 12 years ago
  6. 6632a3d Fixed an incorrect doc reference. by amouravski@google.com · 12 years ago
  7. f7e2d34 Fixing codegen issues from Blink roll. by blois@google.com · 12 years ago
  8. f138821 Some mysterious updates. by antonm@google.com · 12 years ago
  9. f1677b7 Blink IDL roll. by antonm@google.com · 12 years ago
  10. a352956 Chrome roll 202464->204370. by antonm@google.com · 12 years ago
  11. 7629d7f Partial support for new getters/setters declaration. by antonm@google.com · 12 years ago
  12. 2102b3e Revert r23735, some tests failed. by ngeoffray@google.com · 12 years ago
  13. 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
  14. 7dd35ed Better documentation on Sets and Maps. Small updates on other documentation too. by lrn@google.com · 12 years ago
  15. 0750610 Stop using non-static const fields and get rid of some analyzer warnings. by kasperl@google.com · 12 years ago
  16. 1ed367b Report warning on unresolved unqualified access. by johnniwinther@google.com · 12 years ago
  17. 1b7df13 Type check field initializers. by johnniwinther@google.com · 12 years ago
  18. d29b18d Add --library-root to dartdoc invocation. by rnystrom@google.com · 12 years ago
  19. 2dbaddd Make dartdoc.bat work with snapshots and run in the repo. by rnystrom@google.com · 12 years ago
  20. 91ab3a5 Fix windows path error. by efortuna@google.com · 12 years ago
  21. e287ed9 Stop working around issue 2980. by nweiz@google.com · 12 years ago
  22. 8ebf990 Remove extra period. by efortuna@google.com · 12 years ago
  23. 1e4e148 Fix slash output when writing in a string on Windows. by efortuna@google.com · 12 years ago
  24. 126fc37 Makes snapshot smarter so that it can run dart2js on the client files. by amouravski@google.com · 12 years ago
  25. 450b45e Make bin/pub work in the repo. by rnystrom@google.com · 12 years ago
  26. 79ad7b1 Provide a default implementation of ElementX.diagnose. by ahe@google.com · 12 years ago
  27. a0a24b3 Add leading slash to URI path when required. by sgjesse@google.com · 12 years ago
  28. 9265b75 Print the location of duplicated elements. by ahe@google.com · 12 years ago
  29. 6abe65d Reland "Give selectors better hash codes and use it to speed up (negative) equality checks too." by kasperl@google.com · 12 years ago
  30. 7823dcb Fix expectations for co19 RegExp tests. by lrn@google.com · 12 years ago
  31. 0598d20 Implement InstanceMirror.getField/setField (minified). by ahe@google.com · 12 years ago
  32. 450e0f6 Fix-up RegExp implementations. by lrn@google.com · 12 years ago
  33. 06f4c61 Revert "Give selectors better hash codes and use it to speed up (negative) equality checks too." by kasperl@google.com · 12 years ago
  34. f067bec Handle fields/getter of mixed-in classes. by polux@google.com · 12 years ago
  35. 1c74df7 fix unimplemented methods warning by polux@google.com · 12 years ago
  36. eba61a5 Give selectors better hash codes and use it to speed up (negative) equality checks too. by kasperl@google.com · 12 years ago
  37. 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
  38. 969a1fe Use backend's types for native types. Handle "other dependencies". Gets rid of by polux@google.com · 12 years ago
  39. 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
  40. 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
  41. d727cfe Fix bug in SsaConstructionFieldTypes: handle mulitple assignments to the same field. by ngeoffray@google.com · 12 years ago
  42. 234ddd3 We don't need to run the compiler in an isolate any longer. by dgrove@google.com · 12 years ago
  43. 208f29e Fixing dart2js KeyEvent issue. by blois@google.com · 12 years ago
  44. 0956f1c Fixing HttpRequest.upload.onProgress. by blois@google.com · 12 years ago
  45. 6c96878 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  46. 797769e Fixing SelectElement.options, adding support for optgroup. by blois@google.com · 12 years ago
  47. 320b629 Hiding dart:html's Entity by blois@google.com · 12 years ago
  48. 78ed504 Adds a flag to the standalone vm to throw an exception on 53-bit integer overflow. by zra@google.com · 12 years ago
  49. b06ba1b Run 'analyzer' tests with '--show-package-warnings' flag. by scheglov@google.com · 12 years ago
  50. d86c723 Roll back 16364004 and 16206027. by amouravski@google.com · 12 years ago
  51. 92d5140 Fix for bot break. by amouravski@google.com · 12 years ago
  52. 0d1be28 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  53. c2500c3 Move pub over to using the pub.dartlang.org API v2. by nweiz@google.com · 12 years ago
  54. 9e49b86 Allow DirectoryDescriptor.load to load a file next to a directory. by nweiz@google.com · 12 years ago
  55. 0d3e47d Basic dart^2 analyzer tests running. by scheglov@google.com · 12 years ago
  56. 9119c97 Work around bug in dart analyzer. by ahe@google.com · 12 years ago
  57. 90651648 Implement InstanceMirror.invoke (minified). by ahe@google.com · 12 years ago
  58. f1d3455 A getter doesn't take arguments. by ahe@google.com · 12 years ago
  59. e199977 Implement reflecting on uninstantiated classes. by ahe@google.com · 12 years ago
  60. 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
  61. 662c2a8 Rename RuntimeError to CyclicIntializationError, as per spec. by lrn@google.com · 12 years ago
  62. 604f2ac Revert revision 23575. by ricow@google.com · 12 years ago
  63. ee02857 Don't change the case of cookie names and values by sgjesse@google.com · 12 years ago
  64. 00d1a06 Implement metadata for instance fields. by ahe@google.com · 12 years ago
  65. 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
  66. fb80087 Revert r23577, some unit tests fail. by ngeoffray@google.com · 12 years ago
  67. f9249e6 Fix type propagation bug by always narrowing types. by ngeoffray@google.com · 12 years ago
  68. 950934a Add dartdoc to the generated utils snapshot by ricow@google.com · 12 years ago
  69. 98b2002 Randomize the identify hash code on objects. by kasperl@google.com · 12 years ago
  70. 58a92ac Fixing a number of Dart2JS compiler warnings. by blois@google.com · 12 years ago
  71. 0f9bcbe Updating Clipboard.setDragImage to accept elements. by blois@google.com · 12 years ago
  72. 5bbd582 Fixing some of the tests disabled from the chrome IDL roll. by blois@google.com · 12 years ago
  73. 768d611 Remove more question marks. by amouravski@google.com · 12 years ago
  74. bda041d Updating DOM metadata triage list for recent Blink changes. by blois@google.com · 12 years ago
  75. df25e5f Regen libs. by antonm@google.com · 12 years ago
  76. 180e054 dart:io | Add .stat() and .statSync() to FileSystemEntity and subclasses File, Directory, and Link. by whesse@google.com · 12 years ago
  77. 74bf83c Remove unnecessary substitution. by karlklose@google.com · 12 years ago
  78. c73ff61 Fix dartbug.com/11010. by kasperl@google.com · 12 years ago
  79. de643f7 Fix a speling arrow. by ahe@google.com · 12 years ago
  80. cc1b733 Limit the type inferrer to not re-analyze more elements than there are in the program. Also add a flag to disable type inferencing. by ngeoffray@google.com · 12 years ago
  81. 590a7f6 Fix some bugs in the Uri class by sgjesse@google.com · 12 years ago
  82. 0920fe5 Updates to dart doc. Further updates to follow. by ahe@google.com · 12 years ago
  83. 251a6f0 Avoid parsing path and query string more than once by sgjesse@google.com · 12 years ago
  84. 0a7a5c5 Implement MethodMirror.metadata. by ahe@google.com · 12 years ago
  85. 3de94b2 Make fields of BoundClosure private to not expose implementation details. by ngeoffray@google.com · 12 years ago
  86. 38668d1 Revert revision 23438. by ricow@google.com · 12 years ago
  87. ead4d0e Removed Console.profiles by vsm@google.com · 12 years ago
  88. 1735f7a IDL roll and expectations fix by vsm@google.com · 12 years ago
  89. face92e Use correct input for value in super-setter with explicit receiver calling convention by sra@google.com · 12 years ago
  90. 1862b4e Analyze patch elements. by johnniwinther@google.com · 12 years ago
  91. 3502e1f Warn on private members. by johnniwinther@google.com · 12 years ago
  92. 9f4ce20 dart:io | Add documentation for the default root certificate database for secure networking. by whesse@google.com · 12 years ago
  93. 87d2467 Fix issue with dart2dart translation of parameters (collision risk). by kasperl@google.com · 12 years ago
  94. 4e17f7d Implement ClassMirror.metadata. by ahe@google.com · 12 years ago
  95. 974e0c6 Type check switch and more. by johnniwinther@google.com · 12 years ago
  96. faa7227 Make new StreamController be async by default. by lrn@google.com · 12 years ago
  97. 66e4fdd Revert "Fix bug with super setter and interceptor calling convention." by sra@google.com · 12 years ago
  98. 42ed375 Fix bug with super setter and interceptor calling convention. by sra@google.com · 12 years ago
  99. be25032 Make bin/pub script work when run from the repo. by rnystrom@google.com · 12 years ago
  100. c40784b Changed Uint8ClampedList to implement Uint8List by vsm@google.com · 12 years ago