1.0.1.0
  1. 7abe3e6 Document requirement that setRange works with itself as argument. by lrn@google.com · 12 years ago
  2. 141be96 Fix host-checked mode error. by ngeoffray@google.com · 12 years ago
  3. 5170072 Nicer pretty printing of jsAst object literals. by sigurdm@google.com · 12 years ago
  4. ca20fe6 Remove annotation. Benchmarks are not affected by inlining this method. by ngeoffray@google.com · 12 years ago
  5. af73893 Fix filtering out .dart files in release mode. by rnystrom@google.com · 12 years ago
  6. f472000 Don't allow accidentally publishing to pub.dartlang.org from the dev version of pub. by rnystrom@google.com · 12 years ago
  7. bb1e80c Update isolate documentation. by floitsch@google.com · 12 years ago
  8. 0710eb7 Please the analyzer. by ngeoffray@google.com · 12 years ago
  9. e9c480c Fix bug in handling IPv6 proxy hosts by sgjesse@google.com · 12 years ago
  10. 72692b8 Always inline a method if it is called once. by ngeoffray@google.com · 12 years ago
  11. 6279004 Avoid unneeded toLowerCase and add fast version of _isTokenChar, in HTTP parser. by ajohnsen@google.com · 12 years ago
  12. 426d826 Fix an oversight wiht HIndex and HIndexAssign: they can throw if the receiver can be null. by ngeoffray@google.com · 12 years ago
  13. 13a2617 Better handling of IPv6 with HTTP proxy by sgjesse@google.com · 12 years ago
  14. d953287 We cannot send fixed lists to a worker anymore, because they contain an extra property holding a function. We can send a growable list. by ngeoffray@google.com · 12 years ago
  15. 08b6932 Revert "Nicer pretty printing of jsAst object literals." by sigurdm@google.com · 12 years ago
  16. 2627136 Use a function instead of a value for marking fixed and const arrays, so that JavaScript engines can assume the property will never change. by ngeoffray@google.com · 12 years ago
  17. 6202c0c Nicer pretty printing of jsAst object literals. by sigurdm@google.com · 12 years ago
  18. a203c64 Recognize this.foo = 42 in the type inferrer, and optimize in case it only reaches a `foo` field. by ngeoffray@google.com · 12 years ago
  19. 9fd9b07 Fix typo in core documentation. by lrn@google.com · 12 years ago
  20. d530df2 Remove hack on typed array length fully: previous CL just removed the length access, not setting the extra field. by ngeoffray@google.com · 12 years ago
  21. 0f61205 Documentation update by sgjesse@google.com · 12 years ago
  22. 90e5792 Remove hack for length access of typed arrays. by ngeoffray@google.com · 12 years ago
  23. 9e8880c Remove DateTime TODO. API is stable now. by floitsch@google.com · 12 years ago
  24. 1b97a47 Fix timezone extraction for IE and Opera. by floitsch@google.com · 12 years ago
  25. 5f8d021 Change InternetAddress back to abstract and make the constructor a factory by sgjesse@google.com · 12 years ago
  26. 892c0c8 DateTime.parse throws a FormatException and not an ArgumentError. by floitsch@google.com · 12 years ago
  27. 93d6f94 Remove abstract from InternetAddress now that it has a constructor by sgjesse@google.com · 12 years ago
  28. a7db0f1 Simplify 0-timers to not go through the eventhandler. by ajohnsen@google.com · 12 years ago
  29. 3aecb9e Fix http headers to enable chunked transfer encoding when content-length is set to -1. by ajohnsen@google.com · 12 years ago
  30. 26f89db Fix dart2js after InternetAddress change by sgjesse@google.com · 12 years ago
  31. 2a63af9 Add RawReceivePort to dart2js. by lrn@google.com · 12 years ago
  32. d4345e6 Use 'eagerError' on Future:wait in HTTP, after Futute:wait change. by ajohnsen@google.com · 12 years ago
  33. f30972c Remove warnings in SplayTreeSet. by lrn@google.com · 12 years ago
  34. 32e6279 Update InternetAddress by sgjesse@google.com · 12 years ago
  35. feaba45 Add missing removeWhere/retainWhere methods to Queue interface. by lrn@google.com · 12 years ago
  36. c79c647 Update documentation for List.removeAt. by lrn@google.com · 12 years ago
  37. 3ed80c3 Compute position and isAbstract for function elements on construction by lry@google.com · 12 years ago
  38. e03a741 Clean up HttpHeaders to always have them in a consistent state. by ajohnsen@google.com · 12 years ago
  39. cd2cf50 Add SplayTreeSet. by lrn@google.com · 12 years ago
  40. f3a501e Make Future.wait have an eagerError option that defaults to false. by lrn@google.com · 12 years ago
  41. b78e3b5 Revert "make position of PartialFunctionElement final" by lry@google.com · 12 years ago
  42. 35e9adb make position of PartialFunctionElement final by lry@google.com · 12 years ago
  43. d60823a Use parser events to detect abstract methods. by lry@google.com · 12 years ago
  44. edde44d Compute position and isAbstract for function elements on construction by lry@google.com · 12 years ago
  45. 915b5b2 Update the documentation for List.replaceRange. by lrn@google.com · 12 years ago
  46. d512b4d Fix http://code.google.com/p/dart/issues/detail?id=15017. by ngeoffray@google.com · 12 years ago
  47. 4ca65d0 Fix a bug in the type inferrer. by ngeoffray@google.com · 12 years ago
  48. 09ef910 Don't supply host names for the fixed internet addresses by sgjesse@google.com · 12 years ago
  49. 3b7717c Create phis when each predecessor of a block has a value for the same memory place. by ngeoffray@google.com · 12 years ago
  50. 1b510c8 Reorganize emission of library initializers. by sigurdm@google.com · 12 years ago
  51. 68d522c Fix http://code.google.com/p/dart/issues/detail?id=15133. by ngeoffray@google.com · 12 years ago
  52. c3f53b8 Revert "Reorganize emission of library initializers." by sigurdm@google.com · 12 years ago
  53. 685b6f6 Reorganize emission of library initializers. by sigurdm@google.com · 12 years ago
  54. 839d9f6 We cannot use the value stored in a typed array for load elimination, but we should still kill saved values that may alias with that store. by ngeoffray@google.com · 12 years ago
  55. 964ed5f Rfine spec for TypedefMirror.value and for ClosureMirror.findInContext. by gbracha@google.com · 12 years ago
  56. c4993e4 Reapply "This change makes it easier to put type parameters on JavaScript Arrays." by sra@google.com · 12 years ago
  57. 34fefd2 Revert "This change makes it easier to put type parameters on JavaScript Arrays." by sra@google.com · 12 years ago
  58. 4a470aa Hook up dependency overrides to the rest of pub. by rnystrom@google.com · 12 years ago
  59. 483cb25 This change makes it easier to put type parameters on JavaScript Arrays. by sra@google.com · 12 years ago
  60. c146776 Remove now-dead stack parsing code from Dartium's dart:html. by rmacnak@google.com · 12 years ago
  61. 81229f2 Fix a type annotation. by ahe@google.com · 12 years ago
  62. 3c7b098 Diagnose use of reserved words as identifiers. by ahe@google.com · 12 years ago
  63. 1004058 Fix https://code.google.com/p/dart/issues/detail?id=15132, by not doing load elimination on typed arrays. by ngeoffray@google.com · 12 years ago
  64. c08156f Fix typo from CL 64683007 by ahe@google.com · 12 years ago
  65. 5e2545a Emit one-shot interceptors before constants. by ahe@google.com · 12 years ago
  66. 49d03d6 Add optimization hints: @NoInline(), @NoThrows(), and @NoSideEffects(). by ahe@google.com · 12 years ago
  67. 6d1c491 Don't use linked maps/sets in http internals. by ajohnsen@google.com · 12 years ago
  68. f27bfcd Don't create lower-case copies of already lower-case header names, in http parser. by ajohnsen@google.com · 12 years ago
  69. f6a50d8 Use typed-data views for incoming http data. by ajohnsen@google.com · 12 years ago
  70. 4914425 Use a re-usable buffer for writing HTTP headers. This includes a new header limit of 8192 bytes. by ajohnsen@google.com · 12 years ago
  71. 9552f94 Ensure that errors have stack traces attached. by nweiz@google.com · 12 years ago
  72. 67d8d2d Support overrides in the version solver. by rnystrom@google.com · 12 years ago
  73. 621242e Fill in blanks for Event docs. by amouravski@google.com · 12 years ago
  74. 3aeab580c Add a README describing how to contribute to pub. by nweiz@google.com · 12 years ago
  75. ae0fb7b Fix expected error output. by regis@google.com · 12 years ago
  76. ea80298 Added docs to canvaselement. Giving it docs for all members. by amouravski@google.com · 12 years ago
  77. 71e4e96 Finished off HTML Window blurb + link for every member. by amouravski@google.com · 12 years ago
  78. 31f8ace Make native implementation classes for classes that are used as targets in @MirrorsUsed available for reflection. by karlklose@google.com · 12 years ago
  79. 8b22b0e Even more docs changes. by amouravski@google.com · 12 years ago
  80. 326891d Support symlinking to dart-sdk executables on Linux and Mac. by nweiz@google.com · 12 years ago
  81. 7938b72 Reapply "Fix issues with field names by ensuring that fields have exactly one name regardless of how the class is extended or mixed." by sra@google.com · 12 years ago
  82. 622dd24 Clean up version solver tests a bit. by rnystrom@google.com · 12 years ago
  83. 5681bc2 Revert "Fix issues with field names by ensuring that fields have exactly one name regardless of how the class is extended or mixed." by sra@google.com · 12 years ago
  84. ada348d Allow user to specify mode for pub build/serve. by rnystrom@google.com · 12 years ago
  85. 43e1fad Fix issues with field names by ensuring that fields have exactly one name regardless of how the class is extended or mixed. by sra@google.com · 12 years ago
  86. 3ed4c8d Remove use of deprecated mirror functions from Dartium's dart:html. by rmacnak@google.com · 12 years ago
  87. 9ce2582 Add a useful user-agent string to pub HTTP requests. by nweiz@google.com · 12 years ago
  88. e270da9 Add missing cancelOnError parameter to a controller addStream method. by lrn@google.com · 12 years ago
  89. 5445b11 Add comment. by sigurdm@google.com · 12 years ago
  90. cf17a98 Reapply "Retain types of toplevel and instance variables for reflection." by zarah@google.com · 12 years ago
  91. 7e41b9a Revert "Retain types of toplevel and instance variables for reflection." by zarah@google.com · 12 years ago
  92. 207f0e6 Update and fix isolate documentation. by lrn@google.com · 12 years ago
  93. 210f198 Retain types of toplevel and instance variables for reflection. by zarah@google.com · 12 years ago
  94. 04bfe6e Get rid of DART_SDK in pub. by rnystrom@google.com · 12 years ago
  95. f4533a5 Add utility methods for sending non-form data in pkg/http. by nweiz@google.com · 12 years ago
  96. fce5971 o/~ Y muchos maaaaaaas... o/~ by amouravski@google.com · 12 years ago
  97. 9d9d416 Fix comment for Isolate.spawn. by floitsch@google.com · 12 years ago
  98. a00c36e Pub shouldn't emit colored log output unless it's to a terminal. by nweiz@google.com · 12 years ago
  99. cc3e05e Implement VariableMirror.isConst in the VM and ParameterMirror.isConst in dart2js. by rmacnak@google.com · 12 years ago
  100. dab07c3 Add comment to Byte and String conversion sink. by floitsch@google.com · 12 years ago