Helehex

Results 33 issues of Helehex

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Allow parametric materialization...

enhancement
mojo-lang
mojo

### Bug description i'm not sure this is even supposed to work, but the error message is very nice regardless, so thought I'd share :) error: ``` /home/helehex/mojo-code/mojo-test/temp/temp.mojo:35:5: error: failed...

bug
mojo-lang
mojo

Adds an initial implementation of `reversed()`, for getting a reversed iterator of a range or list. This isn't meant to be final, since iterators are not fully worked out yet,...

Fixes the compilation error you get when using `Int.MIN`

This allows `SIMD` to conform to `EqualityComparable`, without losing any of the original behavior. It uses the 4th overload resolution rule to give the new methods lower precedence, while still...

imported-internally
mojo-repo

adds a `Comparable` trait for comparison testing conformance. explicitly conform `FloatLiteral`, `IntLiteral`, `Int`, and `Set`.

mojo-repo

adds an alias for a boolean simd vector, and applies it throughout the `simd.mojo` file.

mojo-repo

Use explicit `reduce_or()`/`reduce_and()` instead see https://github.com/modularml/mojo/pull/2412

imported-internally
mojo-repo

guarantees a printable representation of the string when using `repr()`

mojo-repo

add in-place bitwise operations for `Bool`

merged-internally
mojo-repo