| 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 |
| 8 years ago | Andrew Kelley | | tokenizing libc hello world |
| 8 years ago | Andrew Kelley | | parse a simple variable declaration |
| 8 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | awkward void union field syntax no longer needed |
| 8 years ago | Andrew Kelley | | upgrade to new args api |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | revert to master branch ir.cpp, fixes issue better than this branch |
| 8 years ago | Andrew Kelley | | Merge branch 'master' into self-hosted |
| 8 years ago | Andrew Kelley | | parser skeleton |
| 8 years ago | Andrew Kelley | | tokenizing hello world |
| 8 years ago | Andrew Kelley | | tokenizing basic operators |
| 8 years ago | Andrew Kelley | | tokenizing string literals |
| 8 years ago | Andrew Kelley | | simple tokenization |
| 8 years ago | Andrew Kelley | | read a file |
| 8 years ago | Andrew Kelley | | fix incorrect LLVM IR for union constant when active field is void |
| 8 years ago | Andrew Kelley | | rename builtin.is_big_endian to builtin.endian |
| 8 years ago | Andrew Kelley |  | Merge pull request #644 from Dubhead/Dubhead-fix-message-color |
|