- Jan 11, 2024
-
-
- Jul 15, 2020
-
- Jul 18, 2019
-
-
Mateusz Mikuła authored
-
- Apr 27, 2019
-
-
Alex Lyon authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
- Oct 28, 2018
-
-
Nagy Tibor authored
-
- Sep 29, 2018
-
-
jD91mZM2 authored
cbindgen can't handle negative numbers, see https://github.com/eqrion/cbindgen/issues/205
-
- Sep 26, 2018
-
- Aug 18, 2018
-
-
Jeremy Soller authored
-
- Jul 25, 2018
-
- Jun 24, 2018
-
- Jun 22, 2018
-
-
jD91mZM2 authored
Transmuting from an immutable to a mutable reference is undefined behavior in Rust, with the exception of UnsafeCell which tells the optimizer to not draw too many conclusions. Sadly UnsafeCell::get cannot yet be used in statics (see https://github.com/rust-lang/rust/issues/51718), so this works around that by making the statics into functions and making C macros to call those.
-
- Jun 21, 2018
-
- Jun 20, 2018
-
-
Jeremy Soller authored
-
- Mar 28, 2018
-
-
Jeremy Soller authored
-
- Mar 10, 2018
-
-
Dan Robertson authored
Add implementations of sprintf and snprintf so that we can get a bit closer to compiling libc-test.
-
- Mar 04, 2018
-
-
Jeremy Soller authored
-
- Mar 03, 2018
-
-
Jeremy Soller authored
-