Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
HEAD
« Previous
49e544e
Consistently apply Example and Errors headings
by David Tolnay
· 7 years ago
e9570bf
Update ui tests for rustc nightly-2018-11-29
by David Tolnay
· 7 years ago
cc801bd
Set up Travis build names
by David Tolnay
· 7 years ago
cf75d1b
Remove lints that are no longer triggering
by David Tolnay
· 7 years ago
ffeae2f
Release 1.0.33
by David Tolnay
· 7 years ago
upstream/v1.0.33
70c3c86
Merge pull request #504 from serde-rs/key
by David Tolnay
· 7 years ago
bcad4a9
Allow map key to be borrowed from &Value
by David Tolnay
· 7 years ago
62f4066
Remove deprecated -Dclippy
by David Tolnay
· 7 years ago
b432c50
Address into_iter_on_ref lint
by David Tolnay
· 7 years ago
0217cce
Ignore lint about rustfmt::skip
by David Tolnay
· 7 years ago
b3001f4
Format with rustfmt 0.99.6-nightly
by David Tolnay
· 7 years ago
ef59f61
Drop nightly dependency of compiletest
by David Tolnay
· 7 years ago
5186b8f
Update ui tests at nightly 2018-10-26
by David Tolnay
· 7 years ago
2a627d1
Release 1.0.32
by David Tolnay
· 7 years ago
upstream/v1.0.32
cb443ce
Merge pull request #493 from dtolnay/overflow
by David Tolnay
· 7 years ago
2161f05
Fix overflow on i32::min_value() as exponent
by David Tolnay
· 7 years ago
805f394
Merge pull request #491 from yjh0502/error_location
by David Tolnay
· 7 years ago
ab670b4
fix bug on error position
by Jihyun Yu
· 7 years ago
22726c6
Fix playground links in readme
by David Tolnay
· 7 years ago
b054916
Simplify by using json Result in Read methods
by David Tolnay
· 7 years ago
caa3ade
Release 1.0.31
by David Tolnay
· 7 years ago
upstream/v1.0.31
e0118dd
Address needless_lifetimes lint in decode_hex_escape
by David Tolnay
· 7 years ago
1ef3da9
Merge pull request #489 from yjh0502/master
by David Tolnay
· 7 years ago
d42a2e1
specialize hexadecimal sequence decoding
by Jihyun Yu
· 7 years ago
bafc67b
Release 1.0.30
by David Tolnay
· 7 years ago
upstream/v1.0.30
5f85895
Non-recursive ignore_value
by David Tolnay
· 7 years ago
51b11a0
Release 1.0.29
by David Tolnay
· 7 years ago
upstream/v1.0.29
d331a4e
Add Default for Box<RawValue>
by David Tolnay
· 7 years ago
2743f94
Add a method to construct RawValue from String without allocation
by David Tolnay
· 7 years ago
ac2ca56
Add a Travis step to test raw_value
by David Tolnay
· 7 years ago
871e752
Merge pull request #485 from dtolnay/raw
by David Tolnay
· 7 years ago
a45b5c5
Fix malicious arbitrary precision number test
by David Tolnay
· 7 years ago
7478753
Fix raw value compilation on rustc older than 1.20
by David Tolnay
· 7 years ago
e58102f
Document RawValue ownership
by David Tolnay
· 7 years ago
82abb08
Use Box<RawValue> as the owned raw value
by David Tolnay
· 7 years ago
37f8515
Enable raw_value feature in docs.rs and playground
by David Tolnay
· 7 years ago
119b8bf
Document RawSlice
by David Tolnay
· 7 years ago
9c60f19
Split RawSlice and RawValue
by David Tolnay
· 7 years ago
b0e3a97
Release 1.0.28
by David Tolnay
· 7 years ago
upstream/v1.0.28
efe2b7e
Avoid instantiating deserialize_any for KeyClassifier
by David Tolnay
· 7 years ago
e5c85be
Merge pull request #482 from dtolnay/mem
by David Tolnay
· 7 years ago
b52048c
Remove pre-allocation in Deserializer construction
by David Tolnay
· 7 years ago
533b632
Simplify naming of private tokens
by David Tolnay
· 7 years ago
0a811b8
Name the RawValue private field
by David Tolnay
· 7 years ago
c736bd7
Handwrite Debug for RawValue to minimize escaping
by David Tolnay
· 7 years ago
ce10d5e
Remove PartialEq from RawValue
by David Tolnay
· 7 years ago
9d5fd8f
Fix up some unused import warnings
by David Tolnay
· 7 years ago
f96b59d
Cfg gate everything having to do with RawValue
by David Tolnay
· 7 years ago
7e373b6
Change mapping of RawValue to a struct with one key
by David Tolnay
· 7 years ago
3cb73ee
Address needless_return lint
by David Tolnay
· 7 years ago
45462fd
Tool attr syntax is not stable yet
by David Tolnay
· 7 years ago
92970d0
Pass data to RawValue as a string
by David Tolnay
· 7 years ago
3956ba4
Simplify raw buffer toggle
by David Tolnay
· 7 years ago
d7c0030
Merge pull request #481 from dtolnay/ci
by David Tolnay
· 7 years ago
cd20c03
Move CI commands into travis.yml and appveyor.yml
by David Tolnay
· 7 years ago
6d38232
Implement RawValue type
by Sam Rijs
· 7 years ago
d461263
Merge pull request #479 from srijs/refactor/reusable-special-types
by David Tolnay
· 7 years ago
ff4c682
Refactor to make "special" type machinery more reusable
by Sam Rijs
· 7 years ago
7d05626
Format with rustfmt 0.99.4
by David Tolnay
· 7 years ago
0dab9ab
Simplify itoa code in arbitrary_precision case
by David Tolnay
· 7 years ago
95bcd6d
Release 1.0.27
by David Tolnay
· 7 years ago
upstream/v1.0.27
8485253
Merge pull request #476 from Enet4/docs/value_slice_u8
by David Tolnay
· 7 years ago
de70251
Monospace format &[u8] in value module docs
by Eduardo Pinho
· 7 years ago
ba1fc9a
Release 1.0.26
by David Tolnay
· 7 years ago
upstream/v1.0.26
19276df
Merge pull request #472 from dtolnay/ryu
by David Tolnay
· 7 years ago
6492b75
Switch from dtoa to ryu
by David Tolnay
· 7 years ago
bf352eb
Release 1.0.25
by David Tolnay
· 7 years ago
upstream/v1.0.25
e40cbad
Merge pull request #458 from dtolnay/local-inner-macros
by David Tolnay
· 7 years ago
2a62402
Release 1.0.24
by David Tolnay
· 7 years ago
upstream/v1.0.24
6dec8b8
Merge pull request #462 from dtolnay/unused
by David Tolnay
· 7 years ago
a50ea7b
Remove irrelevant detail from Map::insert documentation
by David Tolnay
· 7 years ago
5c931e0
Make json macro compatible with deny(unused_results)
by David Tolnay
· 7 years ago
1b36cec
Format with rustfmt 0.8.2
by David Tolnay
· 7 years ago
9530ff6
Skip auto formatting test_stream macro
by David Tolnay
· 7 years ago
38de27e
Local inner macros
by David Tolnay
· 7 years ago
689f98d
Revert "Local inner macros"
by David Tolnay
· 7 years ago
501b4f9
Release 1.0.23
by David Tolnay
· 7 years ago
upstream/v1.0.23
f162bdd
Local inner macros
by David Tolnay
· 7 years ago
bfcd615
Release 1.0.22
by David Tolnay
· 7 years ago
upstream/v1.0.22
6348589
Merge pull request #455 from dtolnay/eof
by David Tolnay
· 7 years ago
22046a5
Produce eof error on truncated ident
by David Tolnay
· 7 years ago
7efc097
Add some rules to catch json macro syntax errors
by David Tolnay
· 7 years ago
25b5dfb
Improve error message of unexpected colon or comma in json macro
by David Tolnay
· 7 years ago
f12c983
Remove std::i64 imports
by David Tolnay
· 7 years ago
6e0a9b6
Move Display impl for Value to value/mod.rs
by David Tolnay
· 7 years ago
9d315a1
Release 1.0.21
by David Tolnay
· 7 years ago
upstream/v1.0.21
7531208
Format with rustfmt 0.8.2
by David Tolnay
· 7 years ago
9316c31
Add tests for map with char keys
by David Tolnay
· 7 years ago
60f5c1a
Merge pull request #453 from fdionisi/feature/ser-char-map-key
by David Tolnay
· 7 years ago
759d9c4
Allow char to be a HashMap key
by Federico
· 7 years ago
c85963c
Release 1.0.20
by David Tolnay
· 8 years ago
upstream/v1.0.20
63facc6
Merge pull request #451 from lnicola/indexmap
by David Tolnay
· 8 years ago
12a24f1
Remove old work-around for rustc 1.8
by Laurentiu Nicola
· 8 years ago
08c09ba
Update Travis configuration to test preserve_order on 1.18
by Laurentiu Nicola
· 8 years ago
1c6d0ef
Use IndexMap instead of LinkedHashMap
by Laurentiu Nicola
· 8 years ago
0cbfb5d
Release 1.0.19
by David Tolnay
· 8 years ago
upstream/v1.0.19
1d88205
Release 1.0.18
by David Tolnay
· 8 years ago
upstream/v1.0.18
7656782
Merge pull request #449 from serde-rs/integer128
by David Tolnay
· 8 years ago
1e64efc
Basic support for i128 and u128
by David Tolnay
· 8 years ago
8ffe4d8
Format with rustfmt 0.7.0
by David Tolnay
· 8 years ago
Next »