- Oct 27, 2018
-
-
Nagy Tibor authored
Based on what musl does.
-
- Oct 11, 2018
-
- Oct 07, 2018
-
- Oct 06, 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
-
- Sep 05, 2018
-
- Aug 18, 2018
-
-
Jeremy Soller authored
-
- Aug 09, 2018
-
- Aug 05, 2018
-
- Aug 02, 2018
-
- Jul 30, 2018
-
- Jul 29, 2018
-
- Jul 28, 2018
-
- Jul 26, 2018
-
- Jul 25, 2018
-
- Jul 22, 2018
-
- Jul 12, 2018
-
-
Jeremy Soller authored
-
- Jul 06, 2018
-
- Jul 03, 2018
-
- Jul 01, 2018
-
-
- Jun 30, 2018
-
- Jun 28, 2018
-
-
- Jun 27, 2018
-
- Jun 26, 2018
-
- Jun 24, 2018
-
- Jun 23, 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
-
-
Jasen Borisov authored
Remove the broken Rust functions and instead provide C macros in a `include/bits` header. The C macros were taken from musl.
-
Jeremy Soller authored
-