Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,129 contributions in the last year
Activity overview
Contribution activity
October 1, 2020
Vexu has no activity
yet for this period.
September 2020
Created a pull request in ziglang/zig that received 2 comments
std.fmt add specifier for printing Zig identifiers
I figured this would be worth including in the formatting API since we encourage code generation to be done by writing files and having this easily…
+90
−76
•
2
comments
- stage2 ARM: more instructions, return values, parameters
- Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
- Express ArrayList in ArrayListUnmanaged operations
- Use boyer-moore-horspool algorithm for indexOfPos and lastIndexOf unless the haystack or needle is very small
- std meta: fix use of alignOf in meta.cast