-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Closed
Commits on Jul 24, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 626bb5a - Browse repository at this point
Copy the full SHA 626bb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c02272 - Browse repository at this point
Copy the full SHA 8c02272View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5a17b - Browse repository at this point
Copy the full SHA af5a17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d047cf1 - Browse repository at this point
Copy the full SHA d047cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206ae57 - Browse repository at this point
Copy the full SHA 206ae57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c88e46 - Browse repository at this point
Copy the full SHA 6c88e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5afb3d2 - Browse repository at this point
Copy the full SHA 5afb3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254339f - Browse repository at this point
Copy the full SHA 254339fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7fbe800 - Browse repository at this point
Copy the full SHA 7fbe800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3bb7e - Browse repository at this point
Copy the full SHA 8d3bb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c50d3e3 - Browse repository at this point
Copy the full SHA c50d3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2d22b - Browse repository at this point
Copy the full SHA 4a2d22bView commit details -
Simplify Rc<T>/RcMut<T> by using ~T when allocating a reference counted box.
5Configuration menu - View commit details
-
Copy full SHA for 8f86fa3 - Browse repository at this point
Copy the full SHA 8f86fa3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.