0.1.6.1
  1. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  2. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  3. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  4. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  5. 0937a23 Version 0.1.1.0 by dgrove@google.com · 10 years ago
  6. b7e27fc Version 0.1.0.0 by dgrove@google.com · 10 years ago
  7. 8a431ac result of by dgrove@google.com · 10 years ago
  8. dce89d6 result of by dgrove@google.com · 10 years ago
  9. 8b45263 result of by dgrove@google.com · 10 years ago
  10. 7cd8d97 result of by dgrove@google.com · 10 years ago
  11. eaeeffc result of by dgrove@google.com · 10 years ago
  12. 18e4400 result of by dgrove@google.com · 10 years ago
  13. 1eedd0a result of by dgrove@google.com · 10 years ago
  14. 4a0bd7e result of by dgrove@google.com · 10 years ago
  15. 733a9bd result of by dgrove@google.com · 10 years ago
  16. f1488e3 result of by dgrove@google.com · 10 years ago
  17. a78aad6 result of by dgrove@google.com · 10 years ago
  18. 43f5720 result of by dgrove@google.com · 10 years ago
  19. c5c3d9b result of by dgrove@google.com · 10 years ago
  20. 8b31eba result of by dgrove@google.com · 10 years ago
  21. 9245995 result of by dgrove@google.com · 10 years ago
  22. 2f9c268 Result of by dgrove@google.com · 10 years ago
  23. 21a5449 result of by dgrove@google.com · 10 years ago
  24. c4767f8 result of by dgrove@google.com · 10 years ago
  25. 2c23b2d result of by dgrove@google.com · 10 years ago
  26. 8cef7c3 result of by dgrove@google.com · 10 years ago
  27. 85249c5 result of by dgrove@google.com · 10 years ago
  28. 6666b85 result of by dgrove@google.com · 10 years ago
  29. 2933313 result of svn merge -r 10021:10115 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by dgrove@google.com · 10 years ago
  30. e775244 result of by dgrove@google.com · 10 years ago
  31. 5fdc13b result of by dgrove@google.com · 10 years ago
  32. d726b9c result of by dgrove@google.com · 10 years ago
  33. db73d09 result of by dgrove@google.com · 10 years ago
  34. 4d968b4 result of by dgrove@google.com · 10 years ago
  35. 6997401 (remerge after revert of r9571) by dgrove@google.com · 10 years ago
  36. b65349d Revert r9571, which had some merge issues. by dgrove@google.com · 10 years ago
  37. 45e1a57 svn merge -r 9312:9474 https://dart.googlecode.com/svn/branches/bleeding_edge trunk by pquitslund@google.com · 10 years ago
  38. 7d05eaa Make AudioBufferSourceNode not picky about the number of parameters that are by efortuna@google.com · 13 years ago
  39. 4b2cf64 Enable js-helper library in the html library. by floitsch@google.com · 13 years ago
  40. 1386f01 [dart2dart] Fix assertions for tests to pass in checked mode. by smok@google.com · 13 years ago
  41. e88c4aa Reserve a state variable for the bailout function. by floitsch@google.com · 13 years ago
  42. 7b171e3 Mirrors stub added to dart2js. by johnniwinther@google.com · 13 years ago
  43. 228c285 Add warning for future maintainers of Timer. by ahe@google.com · 13 years ago
  44. 516a5c8 Re-land r13557 on behalf of Alexander. by kasperl@google.com · 13 years ago
  45. 20084e0 Land Alexander's change that throw on abstract class instantiations. by kasperl@google.com · 13 years ago
  46. 02d9df2 Make WheelEvent.delta{X,Y} return num, not int. by antonm@google.com · 13 years ago
  47. 3b4d891 Land Alexander's change that turns assert into a keyword. by kasperl@google.com · 13 years ago
  48. dec9277 Temporarily disable minification of local variables bug=5808 by erikcorry@google.com · 13 years ago
  49. 646faf8 Restore _TimerFactory class. by ahe@google.com · 13 years ago
  50. 9a1dd94 The following identifiers are now built-in: by ahe@google.com · 13 years ago
  51. 55c1b05 Remove Timer factory class. by ahe@google.com · 13 years ago
  52. c3c04fc Revert "Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug." and 5 subsequent attempts to fix the build. by aprelev@gmail.com · 13 years ago
  53. a168ca5 Fix the build - make Selector visible to the test by importing universe.dart into types.dart. by aprelev@gmail.com · 13 years ago
  54. d1a7fff Fixing the build - use Selector to lookup default constructor. by aprelev@gmail.com · 13 years ago
  55. b2c3c8a Don't rely on argument names in the isolate code. by floitsch@google.com · 13 years ago
  56. 3bb0ab1 Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug. by aprelev@gmail.com · 13 years ago
  57. 6f3a0d5 Give different runtime type representations to different types with the same name. by karlklose@google.com · 13 years ago
  58. 8a0ebc5 Allow closures inside lazy initializers. by floitsch@google.com · 13 years ago
  59. 264a8cc EmptyLink => Link by johnniwinther@google.com · 13 years ago
  60. 981fdd3 Show and hide combinators supported. by johnniwinther@google.com · 13 years ago
  61. f6c129c Move interface merging info to type registry. by podivilov@google.com · 13 years ago
  62. c06efa8 Concrete type inference integration. Disabled by default. by polux@google.com · 13 years ago
  63. 1b032bb Remove LinkFactory and EmptyLink. by ahe@google.com · 13 years ago
  64. fbc14bd Fix bug in ByteArray.subByteArray implementation for omitted length. by lrn@google.com · 13 years ago
  65. 3297a9f Rename locals to a, b, c... instead of z0, z1... BUG= by erikcorry@google.com · 13 years ago
  66. 25496db Handle modifiers (abstract) on class nodes. by johnniwinther@google.com · 13 years ago
  67. 7ebd121 Added 'dynamic' keyword, so that 'Dynamic' can be deprecated. by aprelev@gmail.com · 13 years ago
  68. 3ace897 Remove Hashable. Review URL: https://codereview.chromium.org//11028123 by dgrove@google.com · 13 years ago
  69. 026b907 Register parameter types for closure invocations to the backend. by floitsch@google.com · 13 years ago
  70. 9dad6e7 Revert "Allow closures inside lazy initializers." by floitsch@google.com · 13 years ago
  71. ef93dd9 Added support for exports and re-exports. by johnniwinther@google.com · 13 years ago
  72. 2a77601 Rename WebKit's WheelEvent.wheelDelta{X,Y} to W3C WheelEvent.delta{X,Y}. by antonm@google.com · 13 years ago
  73. 6fa5d00 Complete support for type variables in new expressions. by karlklose@google.com · 13 years ago
  74. 5464ab0 Get rid of webkit_renames in dartdomgenerator.py. by podivilov@google.com · 13 years ago
  75. f8762b2 Introduce ListLikeIDLTypeInfo as a replacement for nativified_classes table. by podivilov@google.com · 13 years ago
  76. 9d19336 Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. by podivilov@google.com · 13 years ago
  77. 8cbfa75 Do not allow platform prefices to conflict with fixed members. by antonm@google.com · 13 years ago
  78. 1b5cc82 Allow closures inside lazy initializers. by floitsch@google.com · 13 years ago
  79. f673494 Copy to make benefit of glorious subversion by johnniwinther@google.com · 13 years ago
  80. ae83e25 Revert "Allow closures inside lazy initializers." by floitsch@google.com · 13 years ago
  81. 0a6a390 Fix to dartbug.com/5170, explictly static library variables now get an appropriate error message. by jwren@google.com · 13 years ago
  82. c5600d9 Allow closures inside lazy initializers. by floitsch@google.com · 13 years ago
  83. c08200a Add minifying renamer to the JS printer so locals are called z0, z1, z2, etc. by erikcorry@google.com · 13 years ago
  84. df630b6 Fixed typo by vsm@google.com · 13 years ago
  85. 9a19a1f Roll IDL to multivm@937 by vsm@google.com · 13 years ago
  86. 30b34c8 Better return types for window.location and window.history by vsm@google.com · 13 years ago
  87. 166d2b2 Fix some type narrowing by vsm@google.com · 13 years ago
  88. a2daec4 Fix Timers in isolates in dart2js. by justinfagnani@google.com · 13 years ago
  89. c2e3511 Move leap to lib/compiler/samples. by dgrove@google.com · 13 years ago
  90. 6964b75 Revert "Address Peter's comments on Function.apply." by floitsch@google.com · 13 years ago
  91. c49a927 Address Peter's comments on Function.apply. by ngeoffray@google.com · 13 years ago
  92. 174f264 First stab at parsing redirecting constructors. by lrn@google.com · 13 years ago
  93. e24c0e7 Implement Function.apply in dart2js. by ngeoffray@google.com · 13 years ago
  94. 3c87aa3 Move RuntimeTypeInformation to its own library. by karlklose@google.com · 13 years ago
  95. 611470a Disallow non-identifiers in for-in. by karlklose@google.com · 13 years ago
  96. 8214500 Implement part-of directive. by ahe@google.com · 13 years ago
  97. 9fa3103 Remove explicit interface versions of dartdoc files. by sra@google.com · 13 years ago
  98. 845c13e Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants. by blois@google.com · 13 years ago
  99. 0109e88 Remove some warnings and dead code in dart2js. by karlklose@google.com · 13 years ago
  100. 8a952fa Better value range propagation by supporting negating ranges. by ngeoffray@google.com · 13 years ago