]> git.lizzy.rs Git - rust.git/commit
Provide copy-free access to raw Decoder bytes
authorMark Rousskov <mark.simulacrum@gmail.com>
Tue, 22 Feb 2022 23:11:59 +0000 (18:11 -0500)
committerMark Rousskov <mark.simulacrum@gmail.com>
Tue, 22 Feb 2022 23:11:59 +0000 (18:11 -0500)
commit2098ea6eba5ac7901b419841972c9bbffbf49a93
tree2c50ce2dfd1dd9ae41d2ed1921c35f911d918062
parentda3b2ca95636eea18c62089bae5e7443ecf94c9a
Provide copy-free access to raw Decoder bytes
compiler/rustc_data_structures/src/fingerprint.rs
compiler/rustc_metadata/src/rmeta/decoder.rs
compiler/rustc_middle/src/ty/codec.rs
compiler/rustc_serialize/src/opaque.rs
compiler/rustc_serialize/src/serialize.rs