0.2.1.1
  1. df4f2cf VERSION 0.2.1.0 by dgrove@google.com · 10 years ago 0.2.1.0
  2. 94cd105 Version 0.2.0.0. by dgrove@google.com · 10 years ago 0.2.0.0
  3. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  4. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  5. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  6. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  7. 0937a23 Version 0.1.1.0 by dgrove@google.com · 10 years ago
  8. b7e27fc Version 0.1.0.0 by dgrove@google.com · 10 years ago
  9. 8a431ac result of by dgrove@google.com · 10 years ago
  10. dce89d6 result of by dgrove@google.com · 10 years ago
  11. 8b45263 result of by dgrove@google.com · 10 years ago
  12. 7cd8d97 result of by dgrove@google.com · 10 years ago
  13. eaeeffc result of by dgrove@google.com · 10 years ago
  14. 18e4400 result of by dgrove@google.com · 10 years ago
  15. 1eedd0a result of by dgrove@google.com · 10 years ago
  16. 4a0bd7e result of by dgrove@google.com · 10 years ago
  17. 733a9bd result of by dgrove@google.com · 10 years ago
  18. f1488e3 result of by dgrove@google.com · 10 years ago
  19. a78aad6 result of by dgrove@google.com · 10 years ago
  20. 43f5720 result of by dgrove@google.com · 10 years ago
  21. c5c3d9b result of by dgrove@google.com · 10 years ago
  22. 8b31eba result of by dgrove@google.com · 10 years ago
  23. 9245995 result of by dgrove@google.com · 10 years ago
  24. 2f9c268 Result of by dgrove@google.com · 10 years ago
  25. 21a5449 result of by dgrove@google.com · 10 years ago
  26. c4767f8 result of by dgrove@google.com · 10 years ago
  27. 2c23b2d result of by dgrove@google.com · 10 years ago
  28. 8cef7c3 result of by dgrove@google.com · 10 years ago
  29. 85249c5 result of by dgrove@google.com · 10 years ago
  30. 6666b85 result of by dgrove@google.com · 10 years ago
  31. 2933313 result of svn merge -r 10021:10115 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by dgrove@google.com · 10 years ago
  32. e775244 result of by dgrove@google.com · 10 years ago
  33. 5fdc13b result of by dgrove@google.com · 10 years ago
  34. d726b9c result of by dgrove@google.com · 10 years ago
  35. db73d09 result of by dgrove@google.com · 10 years ago
  36. 4d968b4 result of by dgrove@google.com · 10 years ago
  37. 6997401 (remerge after revert of r9571) by dgrove@google.com · 10 years ago
  38. b65349d Revert r9571, which had some merge issues. by dgrove@google.com · 10 years ago
  39. 45e1a57 svn merge -r 9312:9474 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by pquitslund@google.com · 10 years ago
  40. 7041a6b Make methods in Stopwatch getters and rename to be more consistent. by floitsch@google.com · 13 years ago
  41. 38be5a3 Revert "Minifying renamer for classes, methods and instance variables." by erikcorry@google.com · 13 years ago
  42. fa3e4cc Disable assertion and remove type to make host-checked mode green again. by ahe@google.com · 13 years ago
  43. a33aa90 Minifying renamer for classes, methods and instance variables. by erikcorry@google.com · 13 years ago
  44. ab071c1 DartCallback is now a DartIsolateDestructionObserver. by podivilov@google.com · 13 years ago
  45. ec5747f Ensure that ClassElement.lookupConstructor fails when looking up default constructor using Selector.callConstructor(), forcing client to use Selector.callDefaultConstructor() instead. by aprelev@gmail.com · 13 years ago
  46. b791512 Don't emit compile-time constants that have already been inlined. by floitsch@google.com · 13 years ago
  47. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  48. 9af1616 Avoid calling resolveMethodElement from SSA builder. by johnniwinther@google.com · 13 years ago
  49. 3aa5f55 Add 'part of' in dart2js code. by johnniwinther@google.com · 13 years ago
  50. 90c928a Fix typo (used keys as a method instead of as a getter). by floitsch@google.com · 13 years ago
  51. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  52. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  53. 3d321c2 Don't use Object.hashCode. by ahe@google.com · 13 years ago
  54. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  55. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  56. f9fd958 Various compile-time improvements for dart2js: by ahe@google.com · 13 years ago
  57. 30e5241 Make unresolved access to top-level member a dynamic error. by karlklose@google.com · 13 years ago
  58. d016273 Allow TreeElements to be set by tests. by ahe@google.com · 13 years ago
  59. f499ec0 - Add support for binary operators by polux@google.com · 13 years ago
  60. 0ee68c7 Fix a bug which caused exported elements to conflict with locally defined ones. by ahe@google.com · 13 years ago
  61. 851f662 Analyze for loops. by polux@google.com · 13 years ago
  62. 280a7e5 Fix send to this in concrete typeinference. by polux@google.com · 13 years ago
  63. 3383271 Migrate to getter for isEmpty. by antonm@google.com · 13 years ago
  64. afadeef Migrate to hasNext as a getter, not method. by antonm@google.com · 13 years ago
  65. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  66. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  67. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  68. 4be6264 [json & uri] cleanup === and !== by danrubel@google.com · 13 years ago
  69. 86e5c73 Move StringBufferImpl from coreimpl to core as _StringBufferImpl. by ajohnsen@google.com · 13 years ago
  70. 5904137 Moved RuntimeOptions from coreimpl to core, renamed to _OptionsImpl. by ajohnsen@google.com · 13 years ago
  71. f597d23 Add type annotations to remove warnings and fix a bug. by karlklose@google.com · 13 years ago
  72. 0b7a22f Fix typo (rewriting comment). by floitsch@google.com · 13 years ago
  73. 1239971 Do not rename to used platform libs identifiers to escape unnecessary shadowing. by antonm@google.com · 13 years ago
  74. 5233dfa Make endianness named argument for DataView accessors. by antonm@google.com · 13 years ago
  75. 7983141 Move DualPivotQuicksort from coreimpl to core as _Sort. by ajohnsen@google.com · 13 years ago
  76. bc7f07a Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. by lrn@google.com · 13 years ago
  77. 8b6565c Move DateImplementation from coreimpl to core, making it private. by ajohnsen@google.com · 13 years ago
  78. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  79. 7e608a2 Move FutureImpl and CompleterImpl from coreimpl to core, while also making them private. by ajohnsen@google.com · 13 years ago
  80. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  81. e524049 Switch to new library syntax. by antonm@google.com · 13 years ago
  82. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  83. c0b6dd8 Get rid of Dynamic. by antonm@google.com · 13 years ago
  84. 24f777a Get rid of abstract modifier for members. by antonm@google.com · 13 years ago
  85. 9f92056 Add InvocationMirror interface to the core library. by lrn@google.com · 13 years ago
  86. fc040e9 Add InvocationMirror interface to the core library. by lrn@google.com · 13 years ago
  87. 7da3f29 Remove more () from getters. by kasperl@google.com · 13 years ago
  88. bd7784b Get rid of ===/!===. by antonm@google.com · 13 years ago
  89. 5c125be Scope classes moved to scope.dart by johnniwinther@google.com · 13 years ago
  90. 83f6e36 Copy to make benefit glorious subversion ... and prepare for scope.dart by johnniwinther@google.com · 13 years ago
  91. 8833ae4 Add comment to JavaScript helpers for dates and times. by karlklose@google.com · 13 years ago
  92. b4c773d Fixes to unbreak the build. by antonm@google.com · 13 years ago
  93. a3706d7 Regenerate libs after recent change. by antonm@google.com · 13 years ago
  94. a1b207b Roll WebKit IDLs forward. by antonm@google.com · 13 years ago
  95. 00ffc1b Start a whitelist of methods those optionals should be treated as named formals in dart:html. by antonm@google.com · 13 years ago
  96. bf7421f Remove reference to ObjectNotClosureException in dart2js. by lrn@google.com · 13 years ago
  97. 3f0b894 Enforce new optional parameter rules. by regis@google.com · 13 years ago
  98. e88232c Revert 13878 Review URL: https://codereview.chromium.org//11227027 by danrubel@google.com · 13 years ago
  99. 5db247b Revert one instance of identical to === (TBR) by danrubel@google.com · 13 years ago
  100. 85df57b Remove use of Scope.element and Scope.parent. by johnniwinther@google.com · 13 years ago