Skip to content
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/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nikomatsakis/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue-6112-box-annihilator
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 29, 2013

  1. Add debug printouts to malloc/annihilation. These should get compiled

    out unless you explicitly enable them when compiling.
    nikomatsakis committed Apr 29, 2013

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0623fb5 View commit details
  2. Be more careful about the order in which we read the next field

    during task annihilation, since it is easy to tread on freed memory.
    nikomatsakis committed Apr 29, 2013
    4

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    f12766a View commit details
Loading