-
For instance, consider:
```rust
extern "C" {
fn pipe(pipefd: [i32; 2]) -> i32;
}
fn main() {
let mut fds: [i32; 2] = [0; 2];
assert_eq!(unsafe { pipe(fds) }, 0);
}
```
I thin…
-
There is an issue where if I put two titanium in the crafting menu, they make a golden pickaxe. I'm pretty sure this isn't supposed to happen. Can this be fixed?
-
By Graugger
Converts any blocks made with wool or leather into animals.
--------------------------------------------------------------
We could take this concept a bit further by making a ton…
-
Currently this produces:
```
--> /Users/alex_gaynor/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/arm_shared/crypto.rs…
-
To Reproduce, installed mods:
CodeChickenLib-1.2.1.jar
CodeChickenCore-1.2.1.jar
NotEnoughItems-2.6.6-GTNH-pre.jar
ProjectE-1.7.10-PE1.10.1.jar
Default configs. Open transmutation table/tablet …
-
Are the transmutes necessary for performance reasons? `Chan` could be reconstructing itself as it takes itself by value, and should not need to transmute. I'm reasonably confident LLVM will optimize t…
-
I successfully injected the dll, but I don't know how to replace the function with my version based on the address (module offset) and call it.
The table decompiled by others shows relative address…
-
Currently the implementations uses `transmute` to create `CellIndex`, `VertexIndex` and `DirectedEdgeIndex` instances in cases where it is known that the underlying `u64` values are known to be valid.…
-
Given the naming conflict with Typst's package `fletcher`, we need a new name so we might as well improve on it.
The new name is, of course, **atanor**:
* nigredo (coerce ∘ parse): putrefy code in…
-
I wasn't able to find type casts, we need them:
```rust
fn f(v: f32x16) -> i8x16 {
v.cast() // doesn't currently work
}
```
This is different than transmuting (which is something we also n…