| 8 years ago | Josh Wolfe | | [self-hosted] source must be valid utf8. see #663 |
| 8 years ago | Josh Wolfe | | debug needs to export FailingAllocator |
| 8 years ago | Andrew Kelley | | move std/debug.zig to a subdirectory |
| 8 years ago | Andrew Kelley | | translate-c: set up debug scope for translated functions |
| 8 years ago | Andrew Kelley | | build: findLLVM correctly handles system libraries |
| 8 years ago | Andrew Kelley | | build: add --search-prefix option |
| 8 years ago | Andrew Kelley | | std.os.path.resolve handles an absolute path that is missing the drive |
| 8 years ago | Josh Wolfe | | [self-hosted] tokenizer error for ascii control codes |
| 8 years ago | Josh Wolfe | | source files must end with newline |
| 8 years ago | Andrew Kelley | | port most of main.cpp to self hosted compiler |
| 8 years ago | Andrew Kelley | | fix endianness of sub-byte integer fields in packed structs |
| 8 years ago | Andrew Kelley | | std.math: remove unnecessary inline calls and |
| 8 years ago | Josh Wolfe | | bufPrint returns an error |
| 8 years ago | Andrew Kelley | | fix darwin and windows from previous commit |
| 8 years ago | Andrew Kelley | | explicitly return from blocks |
| 8 years ago | Andrew Kelley | | add labeled loops, labeled break, labeled continue. remove goto |
| 8 years ago | Andrew Kelley | | fix crash when implicitly casting array of len 0 to slice |
| 8 years ago | Andrew Kelley | | fix assert when wrapping zero bit type in nullable |
| 8 years ago | Andrew Kelley | | add sort.min and sort.max functions to stdlib |
| 8 years ago | Andrew Kelley | | Merge branch 'export-rewrite' |
| 8 years ago | Andrew Kelley | | fix std.mem missing error.OutOfMemory decl |
| 8 years ago | Josh Wolfe | | roughly parsing infix operators |
| 8 years ago | Andrew Kelley | | change mem.cmp to mem.lessThan and add test |
| 8 years ago | Andrew Kelley | | fix missing import from previous commit |
| 8 years ago | Andrew Kelley | | disable sort tests for 32-bit windows because of issue #537 |
| 8 years ago | Andrew Kelley | | replace quicksort with blocksort |
| 8 years ago | Andrew Kelley | | fix compiler crash in a nullable if after an if in... |
| 8 years ago | Andrew Kelley | | fix const and volatile qualifiers being dropped sometimes |
| 8 years ago | Andrew Kelley | | add test for allowing slice[slice.len..slice.len] |
| 8 years ago | Josh Wolfe | | self-hosted: implement var decl align |
| 8 years ago | Josh Wolfe | | self-hosted: implement addr of align parsing |
| 8 years ago | Andrew Kelley | | self-hosted: look for llvm-config in homebrew |
| 8 years ago | Andrew Kelley | | self-hosted: build tries to find llvm-config.exe |
| 8 years ago | Andrew Kelley | | self-hosted: cleanup build looking for llvm-config |
| 8 years ago | Andrew Kelley | | self-hosted: move code to std.os.ChildProcess.exec |
| 8 years ago | Andrew Kelley | | stack traces: support DW_AT_ranges |
| 8 years ago | Andrew Kelley | | self-hosted: link with LLVM |
| 8 years ago | Andrew Kelley | | self-hosted: test all out of memory conditions |
| 8 years ago | Andrew Kelley | | refactor debug.global_allocator into mem.FixedBufferAllocator |
| 8 years ago | Andrew Kelley | | self-hosted: refactor into multiple files |
| 8 years ago | Andrew Kelley | | self-hosted: workaround for issue #537 |
| 8 years ago | Andrew Kelley | | self-hosted: parsing and rendering blocks |
| 8 years ago | Andrew Kelley | | self-hosted: clean up parser |
| 8 years ago | Andrew Kelley | | self-hosted: parse variable declarations with types |
| 8 years ago | Andrew Kelley | | self-hosted: parse var decls |
| 8 years ago | Andrew Kelley | | add self-hosted parsing and rendering to main tests |
| 8 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into self-hosted |
| 8 years ago | Andrew Kelley | | rendering source code without recursion |
| 8 years ago | Andrew Kelley | | parsing an extern fn declaration |
| 8 years ago | Andrew Kelley | | partial parameter decl parsing |
|