aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
AgeCommit message (Expand)Author
2019-02-04fix vector debug info tripping LLVM assertionAndrew Kelley
2019-02-04SIMD: array to vector, vector to array, wrapping int addAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-20src/analyze.cpp: return type entry for `ZigTypeIdPointer` if it points to `Zi...kristopher tate
2019-01-09when rendering llvm const values, ensure the types alignAndrew Kelley
2019-01-08fix debug info for function pointersAndrew Kelley
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-26allow not having libc include paths and doing @cImportAndrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23Merge branch 'master' into fbsd2Marcio Giaxa
2018-12-20fixupsAndrew Kelley
2018-12-20src/analyze.cpp: support alignOf(struct T) aligned member inside struct T;kristopher tate
2018-12-19freebsd: link against libcMarcio Giaxa
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-24refactor type_requires_comptime to have possible errorAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-09array type syntax implies comptimeAndrew Kelley
2018-11-06macos: use the same code as linux to determine libc include pathAndrew Kelley
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-20Set up libc/rtld paths for FreeBSDGreg V
2018-10-13fix compiler crashAndrew Kelley
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-10-04refactor ir.cppAndrew Kelley
2018-10-01Fixed StackTrace not being resolved when panic is invalid (#1615)Jimmi Holst Christensen
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-26fix crash when compile error evaluating return...Andrew Kelley
2018-09-26fix variables which are pointers to packed struct fieldsAndrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-25fix crash on runtime index into slice of comptime typeAndrew Kelley
2018-09-25fix self reference through fn ptr field crashAndrew Kelley
2018-09-20better string literal caching implementationAndrew Kelley
2018-09-18fix optional pointer to empty struct incorrectly being non-nullAndrew Kelley
2018-09-17allow extern structs to have stdcallcc function pointersAndrew Kelley
2018-09-16fix crash when pointer casting a runtime extern functionAndrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-14fix coroutine alignmentAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13add compile error for merging non- error setsAndrew Kelley
2018-09-13fix tagged union with only 1 field tripping assertionAndrew Kelley
2018-09-11error messages for attempted cache when zig cannot perfectly do itAndrew Kelley
2018-09-11Merge remote-tracking branch 'origin/master' into stage1-cachingAndrew Kelley
2018-09-11fix incorrect error union const value generationAndrew Kelley
2018-09-11ability to disable cache. off by default except for...Andrew Kelley
2018-09-10fix llvm assertion and missing compile errorAndrew Kelley