| Age | Commit message (Expand) | Author | Lines |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -5/+5 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -5/+5 |
| 2018-09-11 | Revert "renamed read_nil to read_unit" | kenta7777 | -1/+1 |
| 2018-09-10 | renamed read_nil to read_unit | kenta7777 | -1/+1 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -5/+5 |
| 2018-08-17 | Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank | kennytm | -4/+3 |
| 2018-08-17 | Rollup merge of #52946 - Ajacmac:doc-impl-from, r=GuillaumeGomez | kennytm | -0/+3 |
| 2018-08-15 | Two small improvements | Andre Bogus | -4/+3 |
| 2018-08-14 | Corrected typing description in doc | Jacob | -1/+1 |
| 2018-08-11 | A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term | ljedrz | -30/+28 |
| 2018-08-01 | Documented impl From on line 367 of libserialize/json.rs | Strategic Technologies | -0/+3 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -9/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -9/+3 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -15/+15 |
| 2018-07-12 | Deny bare trait objects in src/libserialize | ljedrz | -8/+8 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -11/+11 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2016-12-30 | Implement emit_iu128 for json serialiser | Simonas Kazlauskas | -4/+4 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+8 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -3/+3 |
| 2016-10-10 | Avoid 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-11 | Use question_mark feature in libserialize. | Ahmed Charles | -6/+5 |
| 2016-08-31 | Rollup merge of #36123 - nagisa:unignore-json-tests, r=alexcrichton | Jonathan Turner | -3/+0 |
| 2016-08-30 | Unignore the json tests on 32-bit platforms | Simonas Kazlauskas | -3/+0 |
| 2016-08-25 | Rename {uint,int} methods to {usize,isize}. | Corey Farwell | -6/+6 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+4 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -90/+90 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -4/+3 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -4/+4 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+0 |
| 2015-11-12 | libserialize: deny warnings in doctests | Kevin Butler | -3/+6 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -6/+3 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -3/+3 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -53/+52 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -6/+6 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+0 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -1/+1 |
| 2015-05-30 | fix documentation in libserialize | benaryorg | -1/+1 |
| 2015-05-06 | test: update tests for flt2dec fallouts. | Kang Seonghoon | -2/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -18/+10 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -18/+10 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+1 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -2/+2 |
| 2015-04-17 | Workaround deliberate overflowing negation in serialize::json. | Felix S. Klock II | -1/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -2/+2 |