aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-23remove stray abortAndrew Kelley
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-22make string literal const on windowsemekoi
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
2019-06-21stage1: update fn_key_eql() for @mulAdd() on vectorsShawn Landden
2019-06-19stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...Shawn Landden
2019-06-18when resolving slice types, might need to...Andrew Kelley
2019-06-18Revert "fixes resolving aligment of child type in slice"Andrew Kelley
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-06-16stage1: check for null in buf_len and buf_ptrShawn Landden
2019-06-16fix type info crash on extern lib nameAndrew Kelley
2019-06-16fixes resolving aligment of child type in sliceJimmi HC
2019-06-14standard library integrates with knowledge of stripped debug infoAndrew Kelley
2019-06-14expose builtin.strip_debug_infoAndrew Kelley
2019-06-14fix `@export` for arrays not respecting the symbol nameAndrew Kelley
2019-06-14fix `@export` for arrays and allow sections on extern variablesAndrew Kelley
2019-06-10whitespace cleanupAndrew Kelley
2019-06-10Add check for null body in if, for and whileSamTebbs33
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-07update the default macos version min to 10.14Andrew Kelley
2019-06-04src/ast_render.cpp: fix rendering of character literals <= 0x0fNick Erdmann
2019-06-04Stop the musl builder from skipping necessary filesLemonBoy
2019-06-04Propagate DIFlags to LLVMLemonBoy
2019-06-04Make `void` a signed typeLemonBoy
2019-05-30default struct field initialization expressionsAndrew Kelley
2019-05-30Merge pull request #2182 from mikdusan/issue.2046Andrew Kelley
2019-05-29std.meta/trait: def/definition => decl/declarationtgschultz
2019-05-29stage1: AstNodes cannot be casted, but are rather accessed via a union.Shawn Landden
2019-05-29change `use` to `usingnamespace`Andrew Kelley
2019-05-29main: set subsystem in `zig builtin` when explicitly providedAndrew Kelley
2019-05-29codegen: initialize subsystemAndrew Kelley
2019-05-29cleanups for windows subsystem in builtin.zigAndrew Kelley
2019-05-29set subsystem to null if not on windows or uefiemekoi
2019-05-29try to resolve TargetSubSystemAuto to actual subsystememekoi
2019-05-29added subsystem to builtin.zigemekoi
2019-05-29`use` works on unions and enums in addition to structsAndrew Kelley
2019-05-29Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...Andrew Kelley
2019-05-29add review changesMichael Dusan
2019-05-28no "use of undeclared identifer" in dead comptime branchesAndrew Kelley
2019-05-28Reject undefined as typeLemonBoy
2019-05-28Warn the user if run/test is paired with emit optionsLemonBoy
2019-05-28Avoid a crash when there are no namespace componentsLemonBoy
2019-05-28fix invalid LLVM IR generated for ?*void const castsAndrew Kelley
2019-05-28Move __zig_fail_unwrap locals on stackLemonBoy
2019-05-27respect subsystem flag in all casesemekoi
2019-05-27Merge pull request #2552 from Sahnvour/issue-2543Andrew Kelley
2019-05-27improve the stack check CLI optionsAndrew Kelley
2019-05-27new .d file parser for C compilationMichael Dusan
2019-05-27Merge pull request #2526 from LemonBoy/arch-format-osxAndrew Kelley
2019-05-26allow implicit optional pointer to optional c_void pointerAndrew Kelley