1. 9bb4bcc Migrating to dart:ffi in Dart 2.12. by Googler · 3 years, 2 months ago
  2. 532a1e3 Migrating to `dart:ffi` in Dart 2.12 and `package:ffi` 1.0.0. by Googler · 3 years, 2 months ago
  3. 458129d Replace git dependencies with published versions by Googler · 3 years, 3 months ago
  4. 5fd7a11 COPYBARA CHANGE FOR https://github.com/dart-lang/intl/pull/358 by Googler · 3 years, 3 months ago
  5. 2c8e014 Fix typo; see https://screenshot.googleplex.com/5afwL4iQtHeJKLC by Googler · 3 years, 5 months ago
  6. 33251e0 Prepare to publish for stable null safety (#362) by Nate Bosch · 3 years, 3 months ago 0.17.0
  7. 255a26e Example of format pattern fixed by ZainUrRehmanKhan · 3 years, 3 months ago
  8. aa98b67 Remove 7 year old unimplemented fields by Luke Pighetti · 3 years, 4 months ago
  9. edbbbce fix format by Aleksandr Yurkovskiy · 3 years, 5 months ago
  10. f25b0a6 add empty line by Aleksandr Yurkovskiy · 3 years, 5 months ago
  11. a02de91 fix merge issues by Aleksandr Yurkovskiy · 3 years, 5 months ago
  12. 8a1716f Merge branch 'master' into update-ruble-sign by Aleksandr Yurkovskiy · 3 years, 5 months ago
  13. b3da438 Prep release for beta (#338) by Kevin Moore · 3 years, 6 months ago 0.17.0-nullsafety.2
  14. 48675cf Prepare a version of intl that supports the 2.12 sdk by jakemac · 3 years, 6 months ago 0.17.0-nullsafety.1
  15. 9669926 Make sure travis uses latest Chrome by kevmoo · 3 years, 6 months ago 0.17.0-nullsafety
  16. 4704559 Fix dependency on pkg:js by kevmoo · 3 years, 6 months ago
  17. b69e3e5 Add missing dependency on pkg:ffi by kevmoo · 3 years, 6 months ago
  18. 32844f3 Enable a test that was skipped due to an old browser by kevmoo · 3 years, 6 months ago
  19. 6e8fc59 Prepare to release intl null safety by kevmoo · 3 years, 6 months ago
  20. 0172d85 Use `skip` instead of a non-standard test function by kevmoo · 3 years, 6 months ago
  21. 3fe3a90 Update clock dependency to null-safe version by kevmoo · 3 years, 6 months ago
  22. 971aa6c Dart Intl: Move `!` from `message` into `_message`. by Googler · 3 years, 6 months ago
  23. bb23da2 Fix doc comments in the main library by kevmoo · 3 years, 7 months ago
  24. 44b7b49 Fix link to Intl class in readme by kevmoo · 3 years, 7 months ago
  25. 1947148 Remove gratuitous self-link in main library (#323) by Kevin Moore · 3 years, 7 months ago
  26. 3d12bf1 Add dependency_overrides for null-safe deps that are not yet published by kevmoo · 3 years, 7 months ago
  27. 8568f4b Updates for OSS null safety by kevmoo · 3 years, 7 months ago
  28. 1ed1bc0 Remove .status file by kevmoo · 3 years, 7 months ago
  29. 932333a Update pkg:intl README.md by kevmoo · 3 years, 7 months ago
  30. 617bc4b Migrate last `package:intl` tests to null safety. by davidmorgan · 3 years, 8 months ago
  31. 9107e8d Tweaks to `intl` null safe API based on experimentation with `intl_translation`. by davidmorgan · 3 years, 8 months ago
  32. e637374 Remove unnecessary `dart:async` imports from `package:intl`. by davidmorgan · 3 years, 8 months ago
  33. 77bfd84 intl: Remove references to non-existent examples by jamesdlin · 3 years, 8 months ago
  34. 4d5c96c Migrate `package:intl` tests to null safety. by davidmorgan · 3 years, 8 months ago
  35. cf05fd4 Remove google3-specific test data discovery. by davidmorgan · 3 years, 8 months ago
  36. bda4da8 Migrate the remainder of `package:intl`, excluding tests, to null safety. by davidmorgan · 3 years, 8 months ago
  37. c0b6cf8 Split up `number_format.dart`. by davidmorgan · 3 years, 8 months ago
  38. 5dcfe3c Further simplify `NumberFormat` initialization; make fields that can be final, final. by davidmorgan · 3 years, 8 months ago
  39. b28cee5 Simplify `NumberFormat` initialization. by davidmorgan · 3 years, 8 months ago
  40. fd12a5e Migrate more `package:intl` to null safety: migrate most of `src/intl`, leaving `number_formatter` and `compact_number_formatter`. by davidmorgan · 3 years, 8 months ago
  41. f477fdd Split up parts in `package:intl` so they can be migrated incrementally to null safety. by davidmorgan · 3 years, 8 months ago
  42. fc131e9 Migrate `package:intl` `intl_helpers.dart` to null safety. by davidmorgan · 3 years, 8 months ago
  43. a96ebb1 Migrate `package:intl` `Locale` and parser to null safety. by davidmorgan · 3 years, 8 months ago
  44. eeef779 Migrate all trivially migratable files in `package:intl`. by davidmorgan · 3 years, 8 months ago
  45. ee1c390 Enable null safety asserts for `package:intl` VM tests. by davidmorgan · 3 years, 8 months ago
  46. e6192c4 Mark `package:intl` as null safe, but opt out in all files. by davidmorgan · 3 years, 8 months ago
  47. b70bbf1 intl: Add `@pragma` for inlining for the VM, same as for dart2js. by davidmorgan · 3 years, 8 months ago
  48. 74799bd Update intl golden tests to match current state of the world. by davidmorgan · 3 years, 9 months ago
  49. d3c56e0 update changelog by Aleksandr Yurkovskiy · 3 years, 7 months ago
  50. ed3b5f0 fix test by Aleksandr Yurkovskiy · 3 years, 7 months ago
  51. d4ad715 Merge branch 'master' into update-ruble-sign by Aleksandr Yurkovskiy · 3 years, 7 months ago
  52. abb6485 Merge pull request #290 from jamesderlin/copybara-sync by David Morgan · 4 years ago
  53. fdfc6bf intl: Be more truthful about DateFormat's time zone support by Dart Team · 4 years ago
  54. b1335af intl: Make parsing two-digit years match the documented behavior by Dart Team · 4 years ago
  55. a17268d intl: Remove `new` from dartdoc comments by Dart Team · 4 years ago
  56. d6392ed intl: Fix analysis errors, fix some implicit dynamic cases by Dart Team · 4 years ago
  57. cd181a9 intl: Adjust METADATA and fix some execute permissions by Dart Team · 4 years ago
  58. 73342b9 Fix typo. by Dart Team · 4 years, 2 months ago
  59. 5cc8b1a Prevent compact currency formatters from using trailing zeros for significant figures when currency has a minimum number of decimal places for non-compact representations. by Dart Team · 4 years, 3 months ago
  60. 08e5a19 Fix a typo (#268) by Nate Bosch · 4 years, 2 months ago
  61. 077e653 update version by Aleksandr Yurkovskiy · 4 years, 2 months ago
  62. b119da3 update ruble sign by Aleksandr Yurkovskiy · 4 years, 2 months ago
  63. 21a01bb Add CHANGELOG entry and update pubspec for date parsing fix. by Dart Team · 4 years, 3 months ago
  64. 31c191f Fix Date parsing to not accept dates > 31 in January as if they were day of year by Dart Team · 4 years, 3 months ago
  65. 5ebf8fa Prepare to publish 0.16.1 by Dart Team · 4 years, 4 months ago 0.16.1
  66. e28246f Suppress failing tests that use FFI after breaking SDK change by Dart Team · 4 years, 4 months ago
  67. 5daf67b Add a changelog entry for the Locale export. by Dart Team · 4 years, 5 months ago
  68. eac69a7 Publish the Locale class under package:intl/locale.dart by Dart Team · 4 years, 5 months ago
  69. 469e340 Fix behavior of plural with float arguments that can be integers (e.g, 1.0) by Dart Team · 4 years, 5 months ago
  70. 2fcf1e0 Fix obsolete documentation by Dart Team · 4 years, 5 months ago
  71. 98f869c Skip test and analysis of test requiring dart:ffi externally by Dart Team · 4 years, 6 months ago
  72. ee5766d rollback of changelist 273850130 plus rollback of follow-on fixes by Dart Team · 4 years, 6 months ago
  73. bc4769a UninitializedLocaleData should fall back if the canonicalized form matches by Dart Team · 4 years, 6 months ago
  74. 564be15 Implement MessageFormat, equivalent to the Closure goog.i18n.MessageFormat by Dart Team · 4 years, 6 months ago
  75. 631cfb2 Demonstrate current currency formatting in unit tests. by Dart Team · 4 years, 6 months ago
  76. 4fb34d0 Retry or compensate for erratic errors in DateTime creation. Add tests. by Dart Team · 4 years, 6 months ago
  77. e381269 Update //third_party/dart_lang/trunk, v2 and macos_sdk to 30719b37a9397cc38610e71a804236ec314535ec. by Dart Team · 4 years, 6 months ago
  78. 1bf7687 Add dart_test.yaml to files to be exported by Dart Team · 4 years, 6 months ago
  79. e77c4de Fix number_format_test_core: don't terminate tests early for mismatching lists. by Dart Team · 4 years, 6 months ago
  80. 99cc086 Add explicit type parameters to load() calls by Dart Team · 4 years, 7 months ago
  81. 564c821 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  82. 2c4ae6e Add more information to the error when a DateTime fails verification. by Dart Team · 4 years, 7 months ago
  83. 5c426de Automated g4 rollback of changelist 273643404. by Dart Team · 4 years, 7 months ago
  84. 2cba200 Canonicalize the locale in Intl.defaultLocale setter by Dart Team · 4 years, 7 months ago
  85. 37f5980 Improve testing of Dart compact number formatting and compare with ICU and Web. by Dart Team · 4 years, 7 months ago
  86. 795c490 "Fix" all the warnings and lints in Intl by Dart Team · 4 years, 8 months ago
  87. 5be03cb Update analyzer version constraint, bump version by Dart Team · 4 years, 8 months ago 0.16.0
  88. 9d4b477 Add dart2js hints to methods that should be inlined. by Dart Team · 4 years, 8 months ago
  89. f85205a Make Intl generated code pass most current lint options by Dart Team · 4 years, 8 months ago
  90. f1d3ebd Automated g4 rollback of changelist 264686901. by Dart Team · 4 years, 8 months ago
  91. 241c6af Clean up README.md, PR #189 by Dart Team · 4 years, 8 months ago
  92. cbbd71c Make Intl generated code pass most current lint options by Dart Team · 4 years, 8 months ago
  93. 7852d5e Add 'decimalDigits' specification for Percent formatters. by Dart Team · 4 years, 9 months ago
  94. 5644b15 Updating plural rules to support num instead of int by Dart Team · 4 years, 10 months ago
  95. 64450cb Fix 1-24 hour format by Dart Team · 4 years, 11 months ago
  96. 6722e6b Update Dart's package:intl to CLDR v35, with two exceptions. by Dart Team · 5 years ago
  97. 6ecda17 Use platform_env instead of dart_env in package:intl tests. by Dart Team · 5 years ago
  98. 53bc5f4 Fix extension value assert regexps: they are "alphanum", not "alpha". by Dart Team · 5 years ago
  99. 4b27a88 Add a Locale class to package:intl. by Dart Team · 5 years ago
  100. 381d5d0 Change pubspec to be 0.16.0-dev by Dart Team · 5 years ago