| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2020-06-02 | Rename directories for some compiler crates from `libx` to `librustc_x` | Vadim Petrochenkov | -2796/+0 | 
| 2020-05-14 | linker: More systematic handling of CRT objects | Vadim Petrochenkov | -2/+2 | 
| 2020-05-02 | Update src/libserialize/json.rs | Tshepang Lekhonkhobe | -1/+1 | 
| 2020-05-01 | doc: make Stack and StackElement a little pretty | Tshepang Lekhonkhobe | -4/+6 | 
| 2020-04-25 | Bump rustfmt to most recently shipped | Mark Rousskov | -1/+1 | 
| 2020-04-06 | Stop importing float module in libserialize | Linus Färnstrand | -1/+1 | 
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -10/+2 | 
| 2019-12-22 | Format the world | Mark Rousskov | -347/+565 | 
| 2019-10-01 | Fix clippy warnings | Yuki Okushi | -11/+10 | 
| 2019-07-07 | Address review comments + Fix rebase | Vadim Petrochenkov | -9/+7 | 
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -0/+2 | 
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -2/+2 | 
| 2019-06-26 | Fix clippy::cast_losless | Igor Matuszewski | -6/+6 | 
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -1/+1 | 
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 | 
| 2019-06-16 | Separate libserialize module | chansuke | -136/+1 | 
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -35/+35 | 
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -35/+35 | 
| 2019-02-09 | Cleanup imports | Taiki Endo | -1/+0 | 
| 2019-02-09 | Move some tests into the tests directory | Taiki Endo | -1281/+4 | 
| 2019-02-07 | Transition libserialize to 2018 edition | Hirokazu Hata | -30/+30 | 
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -1/+1 | 
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | 
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 | 
| 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 |