Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang-deprecated/error-chain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f9c26a0
Choose a base ref
...
head repository: rust-lang-deprecated/error-chain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23586d7
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Sep 24, 2017

  1. Shrink the size of all Error types

    This commit improves the in-memory size of `Error` from 7 pointers to 1 pointer.
    Errors are in general relatively rare in applications and having a huge error
    type ends up generating lots of instructions for moves and such, so this PR
    optimizes for size and passing around errors rather than creating errors.
    alexcrichton committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    23586d7 View commit details
    Browse the repository at this point in the history
Loading