aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-12add @newStackCall builtin functionAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
2018-04-30support foo.* for ptr derefAndrew Kelley
2018-04-26Added TypeInfo cacheAlexandros Naskos
2018-04-24One step towards @typeInfoAlexandros Naskos
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-16Added ReleaseSmall modeAlexandros Naskos
2018-04-15add @atomicLoad builtinAndrew Kelley
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-08fixups from rebaseAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-04-08error return traces work with async return caseAndrew Kelley
2018-04-08put the error return addresses in the coro frameAndrew Kelley
2018-04-08error return traces for the early return caseAndrew 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-22ability to use async function pointersAndrew Kelley
2018-03-13fix casting a function to a pointer causing compiler crashAndrew Kelley
2018-03-12don't memoize comptime fn calls that access comptime mutable stateAndrew Kelley
2018-03-12fix incorrect setEvalBranchQuota compile errorAndrew Kelley
2018-03-10fix await multithreaded data raceAndrew Kelley
2018-03-09don't memoize comptime functions if they can mutate state via parametersAndrew Kelley
2018-03-07add compile error for using @tagName on extern unionAndrew Kelley
2018-03-06var is no longer a pseudo-type, it is syntaxAndrew Kelley
2018-03-01await keyword worksAndrew Kelley
2018-03-01implementation of awaitAndrew Kelley
2018-02-28implement coroutine resumeAndrew Kelley
2018-02-28add atomicrmw builtin functionAndrew Kelley
2018-02-28break the data dependencies that llvm coro transforms cant handleAndrew Kelley
2018-02-28another workaround for llvm coroutinesAndrew Kelley
2018-02-27revert workaround for alloc and free as coro paramsAndrew Kelley
2018-02-27Revert "another llvm workaround for getelementptr"Andrew Kelley
2018-02-27another llvm workaround for getelementptrAndrew Kelley
2018-02-26workaround llvm coro transformationsAndrew Kelley
2018-02-26implement coroutine suspendAndrew Kelley
2018-02-26parse await and suspend syntaxAndrew Kelley
2018-02-25codegen for coro_resume instructionAndrew Kelley
2018-02-25codegen for coro_free instructionAndrew Kelley
2018-02-25codegen for coro_end instructionAndrew Kelley
2018-02-25codegen for coro_suspend instructionAndrew Kelley
2018-02-25codegen for coro_begin instructionAndrew Kelley
2018-02-25codegen for coro_alloc and coro_size instructionsAndrew Kelley