| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -14/+40 | |
| The standard implementations of Hasher have architecture-dependent results when hashing integers. This causes problems when the hashes are stored within metadata - metadata written by one host architecture can't be read by another. To fix that, implement an architecture-independent StableHasher and use it in all places an architecture-independent hasher is needed. Fixes #38177. | ||||
| 2016-10-18 | Inline read_{un,}signed_leb128 and opaque::Decoder functions. | Nicholas Nethercote | -0/+2 | |
| These functions are all hot in rustc and inlining them speeds up most of the rustc-benchmarks by 1--2%. | ||||
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -0/+151 | |
