- be18951 Dartfmt all the files. Remove dartfmt test from Travis by alanknight · 2 years, 9 months ago
- d595aa3 Fix punctuation error (comma, not plus) that broke export, and properly move non-wildcard files outside of glob by alanknight · 2 years, 9 months ago
- 92a0294 Name the Travis file correctly, and include it in exports for Intl by alanknight · 2 years, 9 months ago
- 616847f Enable intl tests to run on Travis by alanknight · 2 years, 9 months ago
- 5e08174 Update Intl to require Dart 2.0, remove deprecated API usage by alanknight · 2 years, 9 months ago
- 4b38551 Split Intl number tests so it doesn't try to compile numbers too large for JS with dart2js. by alanknight · 2 years, 10 months ago
- f02e9cf Trivial correction of error in documentation example by alanknight · 2 years, 10 months ago
- af3db37 Update Dart Intl date to CLDR 33. THIS IS A SIGNIFICANT CHANGE TO APPS! PLEASE READ! by alanknight · 2 years, 11 months ago
- e488ebd Update SAR currency from Rial to Riyal in the i18n Java formatter and dart formatter. by lgzm · 2 years, 11 months ago
- e999e41 Set default Dart SDK to 2.0.0-dev.56.0. by keertip · 2 years, 11 months ago
- e0c1800 Merge https://github.com/dart-lang/intl/pull/166 by alanknight · 3 years ago
- a9f1f36 Fixes for Dart 2 runtime errors in Intl tests by alanknight · 3 years ago
- 877e135 Merge https://github.com/dart-lang/intl/pull/165/files by alanknight · 3 years ago
- 4e6800a Allow strict parsing of Date-only parsing to tolerate 1:00am dates that seem to happen every once in a long while, possibly related to DST transitions. by alanknight · 3 years ago
- c0225f8 More constant cleanup for intl/intl_translation (checked exhaustively this time) by alanknight · 3 years ago 0.15.6
- 8b728e4 Prepare to publish versions of Intl and Intl_translation externally by alanknight · 3 years ago 0.15.5
- b2b1ede Update Intl.plural examples to use the number parameter for the "one" case by alanknight · 3 years ago
- b4c43ef Replace uses of JSON constant in intl and intl_translation by alanknight · 3 years ago
- a04e90d Update pubspec and CHANGELOG for start of 0.15.5 development. by alanknight · 3 years, 1 month ago
- ba9c461 Tighten i18n type for Dart 2 by vsm · 3 years, 1 month ago
- 04272bb Update moe_db.txt for Intl by alanknight · 3 years, 1 month ago
- 529283a Minor Dart 2 changes for Intl by alanknight · 3 years, 1 month ago 0.15.4
- 5098cff Update Intl version to 0.15.3 by alanknight · 3 years, 1 month ago 0.15.3
- 110d34e Fix out of date doc comment in Intl.message by lorenvs · 3 years, 2 months ago
- f9197d1 Make Intl compact number tests coarser so they don't make the test runner time out. by alanknight · 3 years, 3 months ago
- 9823956 Add a skip argument to Intl.message (and others) that still validates the message but filters them from the extracted message output. This will allow defining the message format with text that isn't finalized without wasting resources having the placeholder translated. by creisman · 3 years, 3 months ago
- d0c6664 * Fix doc comments for DateFormat (Pull request #156) by alanknight · 3 years, 3 months ago
- c905bc3 Add decimalDigits support to NumberFormat.compactSimpleCurrency(). by tetkin · 3 years, 3 months ago
- 8899b51 Migrate to DDC by grouma · 3 years, 3 months ago
- f1494f2 Fix regression with 64-bit integer support for Intl by alanknight · 3 years, 3 months ago
- 1eff794 Update Intl to support fixed-size VM integers by alanknight · 3 years, 3 months ago
- a79134a Update int value in test to be Dart2.0 complaint, ints are now restricted to 64 bits. by keertip · 3 years, 4 months ago
- dff8dd2 Delete PATENTS by Kevin Moore · 3 years, 1 month ago
- 679c1cb Update Dart CLDR data to version 32.0.1 by alanknight · 3 years, 4 months ago
- 74756a7 Allow a custom pattern for the Intl currency constructor by alanknight · 3 years, 5 months ago
- 6f584df Improve detection/fixing of an erratic bug in DateTime creation. Add a GMT test. by alanknight · 3 years, 6 months ago
- e675642 More robust handling of DateTime parsing with daylight savings-type transitions, particularly when they occur at midnight (e.g. Brazil) by alanknight · 3 years, 6 months ago
- 834a72a Automated g4 rollback of changelist 173286563. by alanknight · 3 years, 6 months ago
- ae97d0c More robust handling of DateTime parsing with daylight savings-type transitions, particularly when they occur at midnight (e.g. Brazil) by alanknight · 3 years, 6 months ago
- 707bcbd Import pull request https://github.com/dart-lang/intl/pull/149 (document transformer location) by alanknight · 3 years, 6 months ago
- 62d26d4 Publish versions of intl and intl_translation externally by alanknight · 3 years, 6 months ago 0.15.2
- 99e488e Update the ancient .status file for Intl, add @TestOn directives for date-format tests that rely on dart:io by alanknight · 3 years, 6 months ago
- 8754d38 Add custom initialization of DateTime symbols/patterns by alanknight · 3 years, 6 months ago
- 60207cc Make Date formatting use native digits instead of ascii by alanknight · 3 years, 6 months ago
- 0f069dc Update Dart Intl data to CLDR 31.0.1 and explicitly add en_MY, fr_CH, it_CH and ps. by alanknight · 3 years, 6 months ago
- fd82924 Fix a regression introduced with grouping of padding digits. We started compensating twice for locales with non-ascii digits. Regression was introduced in 6524e278eb214a74d7179a808693019a7322be5e MOE_MIGRATED_REVID=160470967 by alanknight · 3 years, 6 months ago
- f9ab5a9 Apply https://github.com/dart-lang/intl/pull/146 by alanknight · 3 years, 7 months ago
- 7281532 Add a comment for FIRSTDAYOFWEEK to clarify the indexing scheme. by alanknight · 3 years, 7 months ago
- e9a9087 Minor Dart 2.0 tweaks for Intl and related packages by alanknight · 3 years, 9 months ago
- 9789a28 Remove the 2.0.0-dev.infinity constraint on intl and intl_translation by alanknight · 3 years, 7 months ago
- 16beaf2 Support generating translations as JSON data rather than code by alanknight · 3 years, 8 months ago
- 7775c10 Update Intl pubspec for Dart 2.0 dev versions and fix METADATA by alanknight · 3 years, 9 months ago
- 6524e27 Group padding digits to the left of the number by alanknight · 3 years, 10 months ago
- 39148a3 Add a release codegen mode where missing translations throw instead of returning the original text. by alanknight · 3 years, 10 months ago
- b6ced6c Fix for Intl tests finding the locale data in files by alanknight · 3 years, 10 months ago
- 7c66713 Make a 0.15.1 version of Intl by alanknight · 3 years, 10 months ago 0.15.1
- 810432e Convert Intl from unittest to test by alanknight · 3 years, 10 months ago
- f8ad835 Use Platform.localeName on standalone [Intl] by alanknight · 3 years, 10 months ago
- 77b8ba5 Add an analysis_options file for intl_translation and intl by alanknight · 4 years, 1 month ago
- 6b0f4bf Make a 0.15.0 version of Intl by alanknight · 4 years, 1 month ago 0.15.0
- 8ed8227 Improve the error message when DateTime parsing fails verification. by alanknight · 4 years, 1 month ago
- 7f7a0f6 Restore path dependency to intl. by alanknight · 4 years, 1 month ago
- 7a4a632 Roll forward of cl/148686729 with a workaround for analyzer crashing by alanknight · 4 years, 2 months ago
- 7590d87 Automated g4 rollback of changelist 148686729. by alanknight · 4 years, 2 months ago
- fb2f095 Add a way to detect Intl.messages called before locale is initialized. by alanknight · 4 years, 2 months ago
- 62bf56d Remove the Intl example, which is out of date and should be a separate package anyway. by alanknight · 4 years, 2 months ago
- 79a9563 Don't pass null to Function.apply by vsm · 4 years, 2 months ago
- 78180c0 Update the Intl README.md for some un-noted changes by alanknight · 4 years, 3 months ago
- eb20e1b Cache the last locale tested when checking for RTL locales by alanknight · 4 years, 3 months ago
- d40ff92 Update Dart CLDR version to 30 by alanknight · 4 years, 3 months ago
- 892bf29 Retry dates that come out with incorrect hours/days because of UTC offsets. by alanknight · 4 years, 4 months ago
- 8e2ddc7 Fix Intl.select by alanknight · 4 years, 4 months ago
- 9443785 Remove ?cacheBlocker param from HttpRequestDataReader. by zjd · 4 years, 5 months ago
- 0bec9f8 Fix typo in intl.dart doc. by creisman · 4 years, 5 months ago
- 4120e3b Fixing STRONG_MODE_COULD_NOT_INFER violations before they fail _analyze targets. by srawlins · 4 years, 6 months ago
- ea4a8dc Fixing STRONG_MODE_COULD_NOT_INFER violations before they fail _analyze targets. by srawlins · 4 years, 6 months ago
- 7b32d6d Fix for strong mode error 'Could not infer type parameter E' in upcoming sdk. by keertip · 4 years, 7 months ago
- 4efad82 Fix analyzer warnings for ARGUMENT_TYPE_NOT_ASSIGNABLE / STRONG_MODE_COULD_NOT_INFER to prevent test failures with upcoming Dart SDK release. by keertip · 4 years, 7 months ago
- 85618e5 Fix compactCurrency to correctly use passed-in symbol by alanknight · 4 years, 8 months ago
- 2f614de Optimize padding in Intl by alanknight · 4 years, 8 months ago
- 025fc70 Fix URL in intl_translation pubspec, add .gitignore and .status and update intl .status by alanknight · 4 years, 8 months ago
- 090fb4d Check for a null argument to Intl.plural by alanknight · 4 years, 8 months ago
- b487bd5 Switch to 0.15.0-dev for intl and intl_translation by alanknight · 4 years, 8 months ago
- 2df5162 Fix class name in doc (#124) by Benjamin Dopplinger · 4 years, 5 months ago
- 8906a80 Finalize intl 0.14.0 release by alanknight · 4 years, 8 months ago 0.14.0
- 192424b Merge branch 'moe_writing_branch_from_43aa475dcacaa9399770cc5f12b491488f1feb95' by Alan Knight · 4 years, 8 months ago
- 4f15bf0 Fix typo (transformer.dart missing extension) by alanknight · 4 years, 8 months ago
- 1f90a82 Remove message extraction and generation code from Intl (now in intl_translation) by alanknight · 4 years, 8 months ago
- 8e9f571 Revert "Remove message extraction and generation code from Intl (now in intl_translation)" by Alan Knight · 4 years, 8 months ago
- 99d02c8 Remove message extraction and generation code from Intl (now in intl_translation) by alanknight · 4 years, 8 months ago
- 43aa475 Finalize Intl 0.13.1 by alanknight · 4 years, 8 months ago 0.13.1
- 525e53b Enforce names and set up to be able to enforce examples for Intl messages with parameters by alanknight · 4 years, 9 months ago
- ce39331 Fix typos (Merge https://github.com/dart-lang/intl/pull/119/files ) by alanknight · 4 years, 8 months ago
- 89bf134 Move barback out of dev dependencies ( https://github.com/dart-lang/intl/issues/120 ) by alanknight · 4 years, 8 months ago
- 77133c0 Fix a typedef by alanknight · 4 years, 8 months ago
- c5f0003 Give rewrite_intl_messages.dart the ability to rewrite sources to remove transformer usage. by alanknight · 4 years, 8 months ago
- 4c98fc3 Intl messages with no parameters and no name use contents for the name (take 2) by alanknight · 4 years, 8 months ago
- 1f191aa Add support for "Q" and "QQ" numeric quarter formatting. by frederikmutzel · 4 years, 8 months ago
- f5284ec Automated g4 rollback of changelist 130164706. by alanknight · 4 years, 8 months ago
- 95f99a5 Intl messages with no parameters and no name use contents for the name. by alanknight · 4 years, 8 months ago