FLOSS software. Past contributions include @minetest, @rust-lang, F-Droid.
Block or Report
Block or report est31
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
minetest/minetest Public
Minetest is an open source voxel game engine with easy modding and game creation
-
633 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 25 commits in 4 repositories
Created a pull request in rust-lang/rust that received 18 comments
Add #[rustc_box] and use it inside alloc
This commit adds an alternative content boxing syntax, and uses it inside alloc. #![feature(box_syntax)] fn foo() { let foo = box bar; } is equival…
+48
−5
•
18
comments