Stephen Crane
Stephen Crane
Without `cargo install --force`, you won't actually overwrite an existing installed c2rust, was this needed? I don't have a gentoo install available to test quickly, but I know this has...
Since `libc` is on crates.io and rustc errors when we use the internal version, we should drop that off the list of nightly features.
Static linking is fine, but the windows LLVM binary distribution didn't include any static libs at the time and they still do not ship any C++ libraries on windows. So...
I've run into a few issues with class layouts that would be trivial to solve with deeper clang integration and an absolute pain to solve without it. Because of this,...
I’m developing it against the latest clang, but this uses basically the same build system as c2rust which is compatible with clang back to at least 6 (and probably further...
What file in raylib cause this issue? Would like to narrow down the cause of this cast on the C side.
ahhhh, that is C11 atomics. ```#include // C11 atomic data types``` Both functions in that file use C11 atomics, and so wouldn't get transpiled even if we get past parsing...
`label_break_value` removed in 78f0686
#11 added `ExpatBox` that uses the provided `Memory_Suite` to allocate, which we should use for heap allocations.
#19 uses `ExpatBox` for allocating `XML_ParserStruct`s and the unknown encoding structure.