index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
/
src
/
serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-23
Remove `synstructure::Structure::underscore_const` calls.
Nicholas Nethercote
-11
/
+1
2025-03-15
Move codec module back into middle
Michael Goulet
-18
/
+8
2025-03-15
Use {Decodable,Encodable}_NoContext in type_ir
Michael Goulet
-6
/
+6
2025-02-08
Rustfmt
bjorn3
-14
/
+20
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-20
/
+14
2024-08-29
Add `warn(unreachable_pub)` to `rustc_metadata`.
Nicholas Nethercote
-6
/
+18
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-8
/
+8
2024-05-22
Fix up whitespace in `compiler/rustc_macros/src/serialize.rs`.
Nicholas Nethercote
-8
/
+8
2024-02-17
Make synstructure underscore_const(true) the default
Urgau
-1
/
+11
2024-01-09
u8 tags for smaller enums
Mark Rousskov
-6
/
+24
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-0
/
+16
2023-11-04
Derive TyEncodable/TyDecodable implementations that are parameterized over in...
Michael Goulet
-10
/
+20
2023-08-18
Make enum decoding errors more informative.
Nicholas Nethercote
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-02-25
Emit the enum discriminant separately for the Encodable macro
John Kåre Alsaker
-17
/
+30
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-15
/
+7
2022-06-03
Inline many methods of Encoder
bjorn3
-14
/
+8
2022-06-03
Remove all names from Encoder
bjorn3
-22
/
+2
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-2
/
+2
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-2
/
+2
2022-02-20
Delete Decoder::read_enum_variant
Mark Rousskov
-8
/
+4
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-19
/
+6
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-9
/
+1
2022-02-20
Delete read_enum_variant_arg
Mark Rousskov
-11
/
+12
2022-02-20
Delete read_enum_variant names
Mark Rousskov
-8
/
+0
2022-02-20
Delete Decoder::read_enum
Mark Rousskov
-13
/
+8
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-13
/
+5
2021-12-16
Use field span in `rustc_macros` when emitting decode call
Aaron Hill
-11
/
+15
2021-11-22
Avoid generating empty closures for fieldless enums
Mark Rousskov
-7
/
+18
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-10
/
+8
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+290