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

Get rid of the >>> operator and make >> logical or arithmetic depending ... #2427

Merged
merged 1 commit into from
May 23, 2012
Merged

Conversation

msullivan
Copy link
Contributor

...on the signedness. Closes #2417.

brson added a commit that referenced this pull request May 23, 2012
Get rid of the >>> operator and make >> logical or arithmetic depending ...
@brson brson merged commit a32392d into rust-lang:master May 23, 2012
@brson
Copy link
Contributor

brson commented May 23, 2012

Thanks!

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2022
Fix outdated docs in sb stack cache

Since `Item` is bitpacked now, the full `Item` is stored in the cache.
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Get rid of the Legacy mode and modify the std regression. Since we produce goto now directly, we can afford using `pub_fns`. There's just a small performance penalty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logical and arithmetic shift operators are the opposite of many other languages
2 participants