aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-03-28Merge pull request #865 from bnoordhuis/zig-build-stage2Andrew Kelley
2018-03-29Fixed looking for windows sdk when targeting linuxJimmi Holst Christensen
2018-03-28non-zero exit when build.zig cannot be createdBen Noordhuis
2018-03-27fix crash when compile error in analyzing @panic callAndrew Kelley
2018-03-24fix invalid codegen for error return traces across suspend pointsAndrew Kelley
2018-03-24add promise->T syntax parsingAndrew Kelley
2018-03-24fix async fns with inferred error setsAndrew Kelley
2018-03-24move error ret tracing codegen to zig irAndrew Kelley
2018-03-23Fix OpqaueType usage in exported c functionsMarc Tiehuis
2018-03-22ability to use async function pointersAndrew Kelley
2018-03-21change async function call syntaxAndrew Kelley
2018-03-14fix tests broken by previous commitAndrew Kelley
2018-03-13Tests for zero-bit field compiler errorAndrea Orru
2018-03-13Compiler error when taking @offsetOf of void struct memberAndrea Orru
2018-03-13Merge branch 'master' of https://github.com/zig-lang/zigAndrea Orru
2018-03-13fix casting a function to a pointer causing compiler crashAndrew Kelley
2018-03-13Panic instead of segfault when returning generic type from functionsAndrea Orru
2018-03-13Add WebAssembly output workaround for LLVM 6Marc Tiehuis
2018-03-12some return types disqualify comptime fn call cachingAndrew Kelley
2018-03-12don't memoize comptime fn calls that access comptime mutable stateAndrew Kelley
2018-03-12fix comptime slicing not preserving comptime mutabilityAndrew Kelley
2018-03-12fix incorrect setEvalBranchQuota compile errorAndrew Kelley
2018-03-10zen-specific: main -> _startAndrea Orru
2018-03-10fix await multithreaded data raceAndrew Kelley
2018-03-10improvements to stack tracesAndrew Kelley
2018-03-09don't memoize comptime functions if they can mutate state via parametersAndrew Kelley
2018-03-08fix partial inlining of binary math operator using old valueAndrew Kelley
2018-03-08enums with 1 field and explicit tag type still get the tag typeAndrew Kelley
2018-03-08translate-c: add missing case labelsAndrew Kelley
2018-03-08Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-03-08Translate C now correctly converts ints, floats, ptrs and enums to boolsJimmi Holst Christensen
2018-03-08Translate C will now handle ignored return valuesJimmi Holst Christensen
2018-03-08Merge branch 'master' of github.com:zig-lang/zigJimmi Holst Christensen