aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-09when rendering llvm const values, ensure the types alignAndrew Kelley
2019-01-08`@typeInfo`: more correct return type infoAndrew Kelley
2019-01-08fix debug info for function pointersAndrew Kelley
2019-01-06Removed oops commentsJimmi HC
2019-01-06Fixed issue where TypeInfo would use types from a prev CodeGen instanceJimmi HC
2019-01-06Implemented buf_read_value_bytes for ZigTypeIdArrayJimmi HC
2019-01-06Respect the type system instead of ConstExprValue when getting fieldJimmi HC
2019-01-04Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868)vegecode
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-30Add DIFlagStaticMember flag to functions.alexander
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-27Merge pull request #1857 from vegecode/boolean-switchAndrew Kelley
2018-12-26allow not having libc include paths and doing @cImportAndrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-26Switching on bools with duplicate and missing value detection: Issue 1768alexander
2018-12-24tabs to space fix. thanks visual studio.nebulaeonline
2018-12-24fixed formatting in options displaynebulaeonline
2018-12-23fixed stricmp/strcasecmp between windows/posixnebulaeonline
2018-12-23Yet another git user error remnant fixednebulaeonline
2018-12-23git user error fixnebulaeonline
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23Merge branch 'master' into fbsd2Marcio Giaxa
2018-12-22comptime: ability to @ptrCast to an extern struct and read fieldsAndrew Kelley
2018-12-20translate-c: --verbose-cimport prints clang commandAndrew Kelley
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-19Fixed intToPtr to fn type when the address is hardcoded (#1842)Jimmi Holst Christensen
2018-12-18ir: delete dead codeAndrew Kelley
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-16implement comptime pointer castAndrew Kelley
2018-12-12freebsd: fix os_self_exe_path function and update std libAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-05implement compile error note for function parameter type mismatchAndrew Kelley
2018-11-28work around to support debian's fork of llvm 7.0.1Andrew Kelley
2018-11-27tier 2 support for freebsdAndrew Kelley
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-26stage1: better file path handlingAndrew Kelley
2018-11-26Merge branch 'zig-backport-os_file_read-EISDIR' of https://github.com/kristat...Andrew Kelley
2018-11-24refactor type_requires_comptime to have possible errorAndrew Kelley
2018-11-24fix @intCast not catching negative numbers to unsignedAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-19fix incorrect --help textAndrew Kelley
2018-11-19improve error message when wrong type returnedAndrew Kelley
2018-11-18fix assertion failure related to @intToEnumAndrew Kelley
2018-11-18all numbers with comptime known values implicitly castAndrew Kelley
2018-11-18src/os.cpp: os_file_read: return ErrorIsDir on case EISDIR;kristopher tate
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-17Updated comments in parser.cppJimmi HC