Skip to content

Releases: dtolnay/ryu

1.0.8

12 Dec 21:03
1.0.8
fdcbb7e
Compare
Choose a tag to compare
  • Add crates.io category 'value-formatting'

1.0.7

12 Dec 21:03
1.0.7
8426c34
Compare
Choose a tag to compare
  • Delete non-u128 fallback for very old Emscripten targets (#39, #40)

1.0.6

28 Nov 19:33
1.0.6
2498e7a
Compare
Choose a tag to compare
  • Conform to stacked borrows for compatibility with MIRIFLAGS="-Zmiri-track-raw-pointers" cargo miri (#37, thanks @saethlin)

1.0.5

31 May 17:05
1.0.5
9edbbd9
Compare
Choose a tag to compare
  • Sync changes from upstream

1.0.4

23 Apr 00:41
1.0.4
ccd3f94
Compare
Choose a tag to compare
  • Fix a violation of stacked borrows in ryu::Buffer::format (#24)

1.0.3

04 Apr 00:54
1.0.3
664db52
Compare
Choose a tag to compare
  • Documentation improvements

1.0.2

04 Apr 00:53
1.0.2
c72bd76
Compare
Choose a tag to compare
  • Fix ability to compile for Emscripten

1.0.1

11 Oct 21:20
1.0.1
7bcbe59
Compare
Choose a tag to compare
  • Switch from mem::uninitialized to MaybeUninit in implementation and examples (#16, thanks @jkcclemens)

1.0.0

11 Jun 21:19
1.0.0
a0e85ea
Compare
Choose a tag to compare

0.2.8

02 May 00:30
0.2.8
71f195d
Compare
Choose a tag to compare
  • Documentation improvements