aboutsummaryrefslogtreecommitdiff
path: root/src/util.hpp
AgeCommit message (Expand)Author
2019-07-17WIN32 -> _WIN32Andrew Kelley
2019-07-15fix build on windowsAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-04-17stage1 assertions always on, and have stack tracesAndrew Kelley
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-09-13alternate fix using the rest() functionAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-06-27add f16 typeBen Noordhuis
2018-06-04never call malloc with size 0Andrew Kelley
2018-06-03Add context to zig_unreachable calls (#1039)Marc Tiehuis
2018-02-08error sets - most tests passingAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-09-20parsec: cleaner shifting code for fixed size typesAndrew Kelley
2017-09-13Fixed a couple compilation errors for MSVC 64-bit (#475)Jonathan Marler
2017-09-13fix up msvc stuff to make it work on linux and macos tooAndrew Kelley
2017-09-11Add support for MSVCJonathan Marler
2017-02-21correct size of types for packed structsAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-04-22parseh: support anonymous enums and enums with initializersAndrew Kelley
2015-12-14add number literal typeAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-01add test for bad importAndrew Kelley
2015-11-27add tests for compile errorsAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-23parsing hello.zig example with recursive descentAndrew Kelley
2015-11-07parser generator supports a simple ORAndrew Kelley
2015-11-03parser generator beginningsAndrew Kelley
2015-08-05preprocessor runs onceAndrew Kelley
2015-08-05tokenizeAndrew Kelley
2015-08-05read a fileAndrew Kelley