Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/CertainLach/serde-yaml

Strongly typed YAML library for Rust
https://github.com/CertainLach/serde-yaml

Smaller format for license section

835e4e908785c52da9bee67c6b66c074994c6c55 authored over 5 years ago by David Tolnay <[email protected]>
Switch to SPDX 2.1 license expression

26cd98cbfbe734b1cf6560afeac614b7c301336b authored over 5 years ago by David Tolnay <[email protected]>
Release 0.8.9

f9509c81c5596f0f2592b8e0c4cdc09c33df3c23 authored over 5 years ago by David Tolnay <[email protected]>
Add Value::get_mut

d192394b794c6cd33935e332498175afff76e420 authored over 5 years ago by David Tolnay <[email protected]>
Expose documentation of sealed Index trait

In particular, show the list of impls in rustdoc which is relevant for
calling <Value as ops::In...

1f883161e6bae843333aef15d9b7615707f830aa authored over 5 years ago by David Tolnay <[email protected]>
Remove unwrap from top level examples

d9cb2feb7e79c904f22d596becbc2e950c8c6913 authored over 5 years ago by David Tolnay <[email protected]>
Format with rustfmt 2019-04-18

f673f04a551dd2ffe5c5433217ddc2afd554caae authored over 5 years ago by David Tolnay <[email protected]>
Remove pseudo copyright lines and boilerplate

e5c4294bdf4a20ce84b20e99b994349e510b7081 authored over 5 years ago by David Tolnay <[email protected]>
Update documentation to 2018 edition

