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

switch mul/div/mod by mach type #57

Closed
graydon opened this issue Jun 22, 2010 · 2 comments
Closed

switch mul/div/mod by mach type #57

graydon opened this issue Jun 22, 2010 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@graydon
Copy link
Contributor

graydon commented Jun 22, 2010

Currently they all hit the unsigned binop.

@graydon
Copy link
Contributor Author

graydon commented Jan 27, 2011

Shifted to rustc. Also note that the comparison operators (lt/le/ge/gt) also need switching.

@brson
Copy link
Contributor

brson commented Feb 14, 2011

Add support for unsigned binops. Closed by 0ebfb82

arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
oli-obk pushed a commit to oli-obk/rust that referenced this issue Jul 19, 2017
fix enum down casting and backtrace panics
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementat…
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
Add union items to the reference
rchaser53 pushed a commit to rchaser53/rust that referenced this issue Jan 19, 2019
jacob-hughes referenced this issue in jacob-hughes/alloy Apr 29, 2021
57: Make GlobalAllocator allocation calls uncollectable r=ltratt a=jacob-hughes

The GlobalAllocator is responsible for allocating all objects which are
*not* managed by the GC, so we need to ensure that it doesn't try and
allocate them in the managed pool.

This is not currently possible for gc_malloc_precise due to limitations
in Boehm, so for now, it needs to be prevented.

Co-authored-by: Jake Hughes <jh@jakehughes.uk>
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 1, 2021
min_const_generics ride the train to stable
djtech-dev pushed a commit to djtech-dev/rust that referenced this issue Dec 9, 2021
jaisnan pushed a commit to jaisnan/rust-dev that referenced this issue Aug 22, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants