0.6.3.3
  1. bd3c4eb Version 0.2.3.0 by dgrove@google.com · 10 years ago 0.2.3.0
  2. 7611cbf Merge revision r14430 to trunk. Do not evaluate arguments of an instance send if that instance send is being inlined. The inliner will take care of evaluating them. by ngeoffray@google.com · 10 years ago 0.2.2.1
  3. 8323a04 Version 0.2.2.0 by dgrove@google.com · 10 years ago 0.2.2.0
  4. df4f2cf VERSION 0.2.1.0 by dgrove@google.com · 10 years ago 0.2.1.0
  5. 94cd105 Version 0.2.0.0. by dgrove@google.com · 10 years ago 0.2.0.0
  6. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  7. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  8. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  9. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  10. 0937a23 Version 0.1.1.0 by dgrove@google.com · 10 years ago
  11. b7e27fc Version 0.1.0.0 by dgrove@google.com · 10 years ago
  12. 8a431ac result of by dgrove@google.com · 10 years ago
  13. dce89d6 result of by dgrove@google.com · 10 years ago
  14. 8b45263 result of by dgrove@google.com · 10 years ago
  15. 7cd8d97 result of by dgrove@google.com · 10 years ago
  16. eaeeffc result of by dgrove@google.com · 10 years ago
  17. 18e4400 result of by dgrove@google.com · 10 years ago
  18. 1eedd0a result of by dgrove@google.com · 10 years ago
  19. 4a0bd7e result of by dgrove@google.com · 10 years ago
  20. 733a9bd result of by dgrove@google.com · 10 years ago
  21. f1488e3 result of by dgrove@google.com · 10 years ago
  22. a78aad6 result of by dgrove@google.com · 10 years ago
  23. 43f5720 result of by dgrove@google.com · 10 years ago
  24. c5c3d9b result of by dgrove@google.com · 10 years ago
  25. 8b31eba result of by dgrove@google.com · 10 years ago
  26. 9245995 result of by dgrove@google.com · 10 years ago
  27. 2f9c268 Result of by dgrove@google.com · 10 years ago
  28. 21a5449 result of by dgrove@google.com · 10 years ago
  29. c4767f8 result of by dgrove@google.com · 10 years ago
  30. 2c23b2d result of by dgrove@google.com · 10 years ago
  31. 8cef7c3 result of by dgrove@google.com · 10 years ago
  32. 85249c5 result of by dgrove@google.com · 10 years ago
  33. 6666b85 result of by dgrove@google.com · 10 years ago
  34. 2933313 result of svn merge -r 10021:10115 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by dgrove@google.com · 10 years ago
  35. e775244 result of by dgrove@google.com · 10 years ago
  36. 5fdc13b result of by dgrove@google.com · 10 years ago
  37. d726b9c result of by dgrove@google.com · 10 years ago
  38. db73d09 result of by dgrove@google.com · 10 years ago
  39. 4d968b4 result of by dgrove@google.com · 10 years ago
  40. 6997401 (remerge after revert of r9571) by dgrove@google.com · 10 years ago
  41. b65349d Revert r9571, which had some merge issues. by dgrove@google.com · 10 years ago
  42. 45e1a57 svn merge -r 9312:9474 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by pquitslund@google.com · 10 years ago
  43. eb4d4ee Fix a LICM bug where we were loop hoisting an isntruction, even though that isntruction's inputs were changed before. by ngeoffray@google.com · 13 years ago
  44. 4186adb Fix semicolon elision in non-minified mode. by erikcorry@google.com · 13 years ago
  45. 6a86e19 Roll IDLs forward. by antonm@google.com · 13 years ago
  46. 7e6ae8e Renaming IndexOutOfRangeException to RangeError. by lrn@google.com · 13 years ago
  47. fa1eb04 Don't emit semicolon just before '}', or spaces after keywords. by erikcorry@google.com · 13 years ago
  48. d8958d5 Fix issue 6452: do not change a dynamic setter call to a field set in case the field is not assignable. by ngeoffray@google.com · 13 years ago
  49. ca33dd0 Implement runtimeTypeCache in Dart code. by karlklose@google.com · 13 years ago
  50. 7aa1d7d Use JS semantics when doing range analysis. by ngeoffray@google.com · 13 years ago
  51. 957f73c When building the SSA, Inline instance methods when we can. by ngeoffray@google.com · 13 years ago
  52. ef9c361 Migrate dart:html codegenerator to new embedder's API. by antonm@google.com · 13 years ago
  53. a2326d0 Support for Chrome roll. by antonm@google.com · 13 years ago
  54. 2f0cc44 Support closures inside initializers. by ngeoffray@google.com · 13 years ago
  55. 5dddb44 Do error propagation for decoder errors in string stream. by ricow@google.com · 13 years ago
  56. afae031 Fix typo in template. by lrn@google.com · 13 years ago
  57. 32b27bd Update MirrorSystem by johnniwinther@google.com · 13 years ago
  58. a8720a6 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  59. 27adbdd Start reading data from sockets directly into external byte arrays by sgjesse@google.com · 13 years ago
  60. 372b20c A method or accessor with empty body is implicitly abstract. by ahe@google.com · 13 years ago
  61. a2afe1c [dart2dart] minify constructor names by smok@google.com · 13 years ago
  62. c5e480a Fix for audiogainnode/gain node naming in current Chrome and Safari. by efortuna@google.com · 13 years ago
  63. bcd2414 Do not pass tautology predicates into check list. by antonm@google.com · 13 years ago
  64. daec50e [dart2dart] Support cosntructor redirects. by smok@google.com · 13 years ago
  65. 979016c Do not emit members of parent EventTarget interface. by antonm@google.com · 13 years ago
  66. 5f4cf2b True and false become !0 and !1 when minifying in dart2js. by erikcorry@google.com · 13 years ago
  67. c532997 Fix warnings and errors from analyzer in dart2js by erikcorry@google.com · 13 years ago
  68. 806fa6f Move StringImplementation from coreimpl to core as _StringImpl. by ajohnsen@google.com · 13 years ago
  69. 2eeddd7 Do not emit is dynamic/Object checks. by antonm@google.com · 13 years ago
  70. 90daeaa Fix for dartbug.com/6036: the intersection of two different types is not always conflicting. by ngeoffray@google.com · 13 years ago
  71. 5a32875 Provide proper return type for WebGLRenderingContext.getExtension. by antonm@google.com · 13 years ago
  72. 45b14d7 Emit secondary members in the fixed order. by antonm@google.com · 13 years ago
  73. dbbf15a Move ListImplementation from coreimpl to core, as a private member. by ajohnsen@google.com · 13 years ago
  74. f35e4c5 [dart2dart] remove debug print by smok@google.com · 13 years ago
  75. 6e52ce7 D'oh! Remove _writeString from dart2js patch file. by ager@google.com · 13 years ago
  76. 57d91e3 Use the encoding parameter for writeString on RandomAccessFile objects. by ager@google.com · 13 years ago
  77. 4fafaee Fix issues found by analyzer. by ager@google.com · 13 years ago
  78. 895d155 Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  79. aac030e Use patching for dart:io. by ager@google.com · 13 years ago
  80. 4a24ddc Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  81. 7cf8410 Support argument definition test in constructors. by ngeoffray@google.com · 13 years ago
  82. 9a37354 Move DoubleLinkedQueue from coreimpl to core. by ajohnsen@google.com · 13 years ago
  83. cfee1e4 restore dirName. It was added in html5: by jmesserly@google.com · 13 years ago
  84. 3b1f859 Added PatchParser and LibraryLoader tasks to the [tasks] collection for reporting in dart2js verbose mode. by aprelev@gmail.com · 13 years ago
  85. 90b04cb [dart2dart] fix after https://codereview.chromium.org/11227007 by smok@google.com · 13 years ago
  86. 27afed9 Simplify generated factory provides a bit. by antonm@google.com · 13 years ago
  87. 0a7764f [dart2dart] Fix AggregatedTreeElements extending TreeElementMapping by smok@google.com · 13 years ago
  88. 8642a57 Switch to DartIsolateScope in generated bindings. by podivilov@google.com · 13 years ago
  89. 59db429 Fix for issue #6259: also look for subclasses when checking if a typed selector applies to an element. by ngeoffray@google.com · 13 years ago
  90. f42f827 Remove reference to deleted file by sgjesse@google.com · 13 years ago
  91. b2cdd77 Add missing underscore. by antonm@google.com · 13 years ago
  92. da2095d Roll IDLs forward. by antonm@google.com · 13 years ago
  93. c243de6 Unify parsing of constructor references. by ahe@google.com · 13 years ago
  94. 778b0dc Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  95. 0bcd2f4 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  96. bf7ac4b Remove REJECT_NAMED_ARGUMENT_AS_POSITIONAL flag. by ngeoffray@google.com · 13 years ago
  97. 1c7585e Throw an exception when invariant fails and report nice diagnostic. by ahe@google.com · 13 years ago
  98. 72781b7 Fix stopwatch impl to keep the latest changes. by ajohnsen@google.com · 13 years ago
  99. d388e92 Move StopwatchImplementation from coreimpl to core as _StopwatchImpl. by ajohnsen@google.com · 13 years ago
  100. 7e451fc Move SplayTreeMap from coreimpl to collection. by ajohnsen@google.com · 13 years ago