Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/ryu-js

Fast floating point to string conversion that complies to the ECMAScript number-to-string algorithm
https://github.com/boa-dev/ryu-js

Remove use of assume_init for arrays

25928cc0f705d95b18bde515cd63626625d12d61 authored almost 5 years ago by David Tolnay <[email protected]>
Merge pull request #22 from silwol/master

Dev-dependencies: update rand to 0.7, add rand_xorshift 0.2

d8b530f84dd4766a99acc3bd514052be1e3006ca authored about 5 years ago by David Tolnay <[email protected]>
Dev-dependencies: update rand to 0.7, add rand_xorshift 0.2

fb3d18609e03d6450f3f6467d14c2076e6fd75b8 authored about 5 years ago by Wolfgang Silbermayr <[email protected]>
Release 1.0.2

c72bd767fc86c07ee07e9db951c01bb7cd583ce8 authored about 5 years ago by David Tolnay <[email protected]>
Format with rustfmt 2019-09-08

ab04e3a435b88ff3935cb683760e6c54e04cad8d authored about 5 years ago by David Tolnay <[email protected]>
Merge pull request #19 from dtolnay/ptr

Fix compilation for maybe_uninit && !integer128

70dbed004321f44f9c97327091cfd512f118b0a0 authored about 5 years ago by David Tolnay <[email protected]>
Change mul_shift_all to unsafe since it writes to arbitrary ptr

8cb45f41da3ffe7bae729854d1f62a191a194873 authored about 5 years ago by David Tolnay <[email protected]>
Fix compilation for maybe_uninit && !integer128

3ceba1f1208572a04427af9627c1041af24bd90e authored about 5 years ago by David Tolnay <[email protected]>
Release 1.0.1

7bcbe5915fb3a7093b2b7951d59ff57a644e7ca9 authored about 5 years ago by David Tolnay <[email protected]>
Merge pull request #16 from jkcclemens/maybe

Add MaybeUninit support

e0761737219c6245877e8fd7e0209b18ba73149f authored about 5 years ago by David Tolnay <[email protected]>
fix: correct old rust builds

73721593038a67bd25e562a068b8f339c53c47fe authored about 5 years ago by Kyle Clemens <[email protected]>
refactor: support uninitialized and MaybeUninit

a8dda073c50795e8445bb27ed4d0f100e93a5445 authored about 5 years ago by Kyle Clemens <[email protected]>
refactor: use MaybeUninit over mem::uninitialized

cc94b383a2764f4d4e7054c2c9fd21aa8542aa15 authored about 5 years ago by Kyle Clemens <[email protected]>
Release 1.0.0

a0e85ea2eafbc23989ecfac1139b098d26155aee authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@688f43b

a6fab16ce0858c7ded9e720244b394c98d3f392f authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@159ce15

95f36c5aa987d48ed17c786bb0dd62cf73e6e239 authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@00ecce8

99197146de8ef26ae28587d30b1bed61552ff3fa authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@608ce6f

30190082d0aa7629c31b783315f585b7103fe2a6 authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@48d4582

397b9809d280048b781b5bf63148b5009042f1cb authored over 5 years ago by David Tolnay <[email protected]>
Wrap to preserve meaning of A - B * C from upstream

77b81eb73b65a2390f113e0a90cf38f2aa237f4a authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@9a98c78

57a71f171a59c19fbd048f9d907336f6559bd7e2 authored over 5 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@0c96fa1

89eae2bf1398b4849be29ecb5deaeaa24be5661b authored over 5 years ago by David Tolnay <[email protected]>
Merge pull request #15 from dtolnay/cases

Split format and format_finite

d46f2997c00829d71ef037c06ea351868cdf047b authored over 5 years ago by David Tolnay <[email protected]>
Split format and format_finite

1512b1f77b44705518ca1df58138aefdae12c1de authored over 5 years ago by David Tolnay <[email protected]>
Move write_to_ryu_buffer out of Float trait

This makes it inaccessible from outside the module.

397923c3f115bdc0372aab23787c6fd66517f6dc authored over 5 years ago by David Tolnay <[email protected]>
Remove bounds checks in raw doc

3014a5360cc72503d45eb5e0e26866dfa5c0af8e authored over 5 years ago by David Tolnay <[email protected]>
Hide Float methods in trait impl

698e771bb7e9f52e55b789a9902ae99ced572590 authored over 5 years ago by David Tolnay <[email protected]>
Concise name for raw functions

a10813885efe3979c038ae2418b73e2ea02eb28d authored over 5 years ago by David Tolnay <[email protected]>
Remove non-pretty implementation

The pretty version is not slower; nobody seems eager to use the one that
matches C exactly so we...

f02fa5f4eed38b2e18e7de8101fbfeb097a07c45 authored over 5 years ago by David Tolnay <[email protected]>
Smaller format for license section

b21023c44559b751f68deeb52ae21ed60b4be230 authored over 5 years ago by David Tolnay <[email protected]>
Build with no-panic in Travis

27f6e3d356e12ca1029918c40882f95da4d77120 authored over 5 years ago by David Tolnay <[email protected]>
Format with rustfmt 2019-04-24

