rust/compiler/rustc_serialize/src
bjorn3 222480dcb9 Allow internal_features lint in doc tests
Rustdoc forwards -Zcrate-attr=feature(rustdoc_internals) to doc tests,
but deny(warnings) overrides the -Ainternal_features.
2025-11-05 11:25:29 +00:00
..
leb128 Convert rustc_serialize integration tests to unit tests. 2025-03-20 08:59:50 +11:00
opaque Zero the buffer passed from write_with 2025-04-25 07:14:27 +02:00
int_overflow.rs Add a few inline directives in rustc_serialize. 2025-06-21 23:54:16 +00:00
leb128.rs use div_ceil instead of manual logic 2025-07-05 10:55:42 +02:00
lib.rs Allow internal_features lint in doc tests 2025-11-05 11:25:29 +00:00
opaque.rs Add a few inline directives in rustc_serialize. 2025-06-21 23:54:16 +00:00
serialize.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00