0.2.7.1
  1. 1277895 Issue 6836. Using undeclared identifier in static context is now warning. by scheglov@google.com · 13 years ago
  2. 3fb4170 Rename File.readAsText to File.readAsString. There is no Text type in Dart by ager@google.com · 13 years ago
  3. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  4. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  5. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  6. 2208fcd Change NotImplementedException to UnimplementedError. by lrn@google.com · 13 years ago
  7. fdb33dc by gram@google.com · 13 years ago
  8. 981c4b1 Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. by gram@google.com · 13 years ago
  9. 8352fb6 Update intl to new import syntax by alanknight@google.com · 13 years ago
  10. dce51bf Using 'interface' and 'abstract' for methods should produce error by scheglov@google.com · 13 years ago
  11. 583697c Tolerate null from finding browser locale, re-enable tests by alanknight@google.com · 13 years ago
  12. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  13. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  14. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  15. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  16. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  17. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  18. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  19. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  20. 42d2d4f Change bidi_utils and bidi_formatter for new optional parameters. by regis@google.com · 13 years ago
  21. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  22. adb5346 Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet). by regis@google.com · 13 years ago
  23. 986f155 Try removing explicit use of dynamic by alanknight@google.com · 13 years ago
  24. 588a8fb Remove function types from intl, as they appear to break the vm by alanknight@google.com · 13 years ago
  25. 4a0d950 Make verifiedLocale work differently depending on what it's verifying for by alanknight@google.com · 13 years ago
  26. 3c23d6f Small changes for spec updates/editor suggestions by alanknight@google.com · 13 years ago
  27. 6637f2c Clean up TODOs and comments in Intl by alanknight@google.com · 13 years ago
  28. 7998b49 If no pattern is specified for date formatting, use a default by alanknight@google.com · 13 years ago
  29. c3ced88 Move Bidi functions into methods to make the docs look better by alanknight@google.com · 13 years ago
  30. c4c4b7f Add in-process http server to the dart test scripts. by ager@google.com · 13 years ago
  31. 14ce294 Make the date formatting library visible in apidoc by merging it into Intl by alanknight@google.com · 13 years ago
  32. 89de7ad Fix markdown syntax in Intl by alanknight@google.com · 13 years ago
  33. 46e5218 Make the date_time_format_http_request_test run faster by alanknight@google.com · 13 years ago
  34. 70082fd Minor cleanups to take advantage of lazy initialization by alanknight@google.com · 13 years ago
  35. 8d2d5bc Finding locale from browser needs to canonicalize the result by alanknight@google.com · 13 years ago
  36. d5dd0c5 Make sure to wrap all callbacks with expectAsync in tests by alanknight@google.com · 13 years ago
  37. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  38. 9b89419 migrate raw string to new syntax in pkg by danrubel@google.com · 13 years ago
  39. 0225c4b Make invoking start_web_server use an absolute path to accomodate incremental dartium builds by alanknight@google.com · 13 years ago
  40. 379f74a Fix typo in start_web_server, re-enable tests by alanknight@google.com · 13 years ago
  41. 388a543 Temporarily disable intl http test on dartium because of issue with the inc build and working direc… by alanknight@google.com · 13 years ago
  42. eac6195 Be sure to use absolute paths in intl web server tests by alanknight@google.com · 13 years ago
  43. 907c7ea Read locales over http in the browser by alanknight@google.com · 13 years ago
  44. ef2c243 Really make the tool directory singular in intl by alanknight@google.com · 13 years ago
  45. b9f933b Change intl to use new pub layout by alanknight@google.com · 13 years ago
  46. 2a96a33 Fix finding locale from OS on Windows by alanknight@google.com · 13 years ago
  47. f12a294 Find the system locale from the browser or OS by alanknight@google.com · 13 years ago
  48. 5e1055a Syntax error in intl pubspec.yaml by alanknight@google.com · 13 years ago
  49. 26fab51 Move parseInt parseDouble to int/double classes as a static method. by lrn@google.com · 13 years ago
  50. 9163dfe revert 1204. Will investigate when I get a chance. by efortuna@google.com · 13 years ago
  51. 383488e Update unittest to new package layout. by rnystrom@google.com · 13 years ago
  52. 659a57d Revert "Make unittest follow the new package layout." by rnystrom@google.com · 13 years ago
  53. 2ba8103 Make unittest follow the new package layout. by rnystrom@google.com · 13 years ago
  54. 2748b08 Add test that uses the basic example code by alanknight@google.com · 13 years ago
  55. 282a347 Add async initialization for Intl.message and an example by alanknight@google.com · 13 years ago
  56. f2a1253 Update htmlescape to new package layout. by rnystrom@google.com · 13 years ago
  57. ddbe245 Split date formatting tests in two to avoid timeouts by alanknight@google.com · 13 years ago
  58. 978c3f6 Move dart:web to pkg:htmlescape. by lrn@google.com · 13 years ago
  59. 94f1c2ed1 Change our 'is int' check to use Math.floor instead of a smi check. by ngeoffray@google.com · 13 years ago
  60. 8db48e4 Revert "Move dart:web to pkg:htmlescape." by kasperl@google.com · 13 years ago
  61. bd49eef Move dart:web to pkg:htmlescape. by lrn@google.com · 13 years ago
  62. 7782ac5 Clean up Intl for language changes by alanknight@google.com · 13 years ago
  63. efa7a80 Async initialization for DateFormat by alanknight@google.com · 13 years ago
  64. 0dd77bf - Change "static final" to "static const" in the by iposva@google.com · 13 years ago
  65. 7cc69cb Parsing dates with format that's just month or day will fail on certain days by alanknight@google.com · 13 years ago
  66. 0af11bc More uses of the new try-catch syntax. by kasperl@google.com · 13 years ago
  67. 722c1a3 Deprecate Math object in corelib in favor of dart:math library. by ager@google.com · 13 years ago
  68. 53fd510 Allow multiple patterns for date formats by alanknight@google.com · 13 years ago
  69. 1eb5340 add comments for dart:io and dart:intl library by sethladd@google.com · 13 years ago
  70. 96c3872 Rename i18n to intl Review URL: https://chromiumcodereview.appspot.com//10829442 by alanknight@google.com · 13 years ago