R-Goc

Results 37 issues of R-Goc

The removal of the stdsimd feature in nightly breaks the crate. Relevant commit: https://github.com/rust-lang/rust/commit/ea37e8091fe87ae0a7e204c034e7d55061e56790

### Problem When attempting to download crates, I get a warning: spurious network error (3 tries remaining): [35] SSL connect error (Recv failure: Connection was reset). After the next tries...

C-bug
A-interacts-with-crates.io
A-networking
S-needs-info

It is not clear which backend is the optimal to use for what hardware. I have an intel core ultra 7 155h on windows. Is it better to use the...

**Describe the bug** Installing with cargo takes forever. Both with current stable and nightly, from crates.io, from git, locked or not. The build always gets stuck at: Compiling git2-hooks v0.3.1...

bug

When I try to get running on Windows, (Not counting fixing cmake), it seems like cvise can't actually determine what error was returned by a batch script. When I echo...

Ports BumpAllocator.h to Windows using VirtualAlloc, a Windows API. This is done to avoid additional dependecies for AK.

Clang-cl doesn't recognize -fno-omit-frame-pointe, and it is a noop on Windows.

Replaces the use of a variable length array with a vector. Adds maybe_unused to unimplemented function signatures to allow for compilation.

This commit conditionally includes the correct implementation file.

Adds include for dirent.h which we use in LibCore to provide the S_ISDIR macro on Windows. Fixes compilation of ResourceImplementation.cpp and ResourceImplementationFile.cpp