Commit Graph

232 Commits

Author SHA1 Message Date
David Tolnay 23d280dc7a
Simplify udivmodti4 for our special case
This isn't faster, just easier to understand.
2017-09-16 11:49:36 -07:00
David Tolnay f05d2d62c3 Merge pull request #10 from henninglive/i128
Add support for 128-bit integers
2017-09-16 10:00:14 -07:00
Henning Ottesen 1d85a0c5f9 Copy udivmodti4 from compiler-builtins
Division with remainder on u128 is badly optimized by LLVM. Copying it
into our crate allows for inlining and proper optimization.
2017-09-14 23:52:42 +02:00
Henning Ottesen e9069ce1f1 Add support for 128-bit integers 2017-09-13 03:50:47 +02:00
Simon Sapin d954ca8451
Use a byte literal ASCII 0 instead of its decimal value. 2017-08-29 23:46:04 -07:00
David Tolnay b460ecbdc4
Release 0.3.3 2017-08-29 09:53:28 -07:00
Simon Sapin f5d656f81f
Reduce the amount of code generic on W: io::Write 2017-08-29 09:48:00 -07:00
Simon Sapin 220a8680ca
Include the minus sign in the same buffer, to only make a single write_all call. 2017-08-29 09:47:56 -07:00
David Tolnay 678a4b4524
Release 0.3.2 2017-08-22 19:50:39 -07:00
David Tolnay 0ac0d9c4aa
Set html_root_url to docs.rs 2017-08-22 19:50:16 -07:00
David Tolnay 403f3bd915
Show readme on crates.io 2017-08-22 19:45:13 -07:00
David Tolnay c7237be9a5
Exclude performance.png from package 2017-08-22 19:43:34 -07:00
David Tolnay 3cf862d703
Lower is better 2017-03-25 12:21:19 -07:00
David Tolnay 251184e899
Release 0.3.1 2017-02-05 05:47:34 -08:00
David Tolnay 67d5d1cbad
Add crates.io category 2017-02-05 05:47:25 -08:00
David Tolnay f374082c51
Release 0.3.0 2017-01-28 13:44:26 -08:00
David Tolnay e6f44d98c0
Update function signature in readme 2017-01-28 13:42:35 -08:00
David Tolnay 036a5d8e12 Merge pull request #7 from nox/len
Return the number of bytes written from itoa::write (fixes #6)
2017-01-28 13:20:56 -08:00
Anthony Ramine bd4884d34b Return the number of bytes written from itoa::write (fixes #6) 2017-01-28 22:14:54 +01:00
Anthony Ramine 07bd275999 Make itoa::write take a W instead of a &mut W 2017-01-28 22:12:59 +01:00
David Tolnay b2445b6d0e
Release 0.2.1 2017-01-25 21:02:09 -08:00
David Tolnay 3eaa8f4f83
Include all files in crate 2017-01-25 21:01:53 -08:00
David Tolnay 02252428e6
Update version in readme 2017-01-23 16:46:42 -08:00
David Tolnay 8427ff610b
Release 0.2.0 2017-01-23 16:45:19 -08:00
David Tolnay 97dad04178
Accept references to trait objects 2017-01-23 16:45:03 -08:00
David Tolnay 2ddc75cab4
Enable email notifications 2016-11-06 10:22:51 -08:00
David Tolnay f9d1f9deb6
Link to dtoa 2016-09-26 00:53:23 -07:00
David Tolnay 940b50f216
Fix typo in readme 2016-06-27 02:43:31 -07:00
David Tolnay 01cb34a686
Release 0.1.1 2016-06-25 15:10:42 -07:00
David Tolnay 4369fc4dc7
Inline itoa::write 2016-06-25 15:09:31 -07:00
David Tolnay f9a75c0c39
Add benchmark chart 2016-06-25 14:48:22 -07:00
David Tolnay 92e5b742e9
itoa::write 2016-06-25 14:32:23 -07:00