Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
serde-rs
/
json
/
HEAD
ca57826
Make comment support switchable
by Adrian Taylor
· 3 years, 10 months ago
master
a12f584
Make \v and \x switchable
by Adrian Taylor
· 3 years, 10 months ago
354a9df
Make allowing control chars switchable.
by Adrian Taylor
· 3 years, 10 months ago
d757abe
Merge branch 'invalid-unicode' of github.com:adetaylor/serde-jsonrc into all-prs-merged-3
by Adrian Taylor
· 5 years ago
d2f7ef0
Adding new tests
by Adrian Taylor
· 5 years ago
4b6d847
Making unicode replacement switchable
by Adrian Taylor
· 5 years ago
fe4e594
Handling incomplete escapes
by Adrian Taylor
· 5 years ago
3ce2ff1
Unicode strategy to substitute invalid chars.
by Adrian Taylor
· 5 years ago
9ff255a
Abstract unicode strategy into a trait.
by Adrian Taylor
· 5 years ago
b9d9626
Allowing control characters in strings.
by Adrian Taylor
· 5 years ago
506cb9c
Merge pull request #3 from adetaylor/merge-serde-json-1.0.45
by bolinfest
· 6 years ago
865df62
Merge remote-tracking branch 'adetaylor-jsonrc/always-substitute-invalid-characters' into all-prs-merged-2
by Adrian Taylor
· 6 years ago
8ec3023
Merge remote-tracking branch 'adetaylor-jsonrc/allow_x_and_v' into all-prs-merged-2
by Adrian Taylor
· 6 years ago
d7cedcc
Replace non-characters with replacement character.
by Adrian Taylor
· 6 years ago
b7b0dde
Abstract commonality from the two comma modes.
by Adrian Taylor
· 6 years ago
69a180d
Make comma ignoring switchable.
by Adrian Taylor
· 6 years ago
0030b7e
Remove redundant code.
by Adrian Taylor
· 6 years ago
0c02b4f
Rustfmt.
by Adrian Taylor
· 6 years ago
87382fa
Support \x and \v escapes.
by Adrian Taylor
· 6 years ago
bf04c1e
Rustfmt.
by Adrian Taylor
· 6 years ago
c1d70b8
Merge tag 'upstream/v1.0.45' into merge-serde-json-1.0.45
by Adrian Taylor
· 6 years ago
0a53990
Merge pull request #2 from adetaylor/comments-with-two-trailing-asterisks
by bolinfest
· 6 years ago
ef1e283
Merge pull request #1 from adetaylor/jsonrc-update-to-1.0.44
by bolinfest
· 6 years ago
f08267b
Improved block comment ignoring.
by Adrian Taylor
· 6 years ago
fea5351
Merge tag 'upstream/v1.0.44' into jsonrc-update-to-1.0.44
by Adrian Taylor
· 6 years ago
a39bcad
Release 1.0.45
by David Tolnay
· 6 years ago
upstream/v1.0.45
af4e6a1
Copy no-std note to rustdoc
by David Tolnay
· 6 years ago
dca5037
Tweak no-std wording to show Cargo.toml snippet
by David Tolnay
· 6 years ago
67dfe59
Switch rustfmt skip to tool attribute
by David Tolnay
· 6 years ago
41c3ab7
Merge pull request #609 from Xanewok/patch-1
by David Tolnay
· 6 years ago
b855996
Correct no-std support in README.md
by Igor Matuszewski
· 6 years ago
4bcc362
Adopt dyn syntax for trait objects
by David Tolnay
· 6 years ago
50faa3c
Adopt inclusive range syntax
by David Tolnay
· 6 years ago
17824dc
Remove error variants that are never constructed
by David Tolnay
· 6 years ago
7cf0156
Switch to tool attrs
by David Tolnay
· 6 years ago
97f87f2
Adopt pub(crate)
by David Tolnay
· 6 years ago
17d9a5e
Organize imports
by David Tolnay
· 6 years ago
3040daa
Update tests to 2018 edition
by David Tolnay
· 6 years ago
c19f26a
Update serde_json_test to 2018 edition
by David Tolnay
· 6 years ago
d095bab
Remove ```edition2018 from doc tests after edition update
by David Tolnay
· 6 years ago
70b64fd
Update to 2018 edition
by David Tolnay
· 6 years ago
873a7e9
Rename try! macro to avoid 2018 edition keyword
by David Tolnay
· 6 years ago
a790244
Raise minimum supported rustc to 1.31
by David Tolnay
· 6 years ago
f20ca3b
Really disable serde std feature in CI
by David Tolnay
· 6 years ago
ab4ca99
Omit to_writer and Serializer in no_std mode
by David Tolnay
· 6 years ago
0de7b51
Remove Read and Bytes
by David Tolnay
· 6 years ago
1f616f0
Omit from_reader in no_std mode
by David Tolnay
· 6 years ago
7b0b96e
Remove more of core io error
by David Tolnay
· 6 years ago
7f41cbe
Remove unneeded Debug impl on io error
by David Tolnay
· 6 years ago
7051b99
Remove WriteZero error kind
by David Tolnay
· 6 years ago
def04de
Remove source method in no_std mode
by David Tolnay
· 6 years ago
cf3beee
Remove unneeded itoa std feature
by David Tolnay
· 6 years ago
67857df
Remove unnecessary box trait object from io error repr
by David Tolnay
· 6 years ago
e83673a
Remove unnecessary From<Error> for io::Error in no_std mode
by David Tolnay
· 6 years ago
85008aa
Preserve underlying Debug representation for io error
by David Tolnay
· 6 years ago
ab661bb
Remove unused ErrorKind from io error repr
by David Tolnay
· 6 years ago
5741cfb
Remove unused Simple io error variant
by David Tolnay
· 6 years ago
f063631
Remove reliance on serde StdError for io error repr
by David Tolnay
· 6 years ago
541d8a1
De Morgan the features check
by David Tolnay
· 6 years ago
d57dffb
Remove a layer of reexports from io facade
by David Tolnay
· 6 years ago
ea39ccb
Mirror serde_json features to serde_json_test crate
by David Tolnay
· 6 years ago
83e35ec
Tweak feature check message
by David Tolnay
· 6 years ago
91f791b
Merge pull request #606 from Xanewok/no-std-patch
by David Tolnay
· 6 years ago
8e8058a
Move the core::io implementation to separate module
by Igor Matuszewski
· 6 years ago
3b03040
Make io a subset of `std::io`
by Igor Matuszewski
· 6 years ago
bac77ed
Imply using alloc crate when `std` is not enabled
by Igor Matuszewski
· 6 years ago
7852d2f
Add user-friendly error when no alloc or std feature are enabled
by Igor Matuszewski
· 6 years ago
176ff71
Inline the itoa::write calls
by Igor Matuszewski
· 6 years ago
d7f7a51
travis: Test no_std/alloc on 1.36.0
by Igor Matuszewski
· 6 years ago
b47d2d1
Mention availability of alloc feature
by Igor Matuszewski
· 6 years ago
15bfaf6
Reorganize std::io facade
by Igor Matuszewski
· 6 years ago
9ecf915
Add facade around std/alloc/core like serde does
by Igor Matuszewski
· 6 years ago
6533670
Fix std feature dependency for itoa
by Tom Dohrmann
· 6 years ago
4600a9a
add alloc/no_std support
by freax13
· 6 years ago
88ee1a6
Ignore transmute_ptr_to_ptr lint
by David Tolnay
· 6 years ago
57bc9ae
Resolve redundant_static_lifetimes lint
by David Tolnay
· 6 years ago
b6119e4
Merge pull request #600 from deankarn/master
by David Tolnay
· 6 years ago
6434761
Merge pull request #605 from Xanewok/patch-1
by David Tolnay
· 6 years ago
bbfdaf0
Update MSRV to 1.30 in README.md
by Igor Matuszewski
· 6 years ago
5930359
Make compatible with older veersions of rust
by Dean Karn
· 6 years ago
a240606
Add append to Map
by Dean Karn
· 6 years ago
4b83802
Drop support for rustc <1.30
by David Tolnay
· 6 years ago
a59d451
Provide source method for Error, to allow downcasting cause
by David Tolnay
· 6 years ago
38a73b3
Drop support for rustc <1.27
by David Tolnay
· 6 years ago
1de567b
Remove deprecated description() method from Error
by David Tolnay
· 6 years ago
0f12393
Opt in to experimental trybuild diffs
by David Tolnay
· 6 years ago
c44a7aa
Remove unneeded lifetimes from pointer signatures
by David Tolnay
· 6 years ago
85dccef
Merge pull request #595 from x3ro/doc/pointer_mut_map_example
by David Tolnay
· 6 years ago
7d5115d
Add example for how to update value if one exists
by Lucas Jenss
· 6 years ago
245afb6
Ignore missing_errors_doc pedantic lint
by David Tolnay
· 6 years ago
1977e69
Release 1.0.44
by David Tolnay
· 6 years ago
upstream/v1.0.44
9f13db7
Merge pull request 591 from erickt/value-into-deserializer
by David Tolnay
· 6 years ago
4ae13a5
Implement IntoDeserializer for Value
by Erick Tryzelaar
· 6 years ago
f7a4da0
Release 1.0.43
by David Tolnay
· 6 years ago
upstream/v1.0.43
76b2366
Merge pull request #590 from nlordell/bump_indexmap_version
by David Tolnay
· 6 years ago
19ba7be
fix required minimum indexmap version
by Nicholas Rodrigues Lordello
· 6 years ago
f0471e6
Release 1.0.42
by David Tolnay
· 6 years ago
upstream/v1.0.42
bf8cc66
Merge pull request #585 from Nilix007/add_from_unit_for_value
by David Tolnay
· 6 years ago
ff5a59c
Add `impl From<()> for Value`
by Felix Wiedemann
· 6 years ago
7dda823
Merge pull request #580 from andrisak/docs_read_without_blocking_eof
by David Tolnay
· 6 years ago
Next »