- Aug 18, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Aug 09, 2018
-
-
jD91mZM2 authored
-
- Aug 08, 2018
-
-
jD91mZM2 authored
-
- Aug 05, 2018
-
-
jD91mZM2 authored
-
- Aug 03, 2018
-
-
jD91mZM2 authored
-
- Aug 02, 2018
-
-
jD91mZM2 authored
Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
-
- Jul 30, 2018
- Jul 29, 2018
-
-
jD91mZM2 authored
I really really wish I could actually test this on redox. All I know is: it compiles
-
- Jul 28, 2018
-
-
jD91mZM2 authored
-
- Jul 27, 2018
- Jul 26, 2018
- Jul 25, 2018
-
-
jD91mZM2 authored
-
- Jul 22, 2018
-
-
jD91mZM2 authored
-
- Jul 12, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 08, 2018
-
-
jD91mZM2 authored
-
- Jul 06, 2018
-
-
jD91mZM2 authored
-
- Jul 03, 2018
-
-
jD91mZM2 authored
-
- Jul 01, 2018
-
-
- Jun 30, 2018
- Jun 28, 2018
-
-
- Jun 27, 2018
-
-
jD91mZM2 authored
-
- Jun 26, 2018
- Jun 25, 2018
-
-
jD91mZM2 authored
-
- Jun 24, 2018
- Jun 23, 2018
-
-
jD91mZM2 authored
-
- 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.
-
jD91mZM2 authored
-
- Jun 21, 2018
-
-
jD91mZM2 authored
-