Commit Graph

202 Commits

Author SHA1 Message Date
openharmony_ci 11e05990c8 !2 README.OpenSource 中License信息整改
Merge pull request !2 from peizhe/master
OpenHarmony-v4.0-Beta1 OpenHarmony-v4.0-Beta2
2023-05-05 02:26:16 +00:00
peizhe ba81854493 README.OpenSource 中License信息整改
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
2023-05-04 09:34:15 +08:00
openharmony_ci 0a67cc0d76 !1 [itoa]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from peizhe/master
2023-04-19 01:28:54 +00:00
peizhe 65ae050608 Add GN Build Files and Custom Modifications
Signed-off-by: peizhe <472708703@qq.com>
2023-04-18 18:29:51 +08:00
David Tolnay 8696311032 Release 1.0.6 github.com/dtolnay/itoa/refs/tags/1.0.6 2023-03-03 15:18:01 -08:00
David Tolnay fd6c1fe15b Enable type layout randomization in CI on nightly 2023-02-19 09:21:56 -08:00
David Tolnay 4bc8a0ea8b Support a manual trigger on CI workflow 2023-02-18 17:23:53 -08:00
David Tolnay ac45043c56 Prevent actions duplication on noop merge commits 2023-02-01 17:55:23 -08:00
David Tolnay 1cfbfb47da Speed up cargo fuzz CI job
https://github.com/rust-fuzz/cargo-fuzz/pull/317
2023-01-19 17:28:30 -08:00
David Tolnay c29f069bb8 Opt out -Zrustdoc-scrape-examples on docs.rs
I'd like a chance to audit all the code that rustdoc is inserting into
the docs. Currently I am skeptical that showing itoa's internal usages
of APIs is a net benefit to the public documentation. I am also
skeptical that quite so many examples are needed, and that they should
be featured so prominently in comparison to handwritten docs. Lastly I
wish there were a way to turn this behavior off on a more granular
basis.
2023-01-02 21:43:11 -08:00
David Tolnay 03b27cfa63 Sync license text with rust-lang repos 2022-12-30 12:00:48 -08:00
David Tolnay 78586b4cd7 Release 1.0.5 2022-12-17 11:20:14 -08:00
David Tolnay 3241ee0867 Update build status badge 2022-12-15 17:52:40 -08:00
David Tolnay 63ceef6c18 Time out workflows after 45 minutes
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-25 18:56:17 -08:00
David Tolnay e7a005ccd1 Release 1.0.4 2022-10-06 16:06:04 -07:00
David Tolnay 20a87ab8dd Merge pull request #38 from dtolnay/nopanic
Add no-panic feature to confirm no panicking codepaths
2022-10-06 16:05:24 -07:00
David Tolnay 645bd18c5f Add no-panic feature to confirm no panicking codepaths 2022-10-06 16:02:42 -07:00
David Tolnay 2310ba29ef Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
2022-09-14 09:15:59 -07:00
David Tolnay 1873e08139 GitHub Workflows security hardening 2022-09-02 15:09:29 -07:00
David Tolnay 0ef65951c1 Release 1.0.3 2022-08-03 06:52:18 -07:00
David Tolnay 93760ea004 Update keywords in crates.io metadata 2022-08-02 10:38:55 -07:00
David Tolnay 2367cc9be1 Add no-std category to crates.io metadata 2022-08-01 00:12:24 -07:00
David Tolnay 0f398b6d13 Add authors to Cargo.toml 2022-07-31 19:25:46 -07:00
David Tolnay 7990336ece Sort package entries in Cargo.toml 2022-07-31 19:19:03 -07:00
David Tolnay 47cb512061 Use upstreamed docs.rs icon in docs.rs badge 2022-06-11 10:17:10 -07:00
David Tolnay 68bc1dfcc2 Add actions job to notice outdated dependencies 2022-06-06 17:01:48 -07:00
David Tolnay aca07045a2 Release 1.0.2 2022-05-15 14:09:51 -07:00
David Tolnay 9f378fd194 Add CI job to compile fuzz target 2022-05-15 13:55:36 -07:00
David Tolnay 12e8e7f068 Assert formatted integer parses back to the same value 2022-05-15 13:55:28 -07:00
David Tolnay 3b5b16d222 Assert size of string in fuzz target 2022-05-15 13:55:04 -07:00
David Tolnay 68b05694b6 Rename ptr sized integer variants 2022-05-15 13:51:37 -07:00
David Tolnay 93a4155334 Move ptr sized integer variant last 2022-05-15 13:51:36 -07:00
David Tolnay 5c6f48f453 Format a single integer per fuzz call 2022-05-15 13:51:36 -07:00
David Tolnay 9921bb2b79 Remove unneeded Clone impls from fuzz target 2022-05-15 13:51:36 -07:00
David Tolnay ad57d1665d Depend on arbitrary crate directly 2022-05-15 13:51:36 -07:00
David Tolnay 8e059f0afd Copy cargo-fuzz generated gitignore 2022-05-15 13:51:36 -07:00
David Tolnay e97f3c9ab1 Touch up PR 32 manifest 2022-05-15 13:41:03 -07:00
David Tolnay 811380c14b Merge pull request #32 from adetaylor/fuzz
Add a fuzzer.
2022-05-15 13:40:06 -07:00
David Tolnay 4d79b1a3cd Run miri in stricter miri-strict-provenance mode 2022-05-06 04:01:33 -07:00
David Tolnay c01213b381 Drop unneeded quoting from env variable in workflows yaml 2022-04-28 19:29:09 -07:00
David Tolnay 194a1add55 Update workflows to actions/checkout@v3 2022-04-25 01:43:59 -07:00
David Tolnay d72911b643 Pull miri from miri branch of dtolnay/rust-toolchain 2022-04-24 15:47:45 -07:00
Adrian Taylor 5c4f7f4775 Add a fuzzer. 2022-03-04 13:19:14 -08:00
David Tolnay 32dcaa525f Detect warnings in CI 2021-12-31 22:22:30 -08:00
David Tolnay 68aa196ed6 Release 1.0.1 2021-12-12 12:07:18 -08:00
David Tolnay 6c58a94932 Run clippy on benches as well 2021-12-12 12:04:30 -08:00
David Tolnay 44d1e75490 Remove no longer triggered clippy suppressions 2021-12-12 12:03:59 -08:00
David Tolnay 85a5c12b4d Resolve clippy transmute_ptr_to_ptr lint 2021-12-12 12:00:36 -08:00
David Tolnay 14a089c390 Move buffer cast operation out of macro 2021-12-12 11:59:10 -08:00
David Tolnay 4bfc71d89e Combine IntegerPrivate into Sealed trait 2021-12-12 11:53:52 -08:00