Commit Graph

206 Commits

Author SHA1 Message Date
David Tolnay 6f076a3dae Apply no_panic to s2d 2020-05-30 20:34:27 -07:00
David Tolnay 11dcd2c72d Add Display impl for parse error enum 2020-05-30 20:20:58 -07:00
David Tolnay a220c31e22 Move parse error enum to new module 2020-05-30 20:19:23 -07:00
David Tolnay 51141482b9 Require d2s full tables for s2d 2020-05-30 20:15:39 -07:00
David Tolnay efe114da49 Only test table entries that upstream tests 2020-05-30 19:40:01 -07:00
David Tolnay 493f89a045 Sync to ulfjack/ryu@f7ca563 2020-05-30 19:20:54 -07:00
David Tolnay f67e24d882 Sync to ulfjack/ryu@27d3c55 2020-05-30 19:15:05 -07:00
David Tolnay 3c1f91fda1 Sync to ulfjack/ryu@ad6cc04 2020-05-30 19:12:41 -07:00
David Tolnay 2fb014764f Sync to ulfjack/ryu@d4114ce 2020-05-30 19:01:31 -07:00
David Tolnay 1e786b09c3 Move unit tests out of src dir 2020-05-30 16:02:40 -07:00
David Tolnay c7d1cae4c3 Sync to ulfjack/ryu@6477420 2020-05-30 12:44:02 -07:00
David Tolnay 9ff9c5ab49 Sync to ulfjack/ryu@7cd455c 2020-05-30 12:41:11 -07:00
David Tolnay 8762d6d666 Sync to ulfjack/ryu@fc15257 2020-05-30 12:25:55 -07:00
David Tolnay fe0595fe6d Format with rustfmt 2020-04-21 2020-05-30 12:06:00 -07:00
David Tolnay 80f4a91c17 Sync to ulfjack/ryu@8b62a8e 2020-05-30 12:01:11 -07:00
David Tolnay ce933f892e Sync to ulfjack/ryu@25ccda8 2020-05-30 11:38:10 -07:00
David Tolnay 4962ce3cf9 Sync to ulfjack/ryu@58c1344 2020-05-30 11:37:40 -07:00
David Tolnay 6dcd0fdbe2 Fill in some diacritics 2020-05-29 22:16:11 -07:00
David Tolnay 162c269c76 Ignore an upstream checkout 2020-05-29 22:12:37 -07:00
David Tolnay bfb0d1d3b4 Add crosslink icons to top of rustdoc 2020-05-29 22:09:07 -07:00
David Tolnay 9e02cb0e21 New style of readme badges 2020-05-29 22:08:47 -07:00
David Tolnay f53c96c638 Add html_root_url reminder to Cargo.toml 2020-05-29 22:07:13 -07:00
David Tolnay 0121dfb69a Tweak formatting of macros in benchmark 2020-05-29 22:06:26 -07:00
David Tolnay c102a56d48 Organize imports in benchmark 2020-05-29 22:06:26 -07:00
David Tolnay ef1df0e220 Merge pull request #31 from dtolnay/build
Build script cleanup
2020-05-29 22:06:19 -07:00
David Tolnay 5c921c5431 Remove gate on must_use attribute 2020-05-29 22:01:45 -07:00
David Tolnay 1fe240e926 Remove check for rustc <1.26 2020-05-29 22:01:44 -07:00
David Tolnay 1f1b596b09 Use question mark on Option in build script
Supported since rust 1.22.
2020-05-29 22:01:44 -07:00
David Tolnay 20800a8494 Remove build script declaration
Since 1.17 cargo assumes a file called build.rs is a build script.
2020-05-29 22:01:44 -07:00
David Tolnay d89dd527c3 Merge pull request #30 from dtolnay/edition
Update to 2018 edition
2020-05-29 21:55:44 -07:00
David Tolnay ddc3cebe67 Remove obsolete crate use from benchmark 2020-05-29 21:50:08 -07:00
David Tolnay 2cfbf40a86 Remove use of 'extern crate' 2020-05-29 21:49:21 -07:00
David Tolnay 59383f3e2d Remove edition override from doc tests 2020-05-29 21:46:55 -07:00
David Tolnay b721d7e834 Document compiler version support 2020-05-29 21:46:17 -07:00
David Tolnay ebc78a39ab Raise minimum supported compiler to 1.31 2020-05-29 21:46:03 -07:00
David Tolnay b77ef45497 Organize imports 2020-05-29 21:44:08 -07:00
David Tolnay 0d29ec1cb9 Update to 2018 edition 2020-05-29 21:38:14 -07:00
David Tolnay bd98b1d3eb Merge pull request #29 from dtolnay/clone
Skip init on clone
2020-05-29 21:26:09 -07:00
David Tolnay 89b4848ec2 Skip init on clone
The cloned buffer's content is not observable until written into, so
there is no need to keep it identical to the old buffer's content.
2020-05-29 21:12:04 -07:00
David Tolnay cbff41a2ee Update build status badge to GitHub Actions 2020-05-06 00:11:57 -07:00
David Tolnay 82dfd6db7f Remove Travis configuration 2020-05-05 11:32:24 -07:00
David Tolnay b6000aa106 Merge pull request #26 from dtolnay/actions
Enable GitHub Actions
2020-05-03 01:15:40 -07:00
David Tolnay 60c055e854 Enable GitHub Actions 2020-05-03 00:34:12 -07:00
David Tolnay 34c411f3c2 Remove CI badge from Cargo.toml
Support for badges has been deprecated by crates.io.
2020-05-01 21:06:04 -07:00
David Tolnay d7f4a1f6b7 Show skipped tests as ignored in miri output 2020-04-23 03:11:18 -07:00
David Tolnay 45a8e9eb5d Work around yaml's interpretation of colon in install command 2020-04-23 03:06:53 -07:00
David Tolnay 58b49b5bda Test miri on latest nightly with a miri 2020-04-23 02:57:38 -07:00
David Tolnay dd5368bb7f Bypass miri interactive prompts 2020-04-23 02:57:20 -07:00
David Tolnay 5daf7657f8 Release 1.0.4 2020-04-22 17:39:15 -07:00
David Tolnay 826a4dcd9b Merge pull request #25 from dtolnay/borrow
Fix stacked borrow violation and add miri CI
2020-04-22 17:38:52 -07:00