-
### Feature Request / Improvement
See https://github.com/apache/iceberg-rust/pull/740/files#r1862755325
Fokko updated
11 hours ago
-
To update `.github/workflows/ci.yml` with windows setup for `rust-tests`.
And use cache for build and dependencies where applicable.
-
It looks like `tests/assembly/x86_64-bigint-add.rs broken`, newly added in https://github.com/rust-lang/rust/commit/9836196e3cca6661e752c3acd8bc207f181736ed, produces slightly different assembly with …
-
Original issue: https://github.com/EmbarkStudios/rust-gpu/issues/1075
### Expected Behaviour
This compiles fine with rustc (I guess this bit is probably eliminated?).
### Example & Steps To Rep…
-
### Describe the bug
64-bit entered hex values are not considered as numbers, hence error `0xffffffffffffffef | fmt` is neither a Nushell built-in or a known external command
### How to reproduce
1…
-
Some CPU architectures have developed "matrix extensions". These are sometimes equivalent to "vectors, but bigger" in terms of how the ABI should be handled (reusing the same architectural state, thus…
-
Hi!
A Callbacks object is owned by `Solver.cbs` and has a raw pointer to it passed to the external code.
https://github.com/mmaroti/cadical-rs/blob/ddf3a60a37cef0476bada1f6ebfde0545300a886/src/l…
-
We need an efficient memory map to [be able to manage malloc and mmap effectively](https://github.com/Lind-Project/lind-wasm/issues/4). It seems like a good start would be to port [NaCl's memory map](…
-
## Description
When translating C code with a `const` variable, `c2rust` incorrectly generates a mutable `static mut` variable in Rust. This behavior is inconsistent with the immutability semantics…
-
Should `rustfmt` be enforced in the rust projects? Personally I am a fan, and it is well integrated in `cargo` and IDEs, and it's widely used.
[Validating it in CI](https://github.com/rust-lang/rus…