-
### Zig Version
zig-windows-x86_64-0.11.0-dev.2287+1de64dba2.zip
OS: Windows 10 x64
### Steps to Reproduce and Observed Behavior
```zig
var global: i32 = 0;
pub fn main() !void
{
}…
-
Hi!
Sorry for the poor title, I have no better idea. Feel free to change it to something more appropriate.
I tried this code:
```rust
pub fn take_n_bits(x: u64, start_from_right: S, length…
krtab updated
10 months ago
-
[P2937R0](https://wg21.link/p2937r0) Freestanding: Remove strtok (Ben Craig)
-
In order to do this, we need to:
* reach consensus on what "freestanding" means
* describe a policy document (assignee: @cjdb)
* make changes to libc++, libc++abi, and possibly Clang to support
cjdb updated
10 months ago
-
Hello! Love this project I've been looking for a customizable rust wayland wm and this fits the bill. I started working on my config and its going mostly well. One thing though is I can't figure out h…
-
UPD. The only issue is compiler choice. Configure seems to ignore both R settings and env, but when I explicitly force CC= and CXX= via adding these to configure, everything is fine and tests pass.
…
-
In this code [[playground]](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=14a9edb43d48d551cd7df0d4ab012969):
```rust
struct TemporaryStruct {
fn query() {
pri…
-
I just started using stm32-for-vscode extension. After adding C++ file to the stm32 project and using simple code that uses `iostream` standard library the build fails. I get the following error:
`…
-
WebAssembly's emscripten toolchain (https://github.com/emscripten-core/emscripten) has been using `_LIBCPP_AVAILABILITY_HAS_NO_VERBOSE_ABORT` not to pay for the increased code size of `__libcpp_verbos…
-
Hi, cool project!
It would be awesome to upstream this to [nixpkgs](https://github.com/NixOS/nixpkgs)! My company and I do a lot of low-level OS-related kernel development with the help of [Nix](htt…