about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2020-06-02Rename directories for some compiler crates from `libx` to `librustc_x`Vadim Petrochenkov-2796/+0
2020-05-14linker: More systematic handling of CRT objectsVadim Petrochenkov-2/+2
2020-05-02Update src/libserialize/json.rsTshepang Lekhonkhobe-1/+1
2020-05-01doc: make Stack and StackElement a little prettyTshepang Lekhonkhobe-4/+6
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-1/+1
2020-04-06Stop importing float module in libserializeLinus Färnstrand-1/+1
2019-12-24Deprecate Error::description for realDavid Tolnay-10/+2
2019-12-22Format the worldMark Rousskov-347/+565
2019-10-01Fix clippy warningsYuki Okushi-11/+10
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-9/+7
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-0/+2
2019-07-01Remove needless lifetimesJeremy Stucki-2/+2
2019-06-26Fix clippy::cast_loslessIgor Matuszewski-6/+6
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-16Separate libserialize modulechansuke-136/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-35/+35
2019-02-10rustc: doc commentsAlexander Regueiro-35/+35
2019-02-09Cleanup importsTaiki Endo-1/+0
2019-02-09Move some tests into the tests directoryTaiki Endo-1281/+4
2019-02-07Transition libserialize to 2018 editionHirokazu Hata-30/+30
2019-01-13Cosmetic improvementsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-09-11renamed emit_nil to emit_unitkenta7777-5/+5
2018-09-11Revert "renamed emit_nil to emit_unit"kenta7777-5/+5
2018-09-11Revert "renamed read_nil to read_unit"kenta7777-1/+1
2018-09-10renamed read_nil to read_unitkenta7777-1/+1
2018-09-10renamed emit_nil to emit_unitkenta7777-5/+5
2018-08-17Rollup merge of #53313 - llogiq:two-small-improvements, r=estebankkennytm-4/+3
2018-08-17Rollup merge of #52946 - Ajacmac:doc-impl-from, r=GuillaumeGomezkennytm-0/+3
2018-08-15Two small improvementsAndre Bogus-4/+3
2018-08-14Corrected typing description in docJacob-1/+1
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-30/+28
2018-08-01Documented impl From on line 367 of libserialize/json.rsStrategic Technologies-0/+3
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-9/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-9/+3
2018-07-27Prefer to_string() to format!()ljedrz-15/+15
2018-07-12Deny bare trait objects in src/libserializeljedrz-8/+8
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-11/+11
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2016-12-30Implement emit_iu128 for json serialiserSimonas Kazlauskas-4/+4
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+8
2016-10-31Changed most vec! invocations to use square bracesiirelu-3/+3
2016-10-10Avoid allocations in `Decoder::read_str`.Nicholas Nethercote-4/+3
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-3/+1
2016-09-11Use question_mark feature in libserialize.Ahmed Charles-6/+5