about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2016-01-20 10:04:31 -0800
committerErick Tryzelaar <erick.tryzelaar@gmail.com>2016-01-20 10:04:31 -0800
commit1dc7eb8853f3ff5d8e4f7e4a717c55a7073f5533 (patch)
tree927a01951a4f496ebd5028db75499fd08bd67879 /src/liballoc_jemalloc
parentc4c9628de7d4e970b2cb43d0f1a4c8f9ad03aca1 (diff)
downloadrust-1dc7eb8853f3ff5d8e4f7e4a717c55a7073f5533.tar.gz
rust-1dc7eb8853f3ff5d8e4f7e4a717c55a7073f5533.zip
syntax: Fix encoding and decoding spans
The protocol for `serialize::{En,De}code` doesn't allow for two
integers to be serialized next to each other. This switches the
protocol to serializing `Span`s as a struct. rbml structs don't
have any overhead, so the metadata shouldn't increase in size,
but it allows the json format to be properly generated, albeit
slightly more heavy than when it was just serializing a span as
a u64.

Closes #31025.

s
Diffstat (limited to 'src/liballoc_jemalloc')
0 files changed, 0 insertions, 0 deletions