aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.hpp
AgeCommit message (Expand)Author
2019-04-17stage1 assertions always on, and have stack tracesAndrew 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-09-09basic compiler id hash workingAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2017-09-13fix up msvc stuff to make it work on linux and macos tooAndrew Kelley
2017-09-11Add support for MSVCJonathan Marler
2017-04-10fix some -Wconversion errorsAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-05-07link: don't put -l in front of .a or .so filesAndrew Kelley
2016-01-28parseh recognizes C enumsAndrew Kelley
2015-12-03parseh command, parses a C .h file and produces extern declsAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe
2015-11-29ability to generate shared library and h fileAndrew Kelley
2015-11-25fix the remaining TODOs in the sourceAndrew Kelley
2015-11-25fix invalid memory writeAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24fix not using subtarget featuresAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley
2015-11-06generated parser understands tuplesAndrew Kelley
2015-11-03parser generator beginningsAndrew Kelley
2015-11-02building part of the hello world ASTAndrew Kelley
2015-11-01tokenizing hello.zigAndrew Kelley
2015-08-23some half done thing I forgot about ¯\_(ツ)_/¯Andrew Kelley
2015-08-05preprocessor runs onceAndrew Kelley
2015-08-05preprocessor detects #include directivesAndrew Kelley