Commits
User selector
Commit History
Commits on May 10, 2019
Commits on Apr 22, 2019
Commits on Mar 25, 2019
implement allowzero pointer attribute
Show description for 5eaead6committed
Commits on Mar 24, 2019
introduce the enum literal type
Show description for d0551dbcommitted
Commits on Mar 20, 2019
add docs for assembly and fix global assembly parsing
Show description for 15c316bcommitted
Commits on Mar 19, 2019
Commits on Feb 28, 2019
remove namespace type; files are empty structs
Show description for 5424b43committed
Commits on Feb 17, 2019
Commits on Feb 10, 2019
langref: update grammar with c pointers
Show description for 661fc79committedadded C pointer type and implicit int-to-ptr for this type
Show description for b8cbe38committed
Commits on Feb 6, 2019
Commits on Jan 30, 2019
backport copy elision changes
Show description for 581edd6committedsimpler implementation of `&&` and `||` hints
Show description for 9c328b4committed
Commits on Jan 25, 2019
- authored andcommitted
Commits on Nov 17, 2018
- committed
rename `section` keyword to `linksection`
Show description for 704374ecommitted
Commits on Nov 13, 2018
- committed
New Zig formal grammar (#1685)
Show description for 8139c5aauthored
Commits on Oct 15, 2018
Solve the return type ambiguity (#1628)
Show description for 378d3e4authored
Commits on Sep 26, 2018
the last number in a packed ptr is host int bytes
Show description for dcfd15acommitted
Commits on Sep 13, 2018
remove `this`. add `@This()`.
Show description for c06a61ecommitted
Commits on Aug 2, 2018
pull request fixups
Show description for 895f262committed- committed
src/parser.cpp: remove promise_symbol from suspend;
Show description for d3f6289committed
Commits on Jul 27, 2018
remove ability to break from suspend blocks
Show description for 02c5bdacommitted
Commits on Jun 10, 2018
breaking syntax change: orelse keyword instead of ?? (#1096)
Show description for 77678b2authoredbreaking syntax change: ??x to x.? (#1095)
Show description for ec1b6f6authored
Commits on Jun 4, 2018
disallow single-item pointer indexing
Show description for 96164cecommitted
Commits on Jun 2, 2018
introduce [*] for unknown length pointers
Show description for f06bce5committed
Commits on May 31, 2018
use * for pointer type instead of &
Show description for fcbb742committed
Commits on May 1, 2018
[breaking] delete ptr deref prefix op
Show description for a35b366committed
Commits on Apr 30, 2018
support foo.* for ptr deref
Show description for 76ab1d2committed
Commits on Apr 19, 2018
support break in suspend blocks
Show description for 06909cecommitted
Commits on Apr 8, 2018
- committed
- committed