about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-01Update `cfg(bootstrap)`Josh Stone-17/+1
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-0/+17
2025-03-20Convert `rustc_serialize` integration tests to unit tests.Nicholas Nethercote-2/+4
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-0/+2
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-02-17stabilize (const_)ptr_sub_ptrbendn-1/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_serialize`.Nicholas Nethercote-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-4/+6
2024-05-01Step bootstrap cfgsMark Rousskov-2/+0
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-13Add add/sub methods that only panic with debug assertions to rustcNilstrieb-0/+1
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-1/+0
2024-01-10Stabilize `slice_first_last_chunk`Trevor Gross-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-06rustc_serialize: merge `collection_impls.rs` into `serialize.rs`.Nicholas Nethercote-1/+0
2023-10-06rustc_serialize: Remove unneeded feature decls.Nicholas Nethercote-11/+5
2023-09-10Reimplement FileEncoder with a small-write optimizationBen Kimock-0/+3
2023-04-23Rewrite MemDecoder around pointers not a sliceBen Kimock-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-25Adding support for rustc_serialize encode and decode for Box and Vec that use...Ellen Arteca-0/+1
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-06-03Remove json support from rustc_serializebjorn3-2/+0
2022-02-19Adopt let else in more placesest31-0/+1
2021-08-18Remove box syntax from rustc_serializeest31-1/+0
2021-05-31Remove unused feature gatesbjorn3-3/+0
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-18Simplify IntEncodedWithFixedSize.Camille GILLOT-0/+2
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-11rustc_serialize: fix incorrect signed LEB128 decodingTyson Nottingham-0/+1
2021-01-11Serialize incr comp structures to file via fixed-size bufferTyson Nottingham-0/+3
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-0/+1
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-0/+1
2020-12-26stabilize min_const_genericsBastian Kauschke-1/+1
2020-09-26Deduplicate and generalize some (de/)serializer implsOliver Scherer-0/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+27