aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-28Trying to fix osx build failing by setting param_info.type to nullptrJimmi Holst Christensen
2018-04-28Fixed wrong formatting for arg_index when reporting @ArgType errorJimmi Holst Christensen
2018-04-28.ReturnType and @ArgType now emits errors on unresolved typesJimmi Holst Christensen
2018-04-28Functions with infered error set can now return literalsJimmi Holst Christensen
2018-04-28Removed zero sized error set optimizationJimmi Holst Christensen
2018-04-23fix interaction between defer and labeled breakAndrew Kelley
2018-04-23fix bigint twos complement implementationAndrew Kelley
2018-04-22add compile error for invalid deref on switch targetAndrew Kelley
2018-04-22exit(1) instead of abort() for file not foundAndrew Kelley
2018-04-22fix windows build broken by previous commitAndrew Kelley
2018-04-22better error reporting for missing libc on windowsAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-04-20zig fmt: preserve comments in front of test blocksAndrew Kelley
2018-04-19Optimized field ptr ir for hot path and fix assignment bugJimmi Holst Christensen
2018-04-19Added field builtin functionJimmi Holst Christensen
2018-04-18support break in suspend blocksAndrew Kelley
2018-04-18add --no-rosegment cli optionAndrew Kelley
2018-04-18improve cmpxchgAndrew Kelley
2018-04-16fix windows not respecting --msvc-lib-dir, --kernel32-lib-dirAndrew Kelley
2018-04-16Set SizeLevel to 2 in ReleaseSmall modeAlexandros Naskos
2018-04-16Added ReleaseSmall modeAlexandros Naskos
2018-04-15add @atomicLoad builtinAndrew Kelley
2018-04-15exit with error code instead of panic for file not foundAndrew Kelley
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-15fix linux implementation of self exe pathAndrew Kelley
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-13fix regression with zig install dirAndrew Kelley
2018-04-13Merge pull request #915 from zig-lang/self-hosted-cliAndrew Kelley
2018-04-13fix undefined behavior triggered by fn inline testAndrew Kelley
2018-04-12inline functions must be stored in const or comptime varAndrew Kelley
2018-04-12Merge remote-tracking branch 'origin/master' into self-hosted-cliAndrew Kelley
2018-04-12remove --zig-install-prefix arg now that we find std at runtimeAndrew Kelley
2018-04-11allow integer and float literals to be passed to var paramsAndrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08fixups from rebaseAndrew Kelley
2018-04-08running into the llvm corosplit error againAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-04-08error return traces work with async return caseAndrew Kelley
2018-04-08fix calling convention at callsite of zig-generated fnsAndrew Kelley
2018-04-08put the error return addresses in the coro frameAndrew Kelley
2018-04-08codegen: fix not putting llvm allocas togetherAndrew Kelley
2018-04-08error return traces for the early return caseAndrew Kelley
2018-04-06fix llvm assert on version string with git shaBen Noordhuis
2018-04-01Add run compiler commandMarc Tiehuis
2018-03-31musl-friendly dynamic linkingAndrew Kelley
2018-03-31fix regressions on windowsAndrew Kelley
2018-03-31implement os_self_exe_path in the c++ compiler for darwinAndrew Kelley
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-03-29fix examples and rename std.rand.Rand to std.rand.RandomAndrew Kelley
2018-03-28fix compile time array concatenation for slicesAndrew Kelley