aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2017-05-04implement else on loops and break can give an expressionAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-02fix compiler crash when referencing a variable...Andrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-27add compile error for returning local variable addressAndrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25revert the last 3 compile time improvementsAndrew Kelley
2017-04-25compile time improvement - move bounds checking to function callsAndrew Kelley
2017-04-25compile time improvement - move overflow math safety to fnsAndrew Kelley
2017-04-25compile time improvement - add __zig_panic_slice fnAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-23make undefined as a constant value lazyAndrew Kelley
2017-04-22slicing now returns correct const-nessAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21remove `?return` and `?defer`Andrew Kelley
2017-04-20Add @offsetOf builtin functionRaul Leal
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-18error when building exe with no entry pointAndrew Kelley
2017-04-18add `@fieldParentPtr` builtin functionAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley
2017-04-14comptime ({}) should not get an implicit semicolonJosh Wolfe
2017-04-13Merge remote-tracking branch 'origin/parser'Andrew Kelley
2017-04-13typedefpocalypseAndrew Kelley
2017-04-12block statement lists never get fake expressionsJosh Wolfe
2017-04-13ability to inline at function callsiteAndrew Kelley
2017-04-10fix some -Wconversion errorsAndrew Kelley
2017-04-08add enumTagName builtin functionAndrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-04-04support module level assemblyAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02zig build system progressAndrew Kelley
2017-03-31clean up analysis of {blocks}Josh Wolfe
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26add debug safety checks for remainder divisionAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-26add comptime top level declarationAndrew Kelley
2017-03-26introduce copyable conceptAndrew Kelley
2017-03-23don't mangle symbols with underscoresAndrew Kelley
2017-03-23improvements for windows and libc integrationAndrew Kelley
2017-03-22unify main entry point regardless of whether linking libcAndrew Kelley