aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-20ir: Compile error on result_loc type mismatch w/ slicingLemonBoy
2020-02-20stage1/ir_print: show GenConst in trailing fahsionMichael Dusan
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-19consistent capitalization of error messageAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Disable binary generation when deprecated `--emit` is usedNoam Preil
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-18stage1: Make the parser reject extern fn with bodyLemonBoy
2020-02-18Merge pull request #4474 from LemonBoy/saukerkrautAndrew Kelley
2020-02-18Makes the declaration slice resolve lazely when using `@typeInfo`Timon Kruiper
2020-02-17target_os_requires_libc implies dynamic linkingAndrew Kelley
2020-02-17fix glibc not forcing dynamic linkAndrew Kelley
2020-02-17target requiring PIC does not imply dynamic linkingAndrew Kelley
2020-02-17support the concept of a target not having a dynamic linkerAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16stage1 os_update_file additionally compares src and dest sizeAndrew Kelley
2020-02-16fix os_update_file implementation on WindowsAndrew Kelley
2020-02-16stage1 os: handle errors from read/writeAndrew Kelley
2020-02-16stage1: don't copy unchanged output filesAndrew Kelley
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley
2020-02-16add the dummy libc paths back inAndrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-02-16fix building zig0 -> zig on macosAndrew Kelley
2020-02-16ir: Avoid invalidating the decl_table iteratorLemonBoy
2020-02-16ir: Prevent crash when indexing undefined ptr to arrayLemonBoy
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-16more user-friendly error message for some clang diagnosticsAndrew Kelley
2020-02-16Implement noasync awaitsAndrew Kelley
2020-02-16fix taking address of temporary async frameAndrew Kelley
2020-02-15translate-c: change OutOfMemory → ASTUnitFailureMichael Dusan
2020-02-14ir: Make all the payload captures do a copyLemonBoy
2020-02-13ir: Don't crash when converting undefined ptrsLemonBoy
2020-02-13ir: Allow implicit conversion between vector typesLemonBoy
2020-02-12Fix rendering of empty arraysLemonBoy
2020-02-12Fix a UAF when verbose-llvm-ir is specifiedLemonBoy
2020-02-11ir: Fix erroneous error message for ptr castsLemonBoy
2020-02-10Merge pull request #4389 from mikdusan/stage1-memMichael Dusan
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-02-10Add cast between [*c]T and ?[*:0]T on fn parameterTimon Kruiper
2020-02-10compile error instead of abort for unimplemented `@typeInfo`Andrew Kelley
2020-02-10fix compiler assertion when duplicating fields...Andrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-09fix not checking type of return pointerAndrew Kelley
2020-02-09fix defer interfering with return value spillAndrew Kelley
2020-02-08solve previous commit a better wayAndrew Kelley
2020-02-08Revert "properly spill optional payload capture value"Andrew Kelley
2020-02-08properly spill optional payload capture valueAndrew Kelley
2020-02-08fix async runtime function call resolves target fn frameAndrew Kelley
2020-02-07Add wWinMain and wWinMainCRTStartup to fix #4376Jared Miller