-
### What should we add?
For level 3 compilation now, the unitary synthesis as part of the 2q block optimization ~becomes a large bottleneck~ (this was mostly supposition on my part looking at the p…
-
**I'm submitting a ...**
- [ ] bug report
- [X] feature request
- [ ] support request => **Please do not submit support request here**, see note at the top of this template.
**Describe the…
-
This is a tracking issue for the experimental `extern "rust-cold"` ABI.
The feature gate for the issue is `#![feature(rust_cold_cc)]`.
This allows emitting functions with [`coldcc` in LLVM](https:/…
-
`pre-commit` is a great tool, but it has some weaknesses.
- It's not written in `rust` (I mean c'mon)
- It doesn't have great mono-repo support, e.g. if you have multiple packages in one repo it's…
-
rust-analyzer?
-
I'm trying to use the kani vscode extension to verify contracts and proofs in the [verify-rust-std](https://github.com/model-checking/verify-rust-std) repository. Does the extension work with this typ…
-
Hi folks! I added Cargo-style automatic project discovery in rust-analyzer for non-Cargo build systems (Buck primarily, but it's designed to be usable by Bazel...) in https://github.com/rust-lang/rust…
-
### Problem
In the cargo repo, there is an environment override setting the `CARGO_RUSTC_CURRENT_DIR` environment variable: https://github.com/rust-lang/cargo/blob/79866e12c663e866a904d713c29745563a6…
ehuss updated
3 weeks ago
-
## Motivation
Fuzzing is great but it does not cover all potential code paths, it just sprays and prays randomly right now
## Solution
Create a Rust Symbolic EVM which we ideally implement th…
-
### Describe the bug
The code generator does not generate concrete code for a struct-like enum defined in a third-party crate.
It is left as an opaque type and cannot be constructed on the Dart sid…