c6a6b3f0ad4f94830e9149971f6dbba71836bb88 authored over 5 years ago by David Tolnay <[email protected]>
Remove unneeded ```rust from rustdoc

dec2ce501af45e2467ab5d31571f2d80020795fd authored over 5 years ago by David Tolnay <[email protected]>
Resolve clippy redundant_closure lint

93f4d40d04ad2c424a58ba1fa34f55a3d0faab4f authored almost 6 years ago by David Tolnay <[email protected]>
Update to stable clippy

bccfaa024d3871efdd95d995a2eb3f3f959d5fd2 authored almost 6 years ago by David Tolnay <[email protected]>
Work around deprecation of str::trim_left_matches

cd1de78cb144011e73a94a6b7f0b7b25db2810bb authored about 6 years ago by David Tolnay <[email protected]>
Fix name of lint that was renamed in Clippy

d5a3a785ccc1c4de9b709a116c9d63ac0fbddc03 authored about 6 years ago by David Tolnay <[email protected]>
Release 0.8.8

83a4f63f3bd4c58f31e5276a84ff35c645af4513 authored about 6 years ago by David Tolnay <[email protected]>
Merge pull request #120 from macisamuele/maci-issue-119-default-support

Add Default implementation for Value

3a1a324513a6a8ce0e0a729c57dc73c8171545b0 authored about 6 years ago by David Tolnay <[email protected]>
Add Default implementation for Value

91ab3e93c440e063a3ccae5ee1557a2c80d89abf authored about 6 years ago by Samuele Maci <[email protected]>
Address into_iter_on_ref lint

35ab8fc7f205fdc8f64e7cdc7355325e543ae904 authored about 6 years ago by David Tolnay <[email protected]>
Release 0.8.7

fc90a862c53589e2e87092ac149f74a0a240efd4 authored about 6 years ago by David Tolnay <[email protected]>
Restore support for rustc 1.17

de54ed53e60f482839ca87ac949f81934eadfb28 authored about 6 years ago by David Tolnay <[email protected]>
Merge pull request #116 from EliSnow/master

Allow YAML tags to be used to specify an enum variant. Closes #115

f987b101379b91f25ea218f4b2ff2adcb9457aa1 authored about 6 years ago by David Tolnay <[email protected]>
Allow YAML tags to be used to specify an enum variant. Closes #115

c0bbe1ad4288dc4a558cd73389d8a32346a8800c authored about 6 years ago by Eli Snow <[email protected]>
Merge pull request #113 from sinkuu/allow

Remove unnecessary allow attributes

4954d571e8999e2a7b13e8f0350c6242d2262de0 authored about 6 years ago by David Tolnay <[email protected]>
Remove unnecessary allow attributes

6512745fdf8026ac9888687159276c84b1a85ce3 authored about 6 years ago by Shotaro Yamada <[email protected]>
Remove deprecated clippy option from CI

b4812531c37d3154c068888acaaec52214874085 authored about 6 years ago by David Tolnay <[email protected]>
Release 0.8.6

f375c85a386505988221fed5399b15fba6d4b349 authored about 6 years ago by David Tolnay <[email protected]>
Merge pull request #110 from asomers/i128

128-bit integer support

e689e30cd6398cbfa4e5f83b80a9f0bd799ce0ba authored about 6 years ago by David Tolnay <[email protected]>
Remove 128-bit integer variants from Number

3df4cce7380192eb5fa327a73d825e5736589934 authored about 6 years ago by David Tolnay <[email protected]>
Clippy fixes

d79d55e14eaf2f31591e605d7889312071646ed4 authored about 6 years ago by Alan Somers <[email protected]>
Remove the i128 feature flag

128-bit support is now automatically detected.

c61139b12d9dd5c7d0e595589032d3f518fbd95f authored about 6 years ago by Alan Somers <[email protected]>
Fix typo in .travis.yml

5eb6ead0e91a8b3c9e128b2be0375d87f2197956 authored about 6 years ago by Alan Somers <[email protected]>
fix typo in Value::as_u64 docs

b5cea453aa1f30ca0da0c443db50db5678a631c6 authored about 6 years ago by Alan Somers <[email protected]>
Add support for i128 and u128

i128 and u128 can now be serialized and deserialized. Support is
conditionalized on the disable...

443577d48562fed9d3339e84c141129f6eaaf2c4 authored about 6 years ago by Alan Somers <[email protected]>
Release 0.8.5

29d54cc8519d8993c663b36f8375a53a07063d1c authored over 6 years ago by David Tolnay <[email protected]>
Fix test to work on compilers without match ergonomics

1e3d2dd4ff814d903133bc29bd8b4bfd7a626fe8 authored over 6 years ago by David Tolnay <[email protected]>
Fix parsing of signed numbers

1ba91421183c02ba8dc542e5d7e1b61dfae6aae0 authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #106 from p4l1ly/binary_int

support binary format of integers, e.g. 0b0101

fedac7799f4e49dec19651301205ba0db6072334 authored over 6 years ago by David Tolnay <[email protected]>
support binary format of integers, e.g. 0b0101

63eabe420d66418de51ff0225b711b14915d8feb authored over 6 years ago by Pavol Vargovcik <[email protected]>
Format with rustfmt 0.99.4-nightly

f14852b7cd0c4ea15d50ea92bbaace05c8b278f5 authored over 6 years ago by David Tolnay <[email protected]>
Remove Path variants that were never constructed

1666883e2ec43251bb71eecc2c127b899c661e0a authored over 6 years ago by David Tolnay <[email protected]>
Lock down private APIs

82a7072d795cc5482ccab33eabf109846c023903 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.8.4

c82357a33d5221e8f4a435e81ae145bb40ef5e30 authored over 6 years ago by David Tolnay <[email protected]>
Don't yet use tool attrs because they are not stable

800f477f5ead33b75cd8902a76ff6504d713a995 authored over 6 years ago by David Tolnay <[email protected]>
Fix the recursion limit messages in tests

c52f1cfdf4aeabc36529f4d94b6cec728e22f0a7 authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #105 from xfix/prevent-too-deep-recursion

Prevent too deep recursion

41d58237a733051603069d1249c549cc8b6dada0 authored over 6 years ago by David Tolnay <[email protected]>
Simplify travis setup

591169915f5eace03ea952e382bf5978413861c4 authored over 6 years ago by David Tolnay <[email protected]>
Bump required version to rustc 1.17

7ed76cb5be2ed74e10c5ad79ed8fde4b81dcf528 authored over 6 years ago by David Tolnay <[email protected]>
Remove unnecessary quoting around boolean keys

e73d2829c07a427813ea3b8f1f82dd80cd7772cd authored over 6 years ago by David Tolnay <[email protected]>
Prevent too deep recursion

b93aff6e904cffbbfd1f421b82f6dcc5ca19a4fd authored over 6 years ago by Konrad Borowski <[email protected]>
Release 0.8.3

49e1e6f064c0c6cc138ed2a3c80e3024b23ba965 authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #102 from dtolnay/invalid

Fix panic in invalid_type

8fa3e2ccfd2c3535f5a27622e81b18767fe1fa9b authored over 6 years ago by David Tolnay <[email protected]>
Fix panic in invalid_type

cfbdb31284863f45c9161a48a9c3122f813fc844 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.8.2

81eb976f7ae7795673ae45caae2be5f6a6184bdb authored over 6 years ago by David Tolnay <[email protected]>
Factor links out of line in readme

d1cdff888149ff6a214d13166224cedda3e5046f authored over 6 years ago by David Tolnay <[email protected]>
Remove disclaimer removed from yaml-rust

b8d6dee7b513ab1767425e7535e74e8c7786f25c authored over 6 years ago by David Tolnay <[email protected]>
Release 0.8.1

a7cbd091d8d1057a3bcac30f0c18cf39551ca208 authored over 6 years ago by David Tolnay <[email protected]>
Format with rustfmt 0.99.2

b64ddc28bda0293478e2d6d5351be897ad6ce43f authored over 6 years ago by David Tolnay <[email protected]>
Move deny(missing_docs) to crate root

d1703846e061049467ac868bc1fc60d80baab8d0 authored over 6 years ago by David Tolnay <[email protected]>
Copy in the rustdoc from linked-hash-map

1e6d142ff18da5727fcad05dec414fe09604dc50 authored over 6 years ago by David Tolnay <[email protected]>
Restore bitwise comparison of NaN numbers

c458cdf1a15af3a52c56d6582078d5b9b21554ff authored over 6 years ago by David Tolnay <[email protected]>
Remove unused unsafe_code

3d48cfd382d848a0104fcd8dc475f36721fb34f7 authored over 6 years ago by David Tolnay <[email protected]>
Provide the disclaimer from yaml-rust

3ab6fd433fff6987540a4f23b171e5c7a6a3ca2d authored over 6 years ago by David Tolnay <[email protected]>
Release 0.8.0

1ae443e4150a624916f366e316a9169798269192 authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #99 from dtolnay/value

Ensure consistent output when serializing through Value

b95c3cd420e906f472c7a5865a77ed94ec5b563e authored over 6 years ago by David Tolnay <[email protected]>
Ensure consistent output when serializing through Value

c6b38e7c02663297e3bce6209642ec528441f9bb authored over 6 years ago by David Tolnay <[email protected]>
Display a Travis badge on crates.io

51551ff11c261805c5c3a8e7909fdf564bf8c875 authored over 6 years ago by David Tolnay <[email protected]>
Remove useless as_ref()

765ed1c33106cf9be616133b2ac944d518e0074d authored over 6 years ago by David Tolnay <[email protected]>
Ignore indexing_slicing pedantic lint

43fdcb774e269d2243f3f4942671c1bb2c237b90 authored over 6 years ago by David Tolnay <[email protected]>
Merge pull request #96 from dtolnay/hints

Implement all the deserializer hints

099398d4218bb21561878a5e60f184208f10808f authored over 6 years ago by David Tolnay <[email protected]>
Implement all the deserializer hints

fa2232ff6172ae1968b72ace257f9d7295ef5697 authored over 6 years ago by David Tolnay <[email protected]>
Release 0.7.5

87f0dca0eb500c6446e552dd263412da1a0e1fd1 authored over 6 years ago by David Tolnay <[email protected]>
Format with rustfmt 0.8.2

4f9db42566c4cb3a8404cdbecce3fa5d396d506f authored over 6 years ago by David Tolnay <[email protected]>
Test untrusted input deserialized into strongly typed data structure

7aca9cbb7432e2c7fa61c66e78f2815b6e37b4ae authored over 6 years ago by David Tolnay <[email protected]>
Test deserializing unknown anchor inside of ignored field

b2ccab26c7eb46a29bbf0fb94365051da4cadd72 authored over 6 years ago by David Tolnay <[email protected]>
Avoid following aliases when deserializing ignored_any

5b23d61006d065a90a63ed86be45fac2de646297 authored over 6 years ago by David Tolnay <[email protected]>
Test deserializing any and ignored_any

1aa14c0d47db802fb11d18ae11df2897cc85a59f authored over 6 years ago by David Tolnay <[email protected]>
Format with rustfmt 0.6.1

9d0797add8f57e65d6ef9ee3e1fbf7a391e49b66 authored over 6 years ago by David Tolnay <[email protected]>
Ignore clippy casting lints

e35fc0a689661376241421970f714d26267bc653 authored over 6 years ago by David Tolnay <[email protected]>
Format with rustfmt 0.6.0

7a56890af0335d2827c587a3ea6e28127858d0ae authored over 6 years ago by David Tolnay <[email protected]>
Fix compilation on rustc 1.15.0

ebf838cef5cfe9426236335a419c3938a8da350e authored over 6 years ago by David Tolnay <[email protected]>
Release 0.7.4

ee63efa569fcf610cb8ffa8562df4b700491e959 authored over 6 years ago by David Tolnay <[email protected]>
Drop num-traits dependency

b2f1468b00a41cc61d8f75ccfe78566ecd0be1c0 authored over 6 years ago by David Tolnay <[email protected]>
Ignore redundant_field_names lint

89f33fc2eb3724234889cdd4f716be1c8d620fd5 authored almost 7 years ago by David Tolnay <[email protected]>
Ignore decimal_literal_representation lint

We are testing that Value::Number(65535) outputs to YAML as 65535 so
writing the Rust side in he...

8395441c11b227f9c73f0d2d69fd1e4d5c41cf19 authored almost 7 years ago by David Tolnay <[email protected]>
Ignore result_unwrap_used lint

b0d94750b9036edf2b41cf5f3a352880bfd2c827 authored almost 7 years ago by David Tolnay <[email protected]>
Merge pull request #88 from frewsxcv/frewsxcv-f64-ser

Improved serialization/deserialization for floating point numbers.

18725afcc271e9cbc07f3f8afcf2f6f79bbd4b09 authored almost 7 years ago by David Tolnay <[email protected]>
Improved serialization/deserialization for floating point numbers.

- deserialize/serialize inf/-inf/nan
- always output decimal point for truncated floating points

595c2cd4490c00aacc01ad92234cfba9a3bd7e1f authored almost 7 years ago by Corey Farwell <[email protected]>
Follow clippy's replace_consts lint

f9406c188e8a7665ec8494a14a11f7e5cbfb0c2f authored almost 7 years ago by David Tolnay <[email protected]>
Release 0.7.3

bfb3522984f98fad75101a562eeed9e21da322f7 authored about 7 years ago by David Tolnay <[email protected]>
Clean up trailing whitespace

ce31e74768fe87beb067844ba28d492452437608 authored about 7 years ago by David Tolnay <[email protected]>
Merge pull request #80 from cetra3/public_error_impl

Allow users to get error locations

d6d3dd169e50e96301732ba6518126f9ae5751fb authored about 7 years ago by David Tolnay <[email protected]>
Include tests

11ac0746fb16474874f3b01878b991cc4cbc9e2f authored about 7 years ago by cetra3 <[email protected]>
Clean up marker implementation

730cd43fcf3faa14ebc20e042d4d783aa43fa690 authored about 7 years ago by cetra3 <[email protected]>
Hide Pos impl

3a718761a8716e2d8fd69bfa1ff23ea2642060eb authored about 7 years ago by cetra3 <[email protected]>
Make marker private

aac2f1c285dd4fa6edccc5ba184b93a80611c36b authored about 7 years ago by cetra3 <[email protected]>
Merge branch 'master' of https://github.com/dtolnay/serde-yaml into public_error_impl

faee811c17b6c3647589d2e61af9095175aec667 authored about 7 years ago by cetra3 <[email protected]>
Build on rust 1.15.0

be1d9f68bae738b9eadcb92d5736a2c492d6538b authored about 7 years ago by David Tolnay <[email protected]>
Merge pull request 84 from ignatenkobrain/yaml0.4

Conflicts:
tests/test_serde.rs

25f821dc40ba3d56c39c29c1975398845f50a0ed authored about 7 years ago by David Tolnay <[email protected]>
Merge pull request #83 from vroland/master

Use yaml-rust 0.4

9b25009cb1520959d931ae1d1832caac70c4979b authored about 7 years ago by David Tolnay <[email protected]>
bump yaml-rust to 0.4

Signed-off-by: Igor Gnatenko <[email protected]>

62a54343fb2d7377e2bdf60494c860e88d859fd9 authored about 7 years ago by Igor Gnatenko <[email protected]>