0.7.3.1
  1. 4adfac2 Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operations. by ngeoffray@google.com · 12 years ago
  2. 7db249a Address comments from CL 23304012. by ahe@google.com · 12 years ago
  3. 4abf3a9 Diagnose errors in user-provided callbacks and print stack traces. by ahe@google.com · 12 years ago
  4. 04d9aa7 Segment global object aka '$'. by ahe@google.com · 12 years ago
  5. ca27dde Add FileSystemEntity.absolutePath and .isAbsolute properties. by whesse@google.com · 12 years ago
  6. efcc30e When merging a diamond flow, if one of the branch aborts, we know the join 'block' can use the types of locals from the other branch. by ngeoffray@google.com · 12 years ago
  7. a7c9ce28 Fixing Element.shadowRoot JS type annotation by blois@google.com · 12 years ago
  8. 5f11d3c https://codereview.chromium.org//23754012 and by asiva@google.com · 12 years ago
  9. b3a1389 Support passing configuration data to a transformer plugin. by nweiz@google.com · 12 years ago
  10. 2760027 Fix error handling when current working directory is deleted. by whesse@google.com · 12 years ago
  11. 73bd95d Enable static checking of type variable bounds. by johnniwinther@google.com · 12 years ago
  12. eeefb3e Return the correct port from Uri, when port is 0 and scheme is either http or https. by ajohnsen@google.com · 12 years ago
  13. 8e54707 Enqueue in the backend to make sure it knows those are helpers being syntehsizely called. by ngeoffray@google.com · 12 years ago
  14. 3346013 Mark co19 file in analyzer status file as well. by ajohnsen@google.com · 12 years ago
  15. 058dda6 Implementation of a new type inferrer that computes a call graph using the current inferrer's AST visitor. by ngeoffray@google.com · 12 years ago
  16. 1dba2c2 Change Uri methods taking a decode argument, to now take an encoding. by ajohnsen@google.com · 12 years ago
  17. 0e4effb Don't use Uri's isAbsolute to detect if the path segment is absolute, in toFilePath. by ajohnsen@google.com · 12 years ago
  18. 0e251a2 Print error messages in pleaseReportCrash. by karlklose@google.com · 12 years ago
  19. de2dfc1 Emit a compile-time error when the name of a variable is referenced in the by karlklose@google.com · 12 years ago
  20. d312cbb Exposing document.createElement by blois@google.com · 12 years ago
  21. 21fdcce dart:typed_data type hierarchy changes try 3 by sra@google.com · 12 years ago
  22. b19d1ec added one-liners: Node, EventTarget, Canvas, HttpClient, HttpServer etc. by mcampione@google.com · 12 years ago
  23. 18362b2 Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  24. 02852e6 Removing dart2js main execution warning message by blois@google.com · 12 years ago
  25. b5e8a83 Fix comment for Uri encodeComponent. by ajohnsen@google.com · 12 years ago
  26. 68a9727 Rewrite Futures. by floitsch@google.com · 12 years ago
  27. 03b948e Re-apply: "Fix http://code.google.com/p/dart/issues/detail?id=13007 by introducing a new Marker value in the SsaValueRangeAnalyzer." by ngeoffray@google.com · 12 years ago
  28. 071c5a1 Accept IPv6 addresses in Uri.http and Uri.https, and correctly nest IPv6 addresses in '[' and ']'. by ajohnsen@google.com · 12 years ago
  29. effefe0 Create type masks lazily. by johnniwinther@google.com · 12 years ago
  30. c5bb6f7 Convert HashSet, LinkedHashSet to factory methods and custom implementations. by lrn@google.com · 12 years ago
  31. d035cbd Revert "Rewrite Futures." by floitsch@google.com · 12 years ago
  32. 42e3d1d Rewrite Futures. by floitsch@google.com · 12 years ago
  33. bc987ab Revert type hierarchy changes by johnmccutchan@google.com · 12 years ago
  34. a2c4cf0 Uint8ClampedList no longer inherits from Uint8List by johnmccutchan@google.com · 12 years ago
  35. 0bd09c3 Fix dart2js decimal number tokenization. Remove support for 'd'-suffixed double format. by aprelev@gmail.com · 12 years ago
  36. d62561a Detect transformer dependency cycles in packages using barback transformers. by nweiz@google.com · 12 years ago
  37. b57176e Throw FileExceptions when in File when reading as String and decoding fails. by ajohnsen@google.com · 12 years ago
  38. f469998 Revert 27326 by johnmccutchan@google.com · 12 years ago
  39. 8a854aa Uint8ClampedList no longer inherits from Uint8List by johnmccutchan@google.com · 12 years ago
  40. 42378cd Reapply r27285: "Support dynamic as type literal." by karlklose@google.com · 12 years ago
  41. cbd5db9 Emit error on default values in typedefs. by karlklose@google.com · 12 years ago
  42. 7385f9c Support transformers that depend on other transformers. by nweiz@google.com · 12 years ago
  43. 39bad23 Native abstract classes may be instantiated as a proxy for undeclared native subclasses. by sra@google.com · 12 years ago
  44. b904bf8 Revert "Revert "Tag extensions"" by blois@google.com · 12 years ago
  45. 647d73a Fix for CSS URIs not parsing correctly with innerHTML by blois@google.com · 12 years ago
  46. 99b8252 Revert "Support dynamic as type literal." by karlklose@google.com · 12 years ago
  47. 7544fca Fix bug in inferrer: a super constructor call goes through the visitSuperSend in the resolved visitor. by ngeoffray@google.com · 12 years ago
  48. df78198 Remove String.concat from implementation classes. by lrn@google.com · 12 years ago
  49. 7fd9c10 Support dynamic as type literal. by karlklose@google.com · 12 years ago
  50. 0f1e912 Reapply "Make LinkedHashMap also have a factory constructor and be customizable"" by lrn@google.com · 12 years ago
  51. 72e1362 Turn a Dart String + String into a JavaScript String + String. by ngeoffray@google.com · 12 years ago
  52. b5e50f8 Revert "Revert "Fix casts and type assertions on mixins used in native classes."" by sra@google.com · 12 years ago
  53. b32607a Revert "Fix casts and type assertions on mixins used in native classes." by sra@google.com · 12 years ago
  54. e749bcf Fix casts and type assertions on mixins used in native classes. by sra@google.com · 12 years ago
  55. 4d8651f 1. Make direct calls to _nativeIndexedGetter in "get last" "get first" "get single" instead of calling the "[]" operator. This avoids one additional native call to the length method for each call to "last" "first" or "single" by asiva@google.com · 12 years ago
  56. ce4b15c Esoteric bit operations. by sra@google.com · 12 years ago
  57. fefb7a4 Optimization for Element.innerHtml by blois@google.com · 12 years ago
  58. 761f55b Revert "Make LinkedHashMap also have a factory constructor and be customizable" by lrn@google.com · 12 years ago
  59. 6435915 Make LinkedHashMap also have a factory constructor and be customizable by lrn@google.com · 12 years ago
  60. 5626337 Print the stack trace for built-in types that have been thrown in the compiler. by karlklose@google.com · 12 years ago
  61. 14b3a16 Revert r27232: some checked mode tests fail. by ngeoffray@google.com · 12 years ago
  62. 80a12d4 Small changes in the simple types inferrer visitor in preparation for a re-worked inferrer. by ngeoffray@google.com · 12 years ago
  63. 11edf0e Fix bug in inferrer for the computation of callers: we need to keep track of what is the called node to ensure another call does not accidentally remove a caller. by ngeoffray@google.com · 12 years ago
  64. 9d598a4 Fix http://code.google.com/p/dart/issues/detail?id=13007 by introducing a new Marker value in the SsaValueRangeAnalyzer. by ngeoffray@google.com · 12 years ago
  65. 1c1ffb9 Remove analyzer warning in dart2js. by ngeoffray@google.com · 12 years ago
  66. 89707c3 Check for non-final field in the face of const constructors. by johnniwinther@google.com · 12 years ago
  67. dbf675d Adding conversion support for JSON XHR requests. by blois@google.com · 12 years ago
  68. 232cdaa VM: Make ParameterMirror.toString say it is a parameter mirror. by rmacnak@google.com · 12 years ago
  69. 85e0453 adding HtmlEscape to dart:convert by kevmoo@j832.com · 12 years ago
  70. 43d28b5 Fixing visibilityState APIs in Dart by blois@google.com · 12 years ago
  71. a567dea Implement reflection on function type aliases (typedef). by ahe@google.com · 12 years ago
  72. 871fbc9 Fixing Element.shadowRoot to work with webkitShadowRoot by blois@google.com · 12 years ago
  73. 47239cb Move delete/deleteSync up to FileSystemEntity, with a shared documentation. by ajohnsen@google.com · 12 years ago
  74. 6d54786 Emit a compile-time error on const constructors with a body. by karlklose@google.com · 12 years ago
  75. a45f68c Reland "Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions." by kasperl@google.com · 12 years ago
  76. 7e6f6f8 Changed the maturity of the Isolate library to UNSTABLE (requested by Dan). by bak@google.com · 12 years ago
  77. e9cb460 Revert "Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions." by kasperl@google.com · 12 years ago
  78. 51d6815 Fix inferrer bug in the presence of compound assignments and unresolved fields in a generative constructor. by ngeoffray@google.com · 12 years ago
  79. 5e5b624 Avoid generating code for dead blocks and remove instructions in dead blocks even if they are used by phis or control flow instructions. by kasperl@google.com · 12 years ago
  80. 7cf1fa8 Don't wait for asynchronous error handlers. by floitsch@google.com · 12 years ago
  81. f0dbe75 Remove deprecatedFutureValue. by floitsch@google.com · 12 years ago
  82. 5d8f2ca Reapply "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  83. f53a51c Is checks on the right hand side of an || used in an 'if' do not apply to the then branch of that if. by ngeoffray@google.com · 12 years ago
  84. 85ecf7e Add a comment and avoid introducing a field in the TypesInferrer class. by ngeoffray@google.com · 12 years ago
  85. 8007683 Ensure UnionTypeMask.operator== works in the presence of nullability. by ngeoffray@google.com · 12 years ago
  86. c4971c3 Run a few more optimization phases if the last dead code elimination phase removes instructions with side-effects. by kasperl@google.com · 12 years ago
  87. 7fe858a Fixing IE browser detection for IE11 by blois@google.com · 12 years ago
  88. afd3921 Fixing JS size regression from Blink roll. by blois@google.com · 12 years ago
  89. fe2adfd Edited one-liner for SVG. Also regenerated indexeddb doc and httprequest. by mcampione@google.com · 12 years ago
  90. 9f52a29 Added back childNodes and getAttribute and setAttribute. by efortuna@google.com · 12 years ago
  91. b14e379 Cleaning up a bunch of DOM generation tables by blois@google.com · 12 years ago
  92. 1b46374 Class-level docs for dart:html HttpRequest. by mcampione@google.com · 12 years ago
  93. 6d798da Change simpleName of anonymous mixin applications. by ahe@google.com · 12 years ago
  94. 4ffb3e3 Mark watch_removed_file_test as flaky. by floitsch@google.com · 12 years ago
  95. 3c3e2f9 Emit a compile-time error when returning a value from a constructor. by karlklose@google.com · 12 years ago
  96. 0d12e82 Fix bug http://code.google.com/p/dart/issues/detail?id=12941 by doing speculative optimizations even if one class in the system implements the speculated type, but does not implement all its members. by ngeoffray@google.com · 12 years ago
  97. 2eed48b Restore native isJsIndexable optimization. by ahe@google.com · 12 years ago
  98. 6ec9c37 Remove use of deprecatedFutureValue in json_serializer.dart. by floitsch@google.com · 12 years ago
  99. 210d992 Another small step towards dead block elimination: Avoid unconditionally marking the blocks that are guarded by if-branches on constants as live. by kasperl@google.com · 12 years ago
  100. cd8d9e5 Small cleanup in the inferrer: make registerCalledElement returns the type of the called element. by ngeoffray@google.com · 12 years ago