derive-v0.7.0-alpha.1
Pre-release
Pre-release
joshlf
released this
08 Dec 15:59
·
1026 commits
to main
since this release
What's Changed
- [ci.yml] Add
randomize-layout
flag by @itsyaasir in #58 - Fix Rust Cache invalid key warning by @AntoniosBarotsis in #59
- Fix Clippy warnings by @joshlf in #62
- Fix unsoundness in FromBytes::new_box_slice_zeroed by @joshlf in #63
- Deny more Clippy lints by @joshlf in #65
- Add some SAFETY comments, some TODO comments by @joshlf in #66
- Fix Clippy lints by @joshlf in #71
- [ci.yml] Add clippy_check job by @frazar in #51
- Fix typo in README.md by @joshlf in #74
- docs: readability fixups by @ryanrussell in #75
- [ci.yml] Run Clippy on zerocopy-derive by @frazar in #72
- Make more fns/macros const, update MSRV to 1.61.0 by @joshlf in #76
- Add check_msrv job to ci workflow by @memark in #70
- Replace AlignedBuffer with more general Align by @joshlf in #80
- [CI] Use matrix to test zerocopy-derive by @joshlf in #81
- [CI] Clean up ci.yml by @joshlf in #82
- Store MSRV in Cargo.toml package.rust-version key by @joshlf in #83
- Deny warnings in CI by @joshlf in #77
- [CI] Check formatting of UI tests by @joshlf in #84
- [CONTRIBUTING.md] Clean up by @joshlf in #87
- Varadtote by @varadtote in #55
- [CI] Roll nightly toolchain to 2022-10-17 by @joshlf in #90
- [CI] Use -Zmiri-symbolic-alignment-check by @joshlf in #89
- [CI] Use symbolic toolchain names in matrix by @joshlf in #92
- Remove TODO to use rustversion by @joshlf in #93
- Update to 2021 edition by @joshlf in #94
- [CI] Check that docs are generated successfully by @joshlf in #86
- [derive] document Rust changes to priv-in-pub lint by @jswrenn in #99
- [byteorder] Add submodules with byte order aliases by @joshlf in #101
- Publish 0.7.0-alpha.1 by @joshlf in #102
- Switch from actions-rs/toolchain to dtolnay/rust-toolchain. by @AntoniosBarotsis in #103
- [CI] Optimize (and fix) caching by @glokta1 in #106
- Have zerocopy depend exactly on derive version by @joshlf in #108
New Contributors
- @itsyaasir made their first contribution in #58
- @AntoniosBarotsis made their first contribution in #59
- @ryanrussell made their first contribution in #75
- @memark made their first contribution in #70
- @varadtote made their first contribution in #55
- @glokta1 made their first contribution in #106
Full Changelog: derive-v0.3.2...derive-v0.7.0-alpha.1