0.8.1.0
  1. ebb6457 Generative constructor factories for native objects by sra@google.com · 12 years ago
  2. 11a4e72 Improve use of English. by dgrove@google.com · 12 years ago
  3. eaa854b Move Rectangle and Point into dart:math. by efortuna@google.com · 12 years ago
  4. 3cbf914 Make reflectClass in dart2js behave appropriately when passed bad arguments. by rmacnak@google.com · 12 years ago
  5. a77536b Fix type error in http_impl.dart. by whesse@google.com · 12 years ago
  6. 9293307 Report hidden imports on reference only. by johnniwinther@google.com · 12 years ago
  7. e98871b dart:io | Replace duplicate implementation with Uri.resolveUri in HttpClient. by whesse@google.com · 12 years ago
  8. 3393756 Don't evaluate the argument twice for unresolved static setter calls. by karlklose@google.com · 12 years ago
  9. 8e56db9 Implement lookupMember for type variables. by karlklose@google.com · 12 years ago
  10. bf2cab4 Change dartdoc to use Directory.systemTemp. by whesse@google.com · 12 years ago
  11. 8bb3b67 Fix dart2js transformer on Windows. by rnystrom@google.com · 12 years ago
  12. 7955fe0 Use our own DiagnosticHandler for dart2js. by rnystrom@google.com · 12 years ago
  13. 385516e Support dart2js in pub serve. by rnystrom@google.com · 12 years ago
  14. b56528f Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode. by rmacnak@google.com · 12 years ago
  15. cdf0402 Handle exports being registered before declarations. by johnniwinther@google.com · 12 years ago
  16. 29be997 Fix warnings and hints. by kasperl@google.com · 12 years ago
  17. 3c0c99a Add Directory.systemTemp getter to replace createSystemTemp(). by whesse@google.com · 12 years ago
  18. 2a375ea Update handling of exports. by johnniwinther@google.com · 12 years ago
  19. 05a0d84 More separation of concerns in emitter. by ahe@google.com · 12 years ago
  20. 2fe4d5b Fix missing import of checkNum in dart2js math patch file. by lrn@google.com · 12 years ago
  21. 71cf84e Change constant that is used for deprecated metadata. by floitsch@google.com · 12 years ago
  22. 55a8a72 Add List.shuffle(). by lrn@google.com · 12 years ago
  23. 38ee5cb Emit a compile-time error for uninitialized final variables. by karlklose@google.com · 12 years ago
  24. 0a92381 Remove bad outdated doc. by floitsch@google.com · 12 years ago
  25. ac0e71a Add deprecation notices to dart:utf and dart:json. by floitsch@google.com · 12 years ago
  26. d476db7 Only have one method for generating a method. by ahe@google.com · 12 years ago
  27. 6a6bfa9 Check mixin of black-listed types. by johnniwinther@google.com · 12 years ago
  28. 0b53b15 "Reverting 28184" by efortuna@google.com · 12 years ago
  29. 837c6b6 Move Point and Rect over to dart:math, to be re-exported by dart:html. by efortuna@google.com · 12 years ago
  30. c282ae9 Cache the context proxy. Don't use window for global 'this'. by justinfagnani@google.com · 12 years ago
  31. a0b5963 Use first-class types to clean up pub's transformer loading a bit. by nweiz@google.com · 12 years ago
  32. c65685a Remove dead code. by floitsch@google.com · 12 years ago
  33. 05bb036 Implementing CustomElement's attributeChanged callback in dart2js. by blois@google.com · 12 years ago
  34. b01493e Use selectors instead of names to know if a call site returns the element of a list. This fixes the bug where, for example, a.last() would return the element type of the list. by ngeoffray@google.com · 12 years ago
  35. 24d089f - Eliminated the excessive prefixing in the renamer of dart2dart. by bak@google.com · 12 years ago
  36. ae51c31 Move code to ContainerBuilder. by ahe@google.com · 12 years ago
  37. 3884dcd Move getReflectionDataParser to its own file. by ahe@google.com · 12 years ago
  38. 41135e1 Handle compile-time constness for conditionals and type literal calls. by johnniwinther@google.com · 12 years ago
  39. 713c8e9 Rename emitter.dart. by ahe@google.com · 12 years ago
  40. 5284c33 Split emitter into multiple files. by ahe@google.com · 12 years ago
  41. e55c3d7 Move emitter to own library. by ahe@google.com · 12 years ago
  42. 6beb938 Avoid liblib prefixes for private names. by kasperl@google.com · 12 years ago
  43. 474c64a Fixing dart2js bot break from custom element constructors by blois@google.com · 12 years ago
  44. 1aa8a7b Adding Element.created constructor and .created constructors to all subclasses. Also ensuring generative constructor for all superclasses. by blois@google.com · 12 years ago
  45. 1cd1624 Fixing File API test. by blois@google.com · 12 years ago
  46. 5f8eca4 Remove NPObject from generated dart:html for Dartium. by rmacnak@google.com · 12 years ago
  47. d5212a6 Make OptionElement construtor arguments named optional parameters. by efortuna@google.com · 12 years ago
  48. 17afd67 pub exit codes should be const by kevmoo@j832.com · 12 years ago
  49. 5938ad3 Fix pub to work with new Directory.createSystemTemp. by whesse@google.com · 12 years ago
  50. e5982dc Fix breakage from r28097 by whesse@google.com · 12 years ago
  51. b221c70 dart:io | Add Directory.CreateSystemTemp(template) and change Directory.CreateTemp(template). by whesse@google.com · 12 years ago
  52. c146089 Fix UTF8 encoder for Unicode runes > 0xFFFF. by floitsch@google.com · 12 years ago
  53. 05f2ef4 Check that constant locals have constant initializers. by johnniwinther@google.com · 12 years ago
  54. 0f0a48f Move compile-time constant registrations to the backend. by johnniwinther@google.com · 12 years ago
  55. b90ecc0 Don't throw SocketExceptions in websocket. by ajohnsen@google.com · 12 years ago
  56. 8323221 Only allow one async operation on RandomAccessFile at a time. by ajohnsen@google.com · 12 years ago
  57. 8a14816 Do typeof checks instead of null checks when we know the receiver is int or null. by ngeoffray@google.com · 12 years ago
  58. f640382 Emit a compile-time error when by karlklose@google.com · 12 years ago
  59. 87bdc30 Allow import/export of libraries with no name. by johnniwinther@google.com · 12 years ago
  60. 52b8d66 Use JavaScript's toString to force a null check. by ngeoffray@google.com · 12 years ago
  61. b8dd4eb Fix warning spotted by analyzer. by ngeoffray@google.com · 12 years ago
  62. 7461b04 Understand null checks in the inferrer. by ngeoffray@google.com · 12 years ago
  63. 5b95688 dart:io | Remove unused asynchronous file request enums. by whesse@google.com · 12 years ago
  64. 11bbab7 Better caching for synthesized (bound and static/top-level) closures. by ngeoffray@google.com · 12 years ago
  65. 9dd1bf1 Revert "Allow import/export of libraries with no name." by johnniwinther@google.com · 12 years ago
  66. 27211a4 Allow import/export of libraries with no name. by johnniwinther@google.com · 12 years ago
  67. a61441d When visiting arguments in the resolver, always set the [sendIsPropertyAccess] to false. by ngeoffray@google.com · 12 years ago
  68. d06cbc3 Adjust HTTP Request docs. by efortuna@google.com · 12 years ago
  69. e9d1927 Added examples to list.dart. by shailentuli@google.com · 12 years ago
  70. 4d1cc0d Emit a compile-time error when a named optional parameter has a library private name. by karlklose@google.com · 12 years ago
  71. a45cd62 Added examples to map.dart by shailentuli@google.com · 12 years ago
  72. 12cadfd Add .address to [Raw]ServerSocket and HttpServer. by whesse@google.com · 12 years ago
  73. 8f7980a Add DartType.treatAsRaw to treat List<dynamic> as List in the backend. by johnniwinther@google.com · 12 years ago
  74. 0a71361 Emit a compile-time error if a function type parameter is declard with 'final' or 'var'. by karlklose@google.com · 12 years ago
  75. c440a9a Always visit initializing constants. by karlklose@google.com · 12 years ago
  76. 8255ab3 Emit compile-time error when a constant field is not initialized. by karlklose@google.com · 12 years ago
  77. e340fc4 Re-apply "Move the container tracer to the call graph inferrer.". by ngeoffray@google.com · 12 years ago
  78. 5673172 Fix (bogus) warnings related to the use of Function in dart2js. by kasperl@google.com · 12 years ago
  79. ec0ad10 Get rid of casts. by kasperl@google.com · 12 years ago
  80. ac616b5 Add a default value for bindCallback's runGuarded. by floitsch@google.com · 12 years ago
  81. 7c62726 Revert r27992: some browser tests fail. by ngeoffray@google.com · 12 years ago
  82. 385ec63 Fix dart2js checked mode in host-checked mode. by kasperl@google.com · 12 years ago
  83. 2cf3b6c Remove warning spotted by analyzer. by ngeoffray@google.com · 12 years ago
  84. eb2fe06 Move the container tracer to the call graph inferrer. by ngeoffray@google.com · 12 years ago
  85. 9a91047 Change TypeMask.base to be a ClassElement. by kasperl@google.com · 12 years ago
  86. 9bee8c6 Fix list length optimization bug: do not inline a length access to a constant if the receiver can be null. by ngeoffray@google.com · 12 years ago
  87. e18701e Emit a warning and runtime error when assigning to a function. by karlklose@google.com · 12 years ago
  88. 6da8f05 Added examples to String docs. by shailentuli@google.com · 12 years ago
  89. c068a94 Revert "Revert "Reinstate type checks in Math.min and Math.max"" by sra@google.com · 12 years ago
  90. 19763aa Implementation for ClosureMirror.findInContext. by mlippautz@google.com · 12 years ago
  91. 053eaeb Revert "Reinstate type checks in Math.min and Math.max" by sra@google.com · 12 years ago
  92. b1e55c5 Reinstate type checks in Math.min and Math.max by sra@google.com · 12 years ago
  93. 2d3478b Fix warnings. by rnystrom@google.com · 12 years ago
  94. 2b55097 Run DOM callbacks in the zone they are coming from. by floitsch@google.com · 12 years ago
  95. 7e75589 Fix File stream on cancel. by ajohnsen@google.com · 12 years ago
  96. d6a3989 Don't rename local variables in dart_precompiled. by ahe@google.com · 12 years ago
  97. 21bb51c Fix bug in the requested type of an SSA instruction: avoid requesting a ContainerTypeMask. by ngeoffray@google.com · 12 years ago
  98. 94b894a Implement InstanceMirror.invoke of methods with optional arguments. by ahe@google.com · 12 years ago
  99. bdb17c0 added bool type to named args in lib/io and lib/_internal by kevmoo@j832.com · 12 years ago
  100. 00752e7 Escape slash since it helps to end an HTML entity. by floitsch@google.com · 12 years ago