Skip to content

Releases: dtolnay/itoa

1.0.18

20 Mar 00:14
1.0.18
af77385

Choose a tag to compare

  • Simplify pointer usage in Buffer::format method (#67, thanks @xtqqczze)
  • Optimize 128-bit integer formatting (#68, thanks @jhpratt)

1.0.17

20 Mar 00:13
1.0.17
21d6109

Choose a tag to compare

  • Documentation improvements

1.0.16

21 Dec 01:07
1.0.16
4c18677

Choose a tag to compare

  • Synchronize algorithm improvements from libcore (#65)

1.0.15

03 Mar 23:43
1.0.15
e2766b8

Choose a tag to compare

  • Documentation improvements

1.0.14

25 Nov 19:26
1.0.14
7e6b258

Choose a tag to compare

  • Work around bad IDE suggestion (#56)

1.0.13

20 Nov 18:33
1.0.13
d49fc1d

Choose a tag to compare

1.0.12

20 Nov 08:28
1.0.12
b45df1f

Choose a tag to compare

  • Add itoa::Integer::MAX_STR_LEN associated constant (#45, thanks @SUPERCILEX)

1.0.11

26 Mar 06:01
1.0.11
8f39203

Choose a tag to compare

1.0.10

09 Dec 01:27
1.0.10
547c143

Choose a tag to compare

1.0.9

15 Jul 20:44
1.0.9
81c115b

Choose a tag to compare

  • Documentation improvements