Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dtolnay/ryu issues and pull requests

#58 - Update rand crate to 0.9

Pull Request - State: closed - Opened by dtolnay 21 days ago

#57 - Mark exhaustive test #[ignore] in non-cfg(exhaustive)

Pull Request - State: closed - Opened by dtolnay 9 months ago

#56 - What is the X-axis on the chart in the README?

Issue - State: closed - Opened by zkldi 9 months ago - 1 comment

#55 - Resolve unexpected_cfgs warning

Pull Request - State: closed - Opened by dtolnay 10 months ago

#53 - Reimplement pow5_factor using modular inverse

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#52 - Add missing test for f2s

Pull Request - State: closed - Opened by CXWorks about 1 year ago

#51 - Add test of negative NaN

Pull Request - State: closed - Opened by dtolnay over 1 year ago

#50 - Sealed `Float` trait limits potential usages

Issue - State: closed - Opened by Riderfighter almost 2 years ago - 2 comments

#49 - [investigation] why in debug mode ryu is slower ?

Issue - State: closed - Opened by alexzanderr about 2 years ago - 3 comments

#48 - An extra .0 compares to std

Issue - State: closed - Opened by Austaras over 2 years ago - 2 comments

#47 - Ryu format 3.2 as 0.0 on powerpc64le

Issue - State: closed - Opened by NobodyXu almost 3 years ago - 7 comments

#46 - Is the str returned from `Buffer::format` guaranteed to be no longer than 24?

Issue - State: closed - Opened by NobodyXu almost 3 years ago - 2 comments

#45 - Add a fuzzer.

Pull Request - State: closed - Opened by adetaylor almost 3 years ago

#44 - Add latex performance chart

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#43 - Rename miri flag miri-track-raw-pointers -> miri-tag-raw-pointers

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#42 - Add coverage of --features=small on stable/beta/nightly

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#41 - Raise required rustc from 1.31 to 1.36

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#40 - Delete non-u128 fallback

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#39 - Enable u128 codepath for Emscripten targets on rust 1.40+

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#38 - Track raw pointers in miri CI run

Pull Request - State: closed - Opened by 5225225 about 3 years ago - 2 comments

#37 - Fix stacked borrows violation(s) found with -Zmiri-track-raw-pointers

Pull Request - State: closed - Opened by saethlin about 3 years ago - 1 comment

#36 - Time to push a new version to crates.io?

Issue - State: closed - Opened by gilescope over 3 years ago - 2 comments

#35 - Investigate faster performance than upstream implementation

Issue - State: open - Opened by dtolnay over 4 years ago - 2 comments
Labels: help wanted

#34 - Update upstream benchmark instructions

Pull Request - State: closed - Opened by pheki over 4 years ago - 1 comment

#33 - Remove unneeded setup instruction for miri

Pull Request - State: closed - Opened by pheki over 4 years ago

#32 - Improve safety by removing transmutes and making deubug_asserts more strict

Pull Request - State: closed - Opened by pheki over 4 years ago

#31 - Build script cleanup

Pull Request - State: closed - Opened by dtolnay over 4 years ago

#30 - Update to 2018 edition

Pull Request - State: closed - Opened by dtolnay over 4 years ago

#29 - Skip init on clone

Pull Request - State: closed - Opened by dtolnay over 4 years ago

#28 - add decimal module for #27

Pull Request - State: closed - Opened by Torrencem over 4 years ago

#27 - Expose slightly more API (members of d2s)

Issue - State: closed - Opened by Torrencem over 4 years ago - 11 comments

#26 - Enable GitHub Actions

Pull Request - State: closed - Opened by dtolnay almost 5 years ago

#25 - Fix stacked borrow violation and add miri CI

Pull Request - State: closed - Opened by dtolnay almost 5 years ago

#24 - Miri reports stacked borrowing error in unsafe cast from element to array

Issue - State: closed - Opened by brson almost 5 years ago - 2 comments

#23 - A Display implementation?

Issue - State: closed - Opened by droundy over 5 years ago - 1 comment

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

Pull Request - State: closed - Opened by silwol over 5 years ago

#21 - Is there a breaking change between 1.0.0 and 1.0.2?

Issue - State: closed - Opened by dreemkiller over 5 years ago - 3 comments

#20 - Set up an Emscripten builder in CI

Issue - State: closed - Opened by dtolnay over 5 years ago - 1 comment
Labels: help wanted

#19 - Fix compilation for maybe_uninit && !integer128

Pull Request - State: closed - Opened by dtolnay over 5 years ago

#18 - ryu 1.0.1 fails to build with emscripten

Issue - State: closed - Opened by CryZe over 5 years ago - 1 comment

#17 - 1.0.1 fails to compile with 1.40.0-nightly (6767d9b90 2019-10-11)

Issue - State: closed - Opened by kdy1 over 5 years ago - 1 comment

#16 - Add MaybeUninit support

Pull Request - State: closed - Opened by ascclemens over 5 years ago - 7 comments

#15 - Split format and format_finite

Pull Request - State: closed - Opened by dtolnay over 5 years ago

#14 - Is it possible to printout float without scientific notation?

Issue - State: closed - Opened by serzhiio over 5 years ago - 4 comments

#13 - Missing fast path for small integers

Issue - State: closed - Opened by plokhotnyuk over 5 years ago - 1 comment

#12 - checking for NaN/infinity automatically

Issue - State: closed - Opened by BurntSushi over 5 years ago - 2 comments

#11 - More effisient formatting of numbers with small decimal mantissas

Pull Request - State: closed - Opened by plokhotnyuk over 5 years ago

#10 - Add doc-comment to test README examples

Pull Request - State: closed - Opened by GuillaumeGomez almost 6 years ago - 2 comments

#8 - Performance comparison with std and difference in output

Issue - State: closed - Opened by josalhor about 6 years ago - 1 comment

#7 - Is there an easy and fast way to get the position of the decimal point?

Issue - State: closed - Opened by golddranks about 6 years ago - 1 comment

#6 - Expose raw pretty functions

Pull Request - State: closed - Opened by dtolnay over 6 years ago

#5 - Make `pretty` mod or `write_to_ryu_buffer` function public?

Issue - State: closed - Opened by Alexhuszagh over 6 years ago - 3 comments

#4 - Disable i128 integers on Emscripten targets

Pull Request - State: closed - Opened by koute over 6 years ago - 1 comment

#3 - Fix big endian

Pull Request - State: closed - Opened by dtolnay over 6 years ago

#2 - tests are failing on Big Endian

Issue - State: closed - Opened by ignatenkobrain over 6 years ago - 1 comment

#1 - Use u128 multiplication

Pull Request - State: closed - Opened by dtolnay over 6 years ago