08c8fb86c14f41416857cf33b97ca16e696e34cd authored over 5 years ago by David Tolnay <[email protected]>
Remove clippy exclusions that no longer trigger

9fed4742b05f6297ba3a199b8d551454742746c9 authored over 5 years ago by David Tolnay <[email protected]>
Release 0.2.8

71f195de77b8689112fe63009397d2829a399995 authored over 5 years ago by David Tolnay <[email protected]>
Copy more of readme into rustdoc

3d21a0d45d8caf2473cee50f66376936e45f991d authored over 5 years ago by David Tolnay <[email protected]>
Update documentation to 2018 edition

836b7d26f824e0b4d4c48568d9452e7193155538 authored over 5 years ago by David Tolnay <[email protected]>
Remove unneeded ```rust from rustdoc

f74fe11ca63c5873ffc91345a134c825d96b3f98 authored over 5 years ago by David Tolnay <[email protected]>
Describe formatting with examples

d7c987c82b13edddc30f179b8a1b59f3d5a8280e authored almost 6 years ago by David Tolnay <[email protected]>
Fix rust repo url

0bf22d171aa563d45f5364447c4c4e7853b794fe authored almost 6 years ago by David Tolnay <[email protected]>
Add benchmark table to readme

b97131ff89d94ac7c2166b9995867d03b7481798 authored almost 6 years ago by David Tolnay <[email protected]>
Update upstream benchmark command

86bc06a9ee7c95932126f3aa941cbaf54c77da89 authored almost 6 years ago by David Tolnay <[email protected]>
Add benchmark

35dcc9456250538d195bb1183c4a0fd2f85fcdc4 authored almost 6 years ago by David Tolnay <[email protected]>
Move upstream benchmark to examples directory

487d70638229ca8f829600ec16bf5182aaba81a4 authored almost 6 years ago by David Tolnay <[email protected]>
Fix 'small' feature when built without i128 support

8e755f8cab7facf3e602b8d81f9232a2d6609e86 authored about 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@795c8b5

4dff3a78088cad78303131eff633db0fd8dbace9 authored about 6 years ago by David Tolnay <[email protected]>
Disable warning about tool attrs

We support old compilers that cannot parse tool attrs.

687a200fccc9d27a15c59eeaa122085677168d5e authored about 6 years ago by David Tolnay <[email protected]>
Release 0.2.7

5edafe24373c9884609fc2e04c0eba0770df47a8 authored about 6 years ago by David Tolnay <[email protected]>
Merge pull request #6 from dtolnay/raw

Expose raw pretty functions

0cc666d12762bfb5b4288d23c5d54940c1df2992 authored about 6 years ago by David Tolnay <[email protected]>
Expose raw pretty functions

05893e6208911abbe92daca9acffd525ba7454ef authored about 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@66ba132

842c3cef7f93b81677a669d5e99fa84598264620 authored about 6 years ago by David Tolnay <[email protected]>
Release 0.2.6

197674eccce1c7ee969406bb36571caa7625a136 authored over 6 years ago by David Tolnay <[email protected]>
Add Boost license to match C implementation

a8d82216155b547c95d05b7689a6f70d535f2df3 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.5

2916d64226ca31f8da09ba79e9b54a1b7269150a authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #4 from koute/master

Disable i128 integers on Emscripten targets

d1b04285edabd96f505d4119214b1d2760204852 authored over 6 years ago by David Tolnay <[email protected]>
Disable i128 integers on Emscripten targets

3e3c89e004d2c0d2eeb742011c9e9fabf6d04d4f authored over 6 years ago by Jan Bujak <[email protected]>
Remove use_extern_macros feature gate

This has been stabilized as of 1.30.0-nightly.

4e31279f260969fb828c0a3752aaaa271b09b011 authored over 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@46f4c55

a7427fab7ccd0f982d499eae7079291665491ece authored over 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@a764180

91ce0d2ed9860a067a837b979cb4e66c23fa8704 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.4

206ea23115953975dfd87c9694e4d1a17b61ecff authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #3 from dtolnay/big

Fix big endian

4c787c5a3d710d670517624a75976460ced30fef authored over 6 years ago by David Tolnay <[email protected]>
Fix big endian

We only perform integer arithmetic on these integers, not index their
bytes directly, so these `...

bb9f026edc0d5556fe2980f4490cb349568040c9 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.3

e286e36124140303323d9912a457c0b033206643 authored over 6 years ago by David Tolnay <[email protected]>
Test "small" feature in CI

c2bcdf08f36d394f1b98df5ded10bdeb32e81d5c authored over 6 years ago by David Tolnay <[email protected]>
Fix building with the "small" feature

996f11087e7b32bd5e0a23af59ae468d951f8aa9 authored over 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@4ffc2b7

e2aeff23552aaddd18f4b5512fd6300fb672c2bb authored over 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@5593681

8472088f4409b50d733bb786c5be39c4b994e924 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.2

1fa1bf619deec64261ac2993f106c29ecad592e0 authored over 6 years ago by David Tolnay <[email protected]>
More debug assertions before unchecked indexing

8f3fc60b5ada8419a9f0d32678195b4355db8119 authored over 6 years ago by David Tolnay <[email protected]>
Adjust range of values printed with leading zeros

5e588144690e81a51e32c2fe6b98c6223169b1a8 authored over 6 years ago by David Tolnay <[email protected]>
More readme badges

b7a640e14745de61f8f9deaccbe1818fad4ef61f authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.1

ee8f8fd5e90eaea690d751295d4fde7cde12c267 authored over 6 years ago by David Tolnay <[email protected]>
Display a Travis badge on crates.io

e1cd9dd91e55b5940d3e02ffb3ea1b4ec9a3d426 authored over 6 years ago by David Tolnay <[email protected]>
Fix license metadata

1f435f48a4e923d1f25f10f148c93fc090befd27 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.2.0

7571cfc5b9826dc203e42c569d40f77d6c825827 authored over 6 years ago by David Tolnay <[email protected]>
Cut down number of digits printed without exponential notation

8ee457029ec8494fb417f2ea0ea9f3a7c17cca30 authored over 6 years ago by David Tolnay <[email protected]>
Document rust version and std requirements

8b923a2a5e073bd6e94990e0f568b2940e3ef83f authored over 6 years ago by David Tolnay <[email protected]>
Point html docs to docs.rs

ae391eb18cdc9b40f0295ec7b4eb10f9954946d2 authored over 6 years ago by David Tolnay <[email protected]>
Fill in Cargo.toml metadata

a01adc97d5cc004fe7fa05c5580db803ceecdfb3 authored over 6 years ago by David Tolnay <[email protected]>
Expand readme

f02b3e471bee66ce25f4e1fe54a320a1b1700321 authored over 6 years ago by David Tolnay <[email protected]>
Focus on pretty benchmark

75ba2737bdacac0308f9e0e8d34fef02d18d75c1 authored over 6 years ago by David Tolnay <[email protected]>
Root level documentation

a3910d807908ea3cd7abfa1d13352b107e668d27 authored over 6 years ago by David Tolnay <[email protected]>
Document performance characteristics of Buffer::new

f3fce4ee8e8e1d0ee6aabb3c264b82a28b229fcf authored over 6 years ago by David Tolnay <[email protected]>
Sync to ulfjack/ryu@2936e61

4b0c16ab596280b61f17a70fb5d09cb8f5be895d authored over 6 years ago by David Tolnay <[email protected]>
Restrict benchmark to finite numbers

96e6ede15ce4f7a803cec9c7648eb9e1515f5df7 authored over 6 years ago by David Tolnay <[email protected]>
Port benchmark

dae562d4a8e73ec1d0fd30da817ee9876008c385 authored over 6 years ago by David Tolnay <[email protected]>
Lower level signature on the float methods

48f03b310748cd98432fc73c0e491517fc650f4a authored over 6 years ago by David Tolnay <[email protected]>
Explain pretty behavior on non-finite input

63de516dc3be1121f4dd472468869febf2e457e3 authored over 6 years ago by David Tolnay <[email protected]>
Documentation comments

f778e39daf8e5466b650170e97b6c6969eee6d35 authored over 6 years ago by David Tolnay <[email protected]>
Test that inf and nan cases do not overflow

f11932c71389a0613cfa68f9deb0847ecc221035 authored over 6 years ago by David Tolnay <[email protected]>
Remove nan and inf cases from pretty

8177313b8f4d5ad04d5db2b45e82cc5cbd064246 authored over 6 years ago by David Tolnay <[email protected]>
Handle the same special cases as upstream

f28923ea0d0692d4e3d82eef1c01b87f50fe75dd authored over 6 years ago by David Tolnay <[email protected]>
Move unsafe functions out of crate root

b9ed91911afb83f7e7cc1ccea5741b0b84f21846 authored over 6 years ago by David Tolnay <[email protected]>
Preserve error messages in exhaustive test

d56548f2588908f4bce0ec062b31a988957575df authored over 6 years ago by David Tolnay <[email protected]>
Fix pretty negative small f32

daf6d4d13969685390878263cb158c46557915ec authored over 6 years ago by David Tolnay <[email protected]>
Format with rustfmt 0.9.0

0430bb6ac6f88a1b621849966cd2d2c8a9ea39ff authored over 6 years ago by David Tolnay <[email protected]>
Parallelize exhaustive f32 test

7c1eaa2b5ad5355f618aac6bd292c420ae0cfd8d authored over 6 years ago by David Tolnay <[email protected]>
Rename test files to match upstream

444684ae90afd55da6c58a067fe0ce53342d128d authored over 6 years ago by David Tolnay <[email protected]>
Only set #[must_use] on sufficiently new rustc

2a369cd1906b1f0f34eeddd27918a62482aa4a52 authored over 6 years ago by David Tolnay <[email protected]>
Feature to optimize for binary size

e614fb8c57a6366c289e6e0561c05ba897d323b5 authored over 6 years ago by David Tolnay <[email protected]>
Our dev-dependencies no longer support 1.15.0

b2fbd2cc44d5eb0129f610b8f0c4eb101c104b0c authored over 6 years ago by David Tolnay <[email protected]>