0.7.5.3
  1. d109abb Version 0.7.5.3 . by dgrove@google.com · 10 years ago 0.7.5.3
  2. 8de1962 Revert "Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs."" by karlklose@google.com · 12 years ago
  3. ee03ce0 Make Dart2js error message example executable as a script. by lrn@google.com · 12 years ago
  4. 6b6fefb Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs." by karlklose@google.com · 12 years ago
  5. ba5aced Update dart2js parser to disallow repeated comparisons and prefix +. by lrn@google.com · 12 years ago
  6. 1ea8583 Don't check the name of named constructors. by karlklose@google.com · 12 years ago
  7. 7d44a6c Emit a compile-time error on members with the name of their enclosing class. by karlklose@google.com · 12 years ago
  8. b490fb5 Let the inferrer know that lazy variables can also be null incase their initializer throws. by ngeoffray@google.com · 12 years ago
  9. 317bb49 Support typeArguments, isOriginalDeclaration, and get originalDeclaration in ClassMirror. by zarah@google.com · 12 years ago
  10. 12d08d5 Resolve redirecting factory chains from the constant handler. by karlklose@google.com · 12 years ago
  11. c41a588 Disable 20s unittest timeout for docs_test and dartdoc_test. by whesse@google.com · 12 years ago
  12. af59b4e Revert "Make sure we can GC our JS ASTs when we're done convering them to strings." by kasperl@google.com · 12 years ago
  13. 67fbb1d Make sure we can GC our JS ASTs when we're done convering them to strings. by kasperl@google.com · 12 years ago
  14. 9fc26e3 Fix bug in the closure methods, where iterating over the boxed variable did not return the variables boxed due to loops. by ngeoffray@google.com · 12 years ago
  15. 3546537 Emit compile-time error on 'const' formal parameters. by karlklose@google.com · 12 years ago
  16. 88b4012 visitFunctionExpression in the resolver is for closures, not members. by ngeoffray@google.com · 12 years ago
  17. d3b5fc2 Check cycles in redirecting factories. by karlklose@google.com · 12 years ago
  18. 0cf65f0 Emit a static warning when instantiating an abstract class. by karlklose@google.com · 12 years ago
  19. f3758d9 Revert r27621 : the CL is responsible for browser timeouts. by ngeoffray@google.com · 12 years ago
  20. bb8afc5 Revert "Emit compile-time error on duplicate parameter names in typedefs." by karlklose@google.com · 12 years ago
  21. 3766edd Change return type of get typeVariables and typeArguments in ClassMirror. by zarah@google.com · 12 years ago
  22. b506b81 Emit compile-time error on duplicate parameter names in typedefs. by karlklose@google.com · 12 years ago
  23. 8e6c654 Check for uninitialized constant variables. by johnniwinther@google.com · 12 years ago
  24. 250e9bc Support general expressions as keys in literal maps. by johnniwinther@google.com · 12 years ago
  25. 8dbe4b6 - Change heuristic for bailouts/HTypeConversion to not request a type. by ngeoffray@google.com · 12 years ago
  26. 1a9178a Handle Future result from Future.sync computation by kevmoo@j832.com · 12 years ago
  27. 52d5f90 Don't expect String on read-errors. by johnniwinther@google.com · 12 years ago
  28. ee3dfa4 Change the order of bitwise operators and equality/relational operators. by lrn@google.com · 12 years ago
  29. 4fc5c84 Recommit add FileSystemEntity.resolveSymbolicLinks by whesse@google.com · 12 years ago
  30. 6d49d9f Reapply "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  31. 7cd040c When 'this' is being captured, there is no assignment that tells the inferrer what is the type of it. We have to manually check if the captured element is the closure's this element. by ngeoffray@google.com · 12 years ago
  32. 850eceb Re-apply r27593, by fixing the mock compiler. by ngeoffray@google.com · 12 years ago
  33. 3837b65 Remove unused hints in dart2js by jwren@google.com · 12 years ago
  34. f16fc0b Check if signatures are compatible in a redirecting factory before synthesizing a call in the inferrer. by ngeoffray@google.com · 12 years ago
  35. 6466a61 Check for cyclic reference in typedefs by johnniwinther@google.com · 12 years ago
  36. 493cbc9 Add new flaky tests to pub status file (pub-mac issue) by whesse@google.com · 12 years ago
  37. 461f930 Revert r27592, some unit tests fail. by ngeoffray@google.com · 12 years ago
  38. abbd435 Do not analyze assert when assertions are disabled. by ngeoffray@google.com · 12 years ago
  39. e0a3004 Remove spawnDomFunction from dart:html by vsm@google.com · 12 years ago
  40. 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
  41. fa483c7 Delete unreachable code in library. by whesse@google.com · 12 years ago
  42. 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
  43. 85e82eb Remove wrong handling of cascade calls in ContainerTracerVisitor. Its super class InferrerVisitor handles it correclty. by ngeoffray@google.com · 12 years ago
  44. c809653 dart:io | Change creation of symbolic links with relative targets on Windows. by whesse@google.com · 12 years ago
  45. c43fc45 Fix static type warning spotted by dart2js. by ngeoffray@google.com · 12 years ago
  46. 8b0ff9c Implement redirecting factories in mirrors. by ngeoffray@google.com · 12 years ago
  47. 251e90e Support new import rules. by johnniwinther@google.com · 12 years ago
  48. 8e4d349 Fix bad stacktraces for zone rethrows. by floitsch@google.com · 12 years ago
  49. 823293a We can only use JavaScript's String.split and String.+ if both inputs are Strings. by ngeoffray@google.com · 12 years ago
  50. 485f846 Enqueue elements for reflection after normal tree-shaking. by ahe@google.com · 12 years ago
  51. 9e77e5d Do not evaluate inlined field initializations twice in a redirecting constructor. by ngeoffray@google.com · 12 years ago
  52. d76a758 Handle exception from scanning. by johnniwinther@google.com · 12 years ago
  53. ef4ed3f Detect asynchronous dart2js crashes correctly. by johnniwinther@google.com · 12 years ago
  54. 7c88879 Re-enable --trust-type-annotations and inferrer optimizations in checked mode. by ngeoffray@google.com · 12 years ago
  55. 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
  56. db95a2e Also infer final fields if there is no MirrorsUsed annotations. by ngeoffray@google.com · 12 years ago
  57. 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
  58. 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
  59. a7f31f6 Emit compile-time error for incorrectly used optional parameters. by karlklose@google.com · 12 years ago
  60. 77aee8d Restore code and add a comment: the code is actually used for constant lists. by ngeoffray@google.com · 12 years ago
  61. 47fff75 - Final and const fields that could be used reflectively can still be inferred. by ngeoffray@google.com · 12 years ago
  62. d123c26 Added library-level comments for polymer and polymer_expressions by mcampione@google.com · 12 years ago
  63. 5f2320d Making Document, Element and Window documentable via @DocsEditable by blois@google.com · 12 years ago
  64. ae23e39 one-liner for Random by kathyw@google.com · 12 years ago
  65. 3fa628e Revert 27493 by hausner@google.com · 12 years ago
  66. 3b78a16 one-liners for the remaining top-50 dart:core classes by kathyw@google.com · 12 years ago
  67. 8f6c7d6 Reinstate type checks in Math.min and Math.max by sra@google.com · 12 years ago
  68. 31029b3 One-line descriptions for Future and Completer. by kathyw@google.com · 12 years ago
  69. f3d9d92 fixed one-liners for file and directory by mcampione@google.com · 12 years ago
  70. 31c8540 Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks." by whesse@google.com · 12 years ago
  71. 9995d5d Register instantiated types in the code generator. by karlklose@google.com · 12 years ago
  72. 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
  73. f9ba5f4 dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks. by whesse@google.com · 12 years ago
  74. 858793e Add debugging info to a failing case in the pub tests. by whesse@google.com · 12 years ago
  75. 4adfac2 Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operations. by ngeoffray@google.com · 12 years ago
  76. 7db249a Address comments from CL 23304012. by ahe@google.com · 12 years ago
  77. 4abf3a9 Diagnose errors in user-provided callbacks and print stack traces. by ahe@google.com · 12 years ago
  78. 04d9aa7 Segment global object aka '$'. by ahe@google.com · 12 years ago
  79. ca27dde Add FileSystemEntity.absolutePath and .isAbsolute properties. by whesse@google.com · 12 years ago
  80. 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
  81. a7c9ce28 Fixing Element.shadowRoot JS type annotation by blois@google.com · 12 years ago
  82. 5f11d3c https://codereview.chromium.org//23754012 and by asiva@google.com · 12 years ago
  83. b3a1389 Support passing configuration data to a transformer plugin. by nweiz@google.com · 12 years ago
  84. 2760027 Fix error handling when current working directory is deleted. by whesse@google.com · 12 years ago
  85. 73bd95d Enable static checking of type variable bounds. by johnniwinther@google.com · 12 years ago
  86. 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
  87. 8e54707 Enqueue in the backend to make sure it knows those are helpers being syntehsizely called. by ngeoffray@google.com · 12 years ago
  88. 3346013 Mark co19 file in analyzer status file as well. by ajohnsen@google.com · 12 years ago
  89. 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
  90. 1dba2c2 Change Uri methods taking a decode argument, to now take an encoding. by ajohnsen@google.com · 12 years ago
  91. 0e4effb Don't use Uri's isAbsolute to detect if the path segment is absolute, in toFilePath. by ajohnsen@google.com · 12 years ago
  92. 0e251a2 Print error messages in pleaseReportCrash. by karlklose@google.com · 12 years ago
  93. de2dfc1 Emit a compile-time error when the name of a variable is referenced in the by karlklose@google.com · 12 years ago
  94. d312cbb Exposing document.createElement by blois@google.com · 12 years ago
  95. 21fdcce dart:typed_data type hierarchy changes try 3 by sra@google.com · 12 years ago
  96. b19d1ec added one-liners: Node, EventTarget, Canvas, HttpClient, HttpServer etc. by mcampione@google.com · 12 years ago
  97. 18362b2 Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  98. 02852e6 Removing dart2js main execution warning message by blois@google.com · 12 years ago
  99. b5e8a83 Fix comment for Uri encodeComponent. by ajohnsen@google.com · 12 years ago
  100. 68a9727 Rewrite Futures. by floitsch@google.com · 12 years ago