Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rollup of small-medium size pulls #7982

Closed
wants to merge 13 commits into from
Closed

rollup of small-medium size pulls #7982

wants to merge 13 commits into from

Commits on Jul 24, 2013

  1. Configuration menu
    Copy the full SHA
    626bb5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c02272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5a17b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d047cf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    206ae57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c88e46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5afb3d2 View commit details
    Browse the repository at this point in the history
  8. fix fmt! usage

    thestinger committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    254339f View commit details
    Browse the repository at this point in the history
  9. Fix a crash when transmuting non-immediate to immediate types

    The code to build the transmute intrinsic currently makes the invalid
    assumption that if the in-type is non-immediate, the out-type is
    non-immediate as well. But this is wrong, for example when transmuting
    [int, ..1] to int. So we need to handle this fourth case as well.
    
    Fixes #7988
    dotdash authored and thestinger committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    7fbe800 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d3bb7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c50d3e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a2d22b View commit details
    Browse the repository at this point in the history
  13. rc: Use ~T for allocation

    Simplify Rc<T>/RcMut<T> by using ~T when allocating a reference counted
    box.
    blake2-ppc authored and thestinger committed Jul 24, 2013
    5 Configuration menu
    Copy the full SHA
    8f86fa3 View commit details
    Browse the repository at this point in the history