0.7.6.1
  1. 6da8f05 Added examples to String docs. by shailentuli@google.com · 12 years ago
  2. c068a94 Revert "Revert "Reinstate type checks in Math.min and Math.max"" by sra@google.com · 12 years ago
  3. 19763aa Implementation for ClosureMirror.findInContext. by mlippautz@google.com · 12 years ago
  4. 053eaeb Revert "Reinstate type checks in Math.min and Math.max" by sra@google.com · 12 years ago
  5. b1e55c5 Reinstate type checks in Math.min and Math.max by sra@google.com · 12 years ago
  6. 2d3478b Fix warnings. by rnystrom@google.com · 12 years ago
  7. 2b55097 Run DOM callbacks in the zone they are coming from. by floitsch@google.com · 12 years ago
  8. 7e75589 Fix File stream on cancel. by ajohnsen@google.com · 12 years ago
  9. d6a3989 Don't rename local variables in dart_precompiled. by ahe@google.com · 12 years ago
  10. 21bb51c Fix bug in the requested type of an SSA instruction: avoid requesting a ContainerTypeMask. by ngeoffray@google.com · 12 years ago
  11. 94b894a Implement InstanceMirror.invoke of methods with optional arguments. by ahe@google.com · 12 years ago
  12. bdb17c0 added bool type to named args in lib/io and lib/_internal by kevmoo@j832.com · 12 years ago
  13. 00752e7 Escape slash since it helps to end an HTML entity. by floitsch@google.com · 12 years ago
  14. a24014a Automatically append ".js" on spawnUri if we are running in JavaScript. by floitsch@google.com · 12 years ago
  15. 7e04a89 Add missing newline in minified CSP output. by ahe@google.com · 12 years ago
  16. f83de85 Handle hiding dart:core imports specially. by johnniwinther@google.com · 12 years ago
  17. 1da4c79 Fix a problem revealed by mirror_printer_test. Also update analyzer status file. by ahe@google.com · 12 years ago
  18. c24b1b7 Implement named arguments in InstanceMirror.invoke. by ahe@google.com · 12 years ago
  19. 463ccb1 Fix bug in container tracer, where a local would be updated with the wrong type in the expression `a += 42`. by ngeoffray@google.com · 12 years ago
  20. ad9803d Avoid inventing AST nodes for error reporting. by kasperl@google.com · 12 years ago
  21. 8eab6f1 Manually enqueue compareTo, hashCode, ==, and toString in the Dart-to-Dart backend to avoid tree shaking these methods out. They may be invoked by the VM core libraries. by kasperl@google.com · 12 years ago
  22. 354c4dd Revert "Revert "Start of dartium custom element lifecycle event support."" by blois@google.com · 12 years ago
  23. 753af9b Implement closurization of regular methods in ObjectMirror.getField in the VM. by rmacnak@google.com · 12 years ago
  24. c8fde9a Fixed more HttpRequest documentation. by efortuna@google.com · 12 years ago
  25. 0e87e50 Fix runtime clamp logic to match optimized code by johnmccutchan@google.com · 12 years ago
  26. f45e68f Adjusted HttpRequest documentation to discourage using open and send in simple cases. by efortuna@google.com · 12 years ago
  27. 3854434 Removed position and totalSize because HttpRequestProgressEvent has other fields that do the same thing. by efortuna@google.com · 12 years ago
  28. 3fd115d Revert "Start of dartium custom element lifecycle event support." by blois@google.com · 12 years ago
  29. 3e0a59b Clean up IOService implementation to be shared between patched and non-patched code. by ajohnsen@google.com · 12 years ago
  30. 6a58b2f Remove unused library patch code. by ajohnsen@google.com · 12 years ago
  31. a347038 Merge services into a shared IOService in dart:io, and use a native port. by ajohnsen@google.com · 12 years ago
  32. d13f982 Change pub tests and pub local server to use ipV4 localhost by address. by whesse@google.com · 12 years ago
  33. 415d53b Add property base to the Uri class by sgjesse@google.com · 12 years ago
  34. 2316764 Ensure only a subset of elements enter in Compiler.analyzedElement. by ngeoffray@google.com · 12 years ago
  35. 12c9510 Update implementations to use Object.identityHashCode for identity map/set by lrn@google.com · 12 years ago
  36. fac771c Revert revision 27860 by ricow@google.com · 12 years ago
  37. c03e58c Add Object.hashCodeOf to get the default hashCode of an object. by lrn@google.com · 12 years ago
  38. dcd741b Move dart:chrome to dart:_chrome. Turn off doc generation for dart:_chrome. by dgrove@google.com · 12 years ago
  39. 7abcea6 Add a hidden option to customize "pub serve"'s hostname. by nweiz@google.com · 12 years ago
  40. 51843ca Fix mini_parser.dart by hausner@google.com · 12 years ago
  41. 7517913 Fix warning spotted by analyzer. by ngeoffray@google.com · 12 years ago
  42. 99e1f3f Put closure calls in call graph, and small cleanups. by ngeoffray@google.com · 12 years ago
  43. 9c59a54 "Reverting 27844" by efortuna@google.com · 12 years ago
  44. b7c5067 Try caching attribute map to try to improve performance. by efortuna@google.com · 12 years ago
  45. 9ac7089 If the element or selector is a setter, make sure to use the runtime setter name to know whether we need to emit the reflection name. by ngeoffray@google.com · 12 years ago
  46. 209e413 Retry of custom element lifecycle events. by blois@google.com · 12 years ago
  47. dcda2ad Cleanup bit casting methods between SIMD types by johnmccutchan@google.com · 12 years ago
  48. 0df9862 Tell the user that --disallow-unsafe-eval has been removed and what to do instead. by ahe@google.com · 12 years ago
  49. fa466d7 Remove dead code. by ahe@google.com · 12 years ago
  50. 795680d Disable container tracer if disableTypeInference is true. by ngeoffray@google.com · 12 years ago
  51. ab78c66 Generate out.precompiled.js, not precompiled.js. by ahe@google.com · 12 years ago
  52. d11df78 Make stdout and stderr async. by ajohnsen@google.com · 12 years ago
  53. 29d696d Canonicalize selectors. by kasperl@google.com · 12 years ago
  54. f10f791 Adapt private variables with trailing underscores. by floitsch@google.com · 12 years ago
  55. 770c9d6 Do not emit unnecessary substitutions. by karlklose@google.com · 12 years ago
  56. 705a3b2 It's not just [] that return the element type of a List. Make the container optimization work for selectors we know return the element type. by ngeoffray@google.com · 12 years ago
  57. 35e2ed1 Expose Zones. by floitsch@google.com · 12 years ago
  58. 42f432e Fix typo and remove duplicate 'Info'. by ngeoffray@google.com · 12 years ago
  59. 351b872 Reapply: "Emit compile-time error on duplicate parameter names in typedefs." by karlklose@google.com · 12 years ago
  60. 86d1699 Emit compile-time error for 'static' formal parameters. by karlklose@google.com · 12 years ago
  61. f648fe7 Lazily throw pubspec parsing exceptions. by nweiz@google.com · 12 years ago
  62. 8592772 Close stdout and stderr before exiting Pub. by nweiz@google.com · 12 years ago
  63. af595dd Add sourcemap info for lazy static initializers. by sra@google.com · 12 years ago
  64. e8e222e Fix type of JsTypeVariableMirror. by zarah@google.com · 12 years ago
  65. 49465ee Revert "Fix type of JsTypeVariableMirror." by zarah@google.com · 12 years ago
  66. 1a8a4a6 Fix type of JsTypeVariableMirror. by zarah@google.com · 12 years ago
  67. c06a500 Remove unused code. by ngeoffray@google.com · 12 years ago
  68. 851aa6d Move TypeGraphInferrer nodes classes into their own file. by ngeoffray@google.com · 12 years ago
  69. c5739bd Move inferrer files into a new directory. by ngeoffray@google.com · 12 years ago
  70. 82c4420 Re-apply: Change heuristic for bailouts/HTypeConversion to not request a type. by ngeoffray@google.com · 12 years ago
  71. 06110a8 Add get hashCode to JsTypeVariableMirror. by zarah@google.com · 12 years ago
  72. 39283e5 Fix http://dartbug.com/13462. by kasperl@google.com · 12 years ago
  73. 7d93dd8 Support typeVariables in ClassMirror. by zarah@google.com · 12 years ago
  74. b3b9cfd Re-apply r27739: Fix invocation_mirror_test.dart. by ngeoffray@google.com · 12 years ago
  75. 1ba7ffc Change inferencing algorithm by starting with the empty type for each node in the call graph. by ngeoffray@google.com · 12 years ago
  76. 05a9a78 Emit CSP code in separate file. by ahe@google.com · 12 years ago
  77. 7dda4d3 Reduce calls to new Function. by ahe@google.com · 12 years ago
  78. b8f70b2 Revert r27739. Two tests fail. by ngeoffray@google.com · 12 years ago
  79. 144be39 Fix invocation_mirror_test.dart. by ngeoffray@google.com · 12 years ago
  80. 96785ff Emit compile-time errors for conflicting modifiers. by karlklose@google.com · 12 years ago
  81. 5f913eb Convert warnings to display single quotes by sra@google.com · 12 years ago
  82. 6def065 Revert "Dart2js support for custom element lifecycle events" by blois@google.com · 12 years ago
  83. fb8f32b Dart2js support for custom element lifecycle events by blois@google.com · 12 years ago
  84. 34f58a8 Start of dartium custom element lifecycle event support. by blois@google.com · 12 years ago
  85. f6b7cdb Add methods called in loop after the inferencing. by ngeoffray@google.com · 12 years ago
  86. 1df8c45 Only do null checks if the type check is more expensive. by ngeoffray@google.com · 12 years ago
  87. 63647b4 Remove override of runtimeType from HashMap implementations. by lrn@google.com · 12 years ago
  88. a379502 Improve the memory consumption and performance of our string buffer implementation. by kasperl@google.com · 12 years ago
  89. 8de1962 Revert "Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs."" by karlklose@google.com · 12 years ago
  90. ee03ce0 Make Dart2js error message example executable as a script. by lrn@google.com · 12 years ago
  91. 6b6fefb Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs." by karlklose@google.com · 12 years ago
  92. ba5aced Update dart2js parser to disallow repeated comparisons and prefix +. by lrn@google.com · 12 years ago
  93. 1ea8583 Don't check the name of named constructors. by karlklose@google.com · 12 years ago
  94. c0c6366 Add support for passing in vm options to the dart2js scripts. by ricow@google.com · 12 years ago
  95. 7d44a6c Emit a compile-time error on members with the name of their enclosing class. by karlklose@google.com · 12 years ago
  96. b490fb5 Let the inferrer know that lazy variables can also be null incase their initializer throws. by ngeoffray@google.com · 12 years ago
  97. 317bb49 Support typeArguments, isOriginalDeclaration, and get originalDeclaration in ClassMirror. by zarah@google.com · 12 years ago
  98. 12d08d5 Resolve redirecting factory chains from the constant handler. by karlklose@google.com · 12 years ago
  99. c41a588 Disable 20s unittest timeout for docs_test and dartdoc_test. by whesse@google.com · 12 years ago
  100. 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