- 20 Jun, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.81 to 1.0.98. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.81...1.0.98 ) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 17 Jun, 2022 3 commits
-
-
dependabot[bot] authored
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.52 to 1.0.63. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.52...1.0.63 ) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
-
Sergejs Kostjucenko authored
* add dependabot
-
- 15 Jun, 2022 1 commit
-
-
Keith Yeung authored
* Implement MaxEncodedLen on more core lib types * Import missing core types
-
- 11 Jun, 2022 3 commits
- 10 Jun, 2022 3 commits
-
-
Keith Yeung authored
-
Keith Yeung authored
* Respect #[codec(skip)] when deriving MEL * Hopefully satisfy linter
-
Koute authored
-
- 07 Jun, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6 ) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8 ) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 03 Jun, 2022 1 commit
-
-
Bastian Köcher authored
* Derived code should not emit deprecated warnings * Let the build fail with warnings enabled
-
- 02 Jun, 2022 1 commit
-
-
Keith Yeung authored
* Add skip_type_params attribute * Update docs * Fixes * Some code fixups * Uniformly use trait_bound::add * Update derive/src/max_encoded_len.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Fixes Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 31 May, 2022 1 commit
-
-
Koute authored
* Add `decode_from_bytes` * Bump version to 3.1.3
-
- 24 May, 2022 1 commit
-
-
Koute authored
-
- 22 Apr, 2022 1 commit
-
-
Matheus Cardoso authored
-
- 18 Apr, 2022 1 commit
-
-
bear authored
* Little things * Fix ci
-
- 08 Apr, 2022 2 commits
-
-
Alexander Samusev authored
-
Alexander Samusev authored
-
- 17 Mar, 2022 3 commits
-
-
Bastian Köcher authored
-
Bastian Köcher authored
This was done before as well, but we accidentally lost it while adding support for the `crate = ` attribute.
-
Bastian Köcher authored
* BitVec: Improve the encoding and consolidate the implementations * Bump version * Remove debugging stuff
🙈 * Feature gate the test * More testing * More tests
-
- 04 Mar, 2022 1 commit
-
-
Georgy Shepelev authored
* use codec_crate_path for all derivable macros * update README * bump versions * use `codec` attribute in tests * remove redundant call to parse_quote
-
- 01 Mar, 2022 1 commit
-
-
Alexander Samusev authored
* [ci] Change image to ci-linux:production with clang13 * add miri * test image * change image
-
- 16 Feb, 2022 1 commit
-
-
Sergejs Kostjucenko authored
-
- 12 Feb, 2022 1 commit
-
-
Andre Nathan authored
-
- 03 Feb, 2022 1 commit
-
-
wigy authored
* BREAKING CHANGE: DecodeLimit and DecodeAll extensions now properly advance input * Prepare for release 3.0.0 * This repo uses hard tabs
-
- 01 Feb, 2022 1 commit
-
-
Bastian Köcher authored
* Upgrade to BitVec 1.0 * Fix benches
-
- 23 Jan, 2022 1 commit
-
-
Artem Vorotnikov authored
* TRYBUILD=overwrite * Add bytes implementation * Apply suggestions from code review * Update src/codec.rs * TRYBUILD=overwrite Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 24 Nov, 2021 1 commit
-
-
thiolliere authored
* some doc * Update derive/src/lib.rs Co-authored-by:
David <dvdplm@gmail.com> * fmt Co-authored-by:
David <dvdplm@gmail.com>
-
- 23 Nov, 2021 2 commits
-
-
GreenBaneling | Supercolony authored
* Simplified Decode for [T; N] * Robepop version * Added specific implementation for u8, i8, and other integers. Added tests. * Removed Debug(added for testing) * Add #[inline] * Fixed tests with a new rust. Fixed comments in PR * Fixed formatting * Added comment to describe complexity of transmute=) * Use `forget` instead of `ManualDrop` to avoid memory leak in case of error
-
Sergejs Kostjucenko authored
-
- 21 Nov, 2021 1 commit
-
-
Dan Shields authored
* move to rust 2021 * edition = "2021" rust-version = "1.56.1" changelog * cargo update (needed for tests passing) * fix error message files * TRYBUILD=overwrite
-
- 21 Oct, 2021 1 commit
-
-
Andrew Jones authored
-
- 28 Sep, 2021 2 commits
-
-
Robin Freyler authored
-
Robin Freyler authored
* improve macro hygiene in Decode derive * add UI tests with #![no_implicit_prelude] to assert macro hygiene Add tests for Decode and Encode derive proc macros. * fix compilation guard for max_encoded_len UI * Update tests/scale_codec_ui.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * disable flaky test Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 13 Sep, 2021 1 commit
-
-
Robin Freyler authored
-
- 11 Sep, 2021 1 commit
-
-
Keith Yeung authored
* Add associated method to DecodeLimit for advancing input index * Run cargo update * remove flacky test false positive * Disable another flaky test * Disable yet another flaky test * Bump version to 2.3.0 Co-authored-by:
thiolliere <gui.thiolliere@gmail.com>
-