-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SignedFixedDecimal
and UnsignedFixedDecimal
#5667
base: main
Are you sure you want to change the base?
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5517cb - Browse repository at this point
Copy the full SHA b5517cbView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c557cc0 - Browse repository at this point
Copy the full SHA c557cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ee37f - Browse repository at this point
Copy the full SHA 89ee37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8194482 - Browse repository at this point
Copy the full SHA 8194482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec4607 - Browse repository at this point
Copy the full SHA 1ec4607View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c52868 - Browse repository at this point
Copy the full SHA 9c52868View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a4e1e - Browse repository at this point
Copy the full SHA f3a4e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0819754 - Browse repository at this point
Copy the full SHA 0819754View commit details -
Configuration menu - View commit details
-
Copy full SHA for b292bc7 - Browse repository at this point
Copy the full SHA b292bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797a27e - Browse repository at this point
Copy the full SHA 797a27eView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3488f02 - Browse repository at this point
Copy the full SHA 3488f02View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efaeb0b - Browse repository at this point
Copy the full SHA efaeb0bView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0378db - Browse repository at this point
Copy the full SHA d0378dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f9a96 - Browse repository at this point
Copy the full SHA 69f9a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a4602 - Browse repository at this point
Copy the full SHA 69a4602View commit details -
Refactor decimal module and rounding logic: Make internal expansion a…
…nd truncation methods public
Configuration menu - View commit details
-
Copy full SHA for 0170adf - Browse repository at this point
Copy the full SHA 0170adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb6c0b - Browse repository at this point
Copy the full SHA eeb6c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b17592e - Browse repository at this point
Copy the full SHA b17592eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f98341e - Browse repository at this point
Copy the full SHA f98341eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4bfa1 - Browse repository at this point
Copy the full SHA 6f4bfa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6c68e - Browse repository at this point
Copy the full SHA 6f6c68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a8074 - Browse repository at this point
Copy the full SHA 55a8074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3b6e8 - Browse repository at this point
Copy the full SHA 0f3b6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401a9fd - Browse repository at this point
Copy the full SHA 401a9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd257b - Browse repository at this point
Copy the full SHA 6cd257bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87734ef - Browse repository at this point
Copy the full SHA 87734efView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 522969f - Browse repository at this point
Copy the full SHA 522969fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dab6ae - Browse repository at this point
Copy the full SHA 2dab6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2f7cf - Browse repository at this point
Copy the full SHA 6b2f7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2900aa4 - Browse repository at this point
Copy the full SHA 2900aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a1d4a - Browse repository at this point
Copy the full SHA f2a1d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ed10f - Browse repository at this point
Copy the full SHA 94ed10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c47291 - Browse repository at this point
Copy the full SHA 3c47291View commit details -
Refactor CompactDecimalFormatter to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal
Configuration menu - View commit details
-
Copy full SHA for c7e0867 - Browse repository at this point
Copy the full SHA c7e0867View commit details -
Refactor CompactDecimalFormatter to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal
Configuration menu - View commit details
-
Copy full SHA for 25af730 - Browse repository at this point
Copy the full SHA 25af730View commit details -
Refactor CompactDecimalFormatter to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal in LongFormattedCurrency
Configuration menu - View commit details
-
Copy full SHA for b5eb957 - Browse repository at this point
Copy the full SHA b5eb957View commit details -
Refactor CompactDecimalFormatter to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal in currency and unit formatters
Configuration menu - View commit details
-
Copy full SHA for c862d66 - Browse repository at this point
Copy the full SHA c862d66View commit details -
Refactor CompactDecimalFormatter to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal in relativetime format.rs and relativetime.rs
Configuration menu - View commit details
-
Copy full SHA for 126eb14 - Browse repository at this point
Copy the full SHA 126eb14View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6eed793 - Browse repository at this point
Copy the full SHA 6eed793View commit details -
Refactor variable name in Signed struct
The variable name `value` in the `Signed` struct has been renamed to `absolute` to better reflect its purpose.
Configuration menu - View commit details
-
Copy full SHA for ca17e08 - Browse repository at this point
Copy the full SHA ca17e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853b39b - Browse repository at this point
Copy the full SHA 853b39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d40a8 - Browse repository at this point
Copy the full SHA 62d40a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ad9f4 - Browse repository at this point
Copy the full SHA b4ad9f4View commit details -
Refactor PluralOperands creation to use SignedFixedDecimal instead of…
… UnsignedFixedDecimal
Configuration menu - View commit details
-
Copy full SHA for b94836c - Browse repository at this point
Copy the full SHA b94836cView commit details -
Refactor variations.rs: Remove unused structs WithCompactExponent and…
… WithScientificExponent
Configuration menu - View commit details
-
Copy full SHA for a9fe703 - Browse repository at this point
Copy the full SHA a9fe703View commit details
Commits on Oct 29, 2024
-
Refactor variations.rs: comment unused structs WithCompactExponent an…
…d WithScientificExponent
Configuration menu - View commit details
-
Copy full SHA for 86ec2b0 - Browse repository at this point
Copy the full SHA 86ec2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8bb6e - Browse repository at this point
Copy the full SHA 9b8bb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69db8b - Browse repository at this point
Copy the full SHA b69db8bView commit details -
Refactor variations.rs: comment unused structs WithCompactExponent an…
…d WithScientificExponent
Configuration menu - View commit details
-
Copy full SHA for 6d75608 - Browse repository at this point
Copy the full SHA 6d75608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2300e - Browse repository at this point
Copy the full SHA 8d2300eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c65fb - Browse repository at this point
Copy the full SHA b8c65fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b6944 - Browse repository at this point
Copy the full SHA 25b6944View commit details -
Refactor signed_decimal.rs: Remove unused methods and add TODOs
Refactor variations.rs: Add sign-related methods to Signed struct
Configuration menu - View commit details
-
Copy full SHA for 18f9cdf - Browse repository at this point
Copy the full SHA 18f9cdfView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e8f306 - Browse repository at this point
Copy the full SHA 9e8f306View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a458474 - Browse repository at this point
Copy the full SHA a458474View commit details -
Refactor signed to delete multipy pow10 and rounding tests to use mul…
…tiply_pow10 method directly
Configuration menu - View commit details
-
Copy full SHA for 286e071 - Browse repository at this point
Copy the full SHA 286e071View commit details -
Refactor rounding modes to introduce SignedRoundingMode and UnsignedR…
…oundingMode enums
Configuration menu - View commit details
-
Copy full SHA for 5ddfb1f - Browse repository at this point
Copy the full SHA 5ddfb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d404e2 - Browse repository at this point
Copy the full SHA 4d404e2View commit details -
Refactor rounding benchmarks to use new SignedRoundingMode and Unsign…
…edRoundingMode enums
Configuration menu - View commit details
-
Copy full SHA for 6de5ad7 - Browse repository at this point
Copy the full SHA 6de5ad7View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 058a6ba - Browse repository at this point
Copy the full SHA 058a6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c96d2 - Browse repository at this point
Copy the full SHA 65c96d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8467ee - Browse repository at this point
Copy the full SHA c8467eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d34dd3 - Browse repository at this point
Copy the full SHA 2d34dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 473df73 - Browse repository at this point
Copy the full SHA 473df73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0af932 - Browse repository at this point
Copy the full SHA f0af932View commit details -
Configuration menu - View commit details
-
Copy full SHA for df26d31 - Browse repository at this point
Copy the full SHA df26d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for b863dea - Browse repository at this point
Copy the full SHA b863deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c593589 - Browse repository at this point
Copy the full SHA c593589View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd16268 - Browse repository at this point
Copy the full SHA dd16268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b6913 - Browse repository at this point
Copy the full SHA 89b6913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047e075 - Browse repository at this point
Copy the full SHA 047e075View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c99f1 - Browse repository at this point
Copy the full SHA f4c99f1View commit details -
Remove floor and floored methods from UnsignedFixedDecimal and their …
…associated tests
Configuration menu - View commit details
-
Copy full SHA for d495f1b - Browse repository at this point
Copy the full SHA d495f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f832f - Browse repository at this point
Copy the full SHA 37f832fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a06ffa - Browse repository at this point
Copy the full SHA 1a06ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558087b - Browse repository at this point
Copy the full SHA 558087bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed6989 - Browse repository at this point
Copy the full SHA 3ed6989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3e800 - Browse repository at this point
Copy the full SHA 5a3e800View commit details -
Update UnsignedFixedDecimal documentation examples for clarity and re…
…move outdated rounding examples
Configuration menu - View commit details
-
Copy full SHA for 37658c8 - Browse repository at this point
Copy the full SHA 37658c8View commit details -
Refactor UnsignedFixedDecimal documentation: update examples for clar…
…ity, remove outdated rounding examples, and add new parsing example
Configuration menu - View commit details
-
Copy full SHA for 901934d - Browse repository at this point
Copy the full SHA 901934dView commit details -
Update documentation for FixedDecimal: clarify API usage and examples…
… for SignedFixedDecimal
Configuration menu - View commit details
-
Copy full SHA for 391807d - Browse repository at this point
Copy the full SHA 391807dView commit details -
Update examples in SignedRoundingMode documentation to use SignedFixe…
…dDecimal and SignedRoundingMode
Configuration menu - View commit details
-
Copy full SHA for 5427740 - Browse repository at this point
Copy the full SHA 5427740View commit details -
Update documentation examples in SignedFixedDecimal to use SignedFixe…
…dDecimal and UnsignedRoundingMode
Configuration menu - View commit details
-
Copy full SHA for 66f3dd6 - Browse repository at this point
Copy the full SHA 66f3dd6View commit details -
Refactor ScientificDecimal to use SignedFixedDecimal instead of Unsig…
…nedFixedDecimal and fix tests
Configuration menu - View commit details
-
Copy full SHA for 34daff2 - Browse repository at this point
Copy the full SHA 34daff2View commit details -
Update UnsignedFixedDecimal documentation to reflect error handling f…
…or negative inputs
Configuration menu - View commit details
-
Copy full SHA for 840f41f - Browse repository at this point
Copy the full SHA 840f41fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fc8d8 - Browse repository at this point
Copy the full SHA 09fc8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfcfa7 - Browse repository at this point
Copy the full SHA ccfcfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1565d37 - Browse repository at this point
Copy the full SHA 1565d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for e808318 - Browse repository at this point
Copy the full SHA e808318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ab41b - Browse repository at this point
Copy the full SHA 89ab41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b717350 - Browse repository at this point
Copy the full SHA b717350View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aefe9f4 - Browse repository at this point
Copy the full SHA aefe9f4View commit details -
Fix Diplomat: Refactor FixedDecimal to SignedFixedDecimal and update …
…related bindings
Configuration menu - View commit details
-
Copy full SHA for 9ad972d - Browse repository at this point
Copy the full SHA 9ad972dView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a40bd1f - Browse repository at this point
Copy the full SHA a40bd1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8678e6 - Browse repository at this point
Copy the full SHA b8678e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d05ac2 - Browse repository at this point
Copy the full SHA 8d05ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 922d8c0 - Browse repository at this point
Copy the full SHA 922d8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e512ee - Browse repository at this point
Copy the full SHA 9e512eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f7a79 - Browse repository at this point
Copy the full SHA 62f7a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for eafd3e6 - Browse repository at this point
Copy the full SHA eafd3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee39ebe - Browse repository at this point
Copy the full SHA ee39ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b09f57 - Browse repository at this point
Copy the full SHA 0b09f57View commit details -
Update documentation to reference UnsignedFixedDecimal and SignedFixe…
…dDecimal consistently
Configuration menu - View commit details
-
Copy full SHA for f2ce7ef - Browse repository at this point
Copy the full SHA f2ce7efView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f522c6 - Browse repository at this point
Copy the full SHA 5f522c6View commit details -
Refactor rounding mode definitions: remove unused files and introduce…
… FixedDecimalSignedRoundingMode
Configuration menu - View commit details
-
Copy full SHA for 43199ae - Browse repository at this point
Copy the full SHA 43199aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459a608 - Browse repository at this point
Copy the full SHA 459a608View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68e117 - Browse repository at this point
Copy the full SHA c68e117View commit details -
Introduce a constructor for SignedFixedDecimal and refactor its usage…
… in FormattedDuration
Configuration menu - View commit details
-
Copy full SHA for 989224e - Browse repository at this point
Copy the full SHA 989224eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6661a58 - Browse repository at this point
Copy the full SHA 6661a58View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac916bd - Browse repository at this point
Copy the full SHA ac916bdView commit details -
Update references from FixedDecimal to SignedFixedDecimal and add mis…
…sing API entries
Configuration menu - View commit details
-
Copy full SHA for d98a628 - Browse repository at this point
Copy the full SHA d98a628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 630ee22 - Browse repository at this point
Copy the full SHA 630ee22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2156d7f - Browse repository at this point
Copy the full SHA 2156d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 772c685 - Browse repository at this point
Copy the full SHA 772c685View commit details -
Update documentation to replace FixedDecimal with SignedFixedDecimal …
…in HeterogenousToFormatter
Configuration menu - View commit details
-
Copy full SHA for 5217ac0 - Browse repository at this point
Copy the full SHA 5217ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 226616e - Browse repository at this point
Copy the full SHA 226616eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4b32f - Browse repository at this point
Copy the full SHA 9d4b32fView commit details -
Replace SignedFixedDecimalFormatter references with FixedDecimalForma…
…tter in JS tiny loader
Configuration menu - View commit details
-
Copy full SHA for c11070c - Browse repository at this point
Copy the full SHA c11070cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dbcb4 - Browse repository at this point
Copy the full SHA 24dbcb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a202d - Browse repository at this point
Copy the full SHA b9a202dView commit details -
Refactor documentation for SignedFixedDecimal to enhance clarity and …
…remove redundant sections
Configuration menu - View commit details
-
Copy full SHA for a696144 - Browse repository at this point
Copy the full SHA a696144View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for def35eb - Browse repository at this point
Copy the full SHA def35ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for accee4a - Browse repository at this point
Copy the full SHA accee4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 236de88 - Browse repository at this point
Copy the full SHA 236de88View commit details -
Configuration menu - View commit details
-
Copy full SHA for e38f7b6 - Browse repository at this point
Copy the full SHA e38f7b6View commit details -
Add missing API entries for SignedFixedDecimal and UnsignedFixedDecim…
…al to the documentation
Configuration menu - View commit details
-
Copy full SHA for 9b56fa5 - Browse repository at this point
Copy the full SHA 9b56fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50c928 - Browse repository at this point
Copy the full SHA a50c928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dfd16 - Browse repository at this point
Copy the full SHA 87dfd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd420f - Browse repository at this point
Copy the full SHA 2dd420fView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98e0518 - Browse repository at this point
Copy the full SHA 98e0518View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7706c - Browse repository at this point
Copy the full SHA ff7706cView commit details