0.7.4.1
  1. e0a3004 Remove spawnDomFunction from dart:html by vsm@google.com · 12 years ago
  2. d9b198f Cleanup bugs in wrapExpressionAsClosure Fix bug in how setters were handled and filter out 'this' from local variables list. by jacobr@google.com · 12 years ago
  3. fa483c7 Delete unreachable code in library. by whesse@google.com · 12 years ago
  4. 5b3a661 Fix bug in inferrer where the closurization of static/super method yielded the return type of that method instead of the Function type. by ngeoffray@google.com · 12 years ago
  5. 85e82eb Remove wrong handling of cascade calls in ContainerTracerVisitor. Its super class InferrerVisitor handles it correclty. by ngeoffray@google.com · 12 years ago
  6. c809653 dart:io | Change creation of symbolic links with relative targets on Windows. by whesse@google.com · 12 years ago
  7. c43fc45 Fix static type warning spotted by dart2js. by ngeoffray@google.com · 12 years ago
  8. 8b0ff9c Implement redirecting factories in mirrors. by ngeoffray@google.com · 12 years ago
  9. 251e90e Support new import rules. by johnniwinther@google.com · 12 years ago
  10. 8e4d349 Fix bad stacktraces for zone rethrows. by floitsch@google.com · 12 years ago
  11. 823293a We can only use JavaScript's String.split and String.+ if both inputs are Strings. by ngeoffray@google.com · 12 years ago
  12. 485f846 Enqueue elements for reflection after normal tree-shaking. by ahe@google.com · 12 years ago
  13. 9e77e5d Do not evaluate inlined field initializations twice in a redirecting constructor. by ngeoffray@google.com · 12 years ago
  14. d76a758 Handle exception from scanning. by johnniwinther@google.com · 12 years ago
  15. ef4ed3f Detect asynchronous dart2js crashes correctly. by johnniwinther@google.com · 12 years ago
  16. 7c88879 Re-enable --trust-type-annotations and inferrer optimizations in checked mode. by ngeoffray@google.com · 12 years ago
  17. e546e26 Change how we generate bound closures to handler bound closures due to super getters: we need to pass the exact function to call instead of fetching it from the receiver. by ngeoffray@google.com · 12 years ago
  18. db95a2e Also infer final fields if there is no MirrorsUsed annotations. by ngeoffray@google.com · 12 years ago
  19. 614596e Remove dead code that only triggers NSM if it is followed by an instruction that triggers NSM on the same receiver. by ngeoffray@google.com · 12 years ago
  20. c9e3c94 Fix a bug in the variable allocator: a pure instruction between an inlined if and its inlined expression made the live instructions die before that pure instruction. So the pure instruction could just re-use an already taken variable name. by ngeoffray@google.com · 12 years ago
  21. a7f31f6 Emit compile-time error for incorrectly used optional parameters. by karlklose@google.com · 12 years ago
  22. 77aee8d Restore code and add a comment: the code is actually used for constant lists. by ngeoffray@google.com · 12 years ago
  23. 47fff75 - Final and const fields that could be used reflectively can still be inferred. by ngeoffray@google.com · 12 years ago
  24. d123c26 Added library-level comments for polymer and polymer_expressions by mcampione@google.com · 12 years ago
  25. 5f2320d Making Document, Element and Window documentable via @DocsEditable by blois@google.com · 12 years ago
  26. ae23e39 one-liner for Random by kathyw@google.com · 12 years ago
  27. 3fa628e Revert 27493 by hausner@google.com · 12 years ago
  28. 3b78a16 one-liners for the remaining top-50 dart:core classes by kathyw@google.com · 12 years ago
  29. 8f6c7d6 Reinstate type checks in Math.min and Math.max by sra@google.com · 12 years ago
  30. 31029b3 One-line descriptions for Future and Completer. by kathyw@google.com · 12 years ago
  31. f3d9d92 fixed one-liners for file and directory by mcampione@google.com · 12 years ago
  32. 31c8540 Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks." by whesse@google.com · 12 years ago
  33. 9995d5d Register instantiated types in the code generator. by karlklose@google.com · 12 years ago
  34. 4979e27 Make sure we throw the right NSM error when indexing out of range of a variable that can be null. by ngeoffray@google.com · 12 years ago
  35. f9ba5f4 dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks. by whesse@google.com · 12 years ago
  36. 858793e Add debugging info to a failing case in the pub tests. by whesse@google.com · 12 years ago
  37. 4adfac2 Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operations. by ngeoffray@google.com · 12 years ago
  38. 7db249a Address comments from CL 23304012. by ahe@google.com · 12 years ago
  39. 4abf3a9 Diagnose errors in user-provided callbacks and print stack traces. by ahe@google.com · 12 years ago
  40. 04d9aa7 Segment global object aka '$'. by ahe@google.com · 12 years ago
  41. ca27dde Add FileSystemEntity.absolutePath and .isAbsolute properties. by whesse@google.com · 12 years ago
  42. 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
  43. a7c9ce28 Fixing Element.shadowRoot JS type annotation by blois@google.com · 12 years ago
  44. 5f11d3c https://codereview.chromium.org//23754012 and by asiva@google.com · 12 years ago
  45. b3a1389 Support passing configuration data to a transformer plugin. by nweiz@google.com · 12 years ago
  46. 2760027 Fix error handling when current working directory is deleted. by whesse@google.com · 12 years ago
  47. 73bd95d Enable static checking of type variable bounds. by johnniwinther@google.com · 12 years ago
  48. 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
  49. 8e54707 Enqueue in the backend to make sure it knows those are helpers being syntehsizely called. by ngeoffray@google.com · 12 years ago
  50. 3346013 Mark co19 file in analyzer status file as well. by ajohnsen@google.com · 12 years ago
  51. 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
  52. 1dba2c2 Change Uri methods taking a decode argument, to now take an encoding. by ajohnsen@google.com · 12 years ago
  53. 0e4effb Don't use Uri's isAbsolute to detect if the path segment is absolute, in toFilePath. by ajohnsen@google.com · 12 years ago
  54. 0e251a2 Print error messages in pleaseReportCrash. by karlklose@google.com · 12 years ago
  55. de2dfc1 Emit a compile-time error when the name of a variable is referenced in the by karlklose@google.com · 12 years ago
  56. d312cbb Exposing document.createElement by blois@google.com · 12 years ago
  57. 21fdcce dart:typed_data type hierarchy changes try 3 by sra@google.com · 12 years ago
  58. b19d1ec added one-liners: Node, EventTarget, Canvas, HttpClient, HttpServer etc. by mcampione@google.com · 12 years ago
  59. 18362b2 Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  60. 02852e6 Removing dart2js main execution warning message by blois@google.com · 12 years ago
  61. b5e8a83 Fix comment for Uri encodeComponent. by ajohnsen@google.com · 12 years ago
  62. 68a9727 Rewrite Futures. by floitsch@google.com · 12 years ago
  63. 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
  64. 071c5a1 Accept IPv6 addresses in Uri.http and Uri.https, and correctly nest IPv6 addresses in '[' and ']'. by ajohnsen@google.com · 12 years ago
  65. effefe0 Create type masks lazily. by johnniwinther@google.com · 12 years ago
  66. c5bb6f7 Convert HashSet, LinkedHashSet to factory methods and custom implementations. by lrn@google.com · 12 years ago
  67. d035cbd Revert "Rewrite Futures." by floitsch@google.com · 12 years ago
  68. 42e3d1d Rewrite Futures. by floitsch@google.com · 12 years ago
  69. bc987ab Revert type hierarchy changes by johnmccutchan@google.com · 12 years ago
  70. a2c4cf0 Uint8ClampedList no longer inherits from Uint8List by johnmccutchan@google.com · 12 years ago
  71. 0bd09c3 Fix dart2js decimal number tokenization. Remove support for 'd'-suffixed double format. by aprelev@gmail.com · 12 years ago
  72. d62561a Detect transformer dependency cycles in packages using barback transformers. by nweiz@google.com · 12 years ago
  73. b57176e Throw FileExceptions when in File when reading as String and decoding fails. by ajohnsen@google.com · 12 years ago
  74. f469998 Revert 27326 by johnmccutchan@google.com · 12 years ago
  75. 8a854aa Uint8ClampedList no longer inherits from Uint8List by johnmccutchan@google.com · 12 years ago
  76. 42378cd Reapply r27285: "Support dynamic as type literal." by karlklose@google.com · 12 years ago
  77. cbd5db9 Emit error on default values in typedefs. by karlklose@google.com · 12 years ago
  78. 7385f9c Support transformers that depend on other transformers. by nweiz@google.com · 12 years ago
  79. 39bad23 Native abstract classes may be instantiated as a proxy for undeclared native subclasses. by sra@google.com · 12 years ago
  80. b904bf8 Revert "Revert "Tag extensions"" by blois@google.com · 12 years ago
  81. 647d73a Fix for CSS URIs not parsing correctly with innerHTML by blois@google.com · 12 years ago
  82. 99b8252 Revert "Support dynamic as type literal." by karlklose@google.com · 12 years ago
  83. 7544fca Fix bug in inferrer: a super constructor call goes through the visitSuperSend in the resolved visitor. by ngeoffray@google.com · 12 years ago
  84. df78198 Remove String.concat from implementation classes. by lrn@google.com · 12 years ago
  85. 7fd9c10 Support dynamic as type literal. by karlklose@google.com · 12 years ago
  86. 0f1e912 Reapply "Make LinkedHashMap also have a factory constructor and be customizable"" by lrn@google.com · 12 years ago
  87. 72e1362 Turn a Dart String + String into a JavaScript String + String. by ngeoffray@google.com · 12 years ago
  88. b5e50f8 Revert "Revert "Fix casts and type assertions on mixins used in native classes."" by sra@google.com · 12 years ago
  89. b32607a Revert "Fix casts and type assertions on mixins used in native classes." by sra@google.com · 12 years ago
  90. e749bcf Fix casts and type assertions on mixins used in native classes. by sra@google.com · 12 years ago
  91. 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
  92. ce4b15c Esoteric bit operations. by sra@google.com · 12 years ago
  93. fefb7a4 Optimization for Element.innerHtml by blois@google.com · 12 years ago
  94. 761f55b Revert "Make LinkedHashMap also have a factory constructor and be customizable" by lrn@google.com · 12 years ago
  95. 6435915 Make LinkedHashMap also have a factory constructor and be customizable by lrn@google.com · 12 years ago
  96. 5626337 Print the stack trace for built-in types that have been thrown in the compiler. by karlklose@google.com · 12 years ago
  97. 14b3a16 Revert r27232: some checked mode tests fail. by ngeoffray@google.com · 12 years ago
  98. 80a12d4 Small changes in the simple types inferrer visitor in preparation for a re-worked inferrer. by ngeoffray@google.com · 12 years ago
  99. 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
  100. 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