aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/arg.zig
AgeCommit message (Expand)Author
2019-12-11self-hosted: manually parse argsAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-29fix self-hosted compiler regressionsAndrew Kelley
2019-11-07self hosted compiler: use enum literalsVexu
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-15zig fmt: add --check flagAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-06-22clean up self hosted main. delete unsupported commandsAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-04-12Revise self-hosted command line interfaceMarc Tiehuis