| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor vec_of(T) and misc | 2025-10-20 | 5 | -78/+103 | |
| * | amd64/emit errata | 2025-10-20 | 1 | -1/+1 | |
| * | driver: pass thru linker -l args | 2025-10-20 | 1 | -0/+4 | |
| * | codegen bugfixes | 2025-10-19 | 2 | -3/+16 | |
| * | c irgen fixes | 2025-10-19 | 5 | -22/+67 | |
| * | Organize source files into directories | 2025-10-19 | 27 | -29/+25 | |
| * | amd64: float conversion insntrs | 2025-10-18 | 3 | -2/+68 | |
| * | #pragma once | 2025-10-18 | 10 | -70/+195 | |
| * | small thigns | 2025-10-18 | 2 | -2/+3 | |
| * | cmd: "-" to read from stdin | 2025-10-17 | 1 | -1/+1 | |
| * | add -E preprocessing option | 2025-10-17 | 6 | -18/+161 | |
| * | codegen bugfix | 2025-10-17 | 2 | -6/+13 | |
| * | various little bugs | 2025-10-16 | 3 | -5/+10 | |
| * | wide str and char literals | 2025-10-16 | 9 | -72/+225 | |
| * | lowsetsetbit | 2025-10-15 | 1 | -1/+2 | |
| * | be able to eval offsetof() macro | 2025-10-15 | 2 | -12/+36 | |
| * | fix offsetof definition | 2025-10-15 | 1 | -1/+1 | |
| * | c: asserts too much | 2025-10-15 | 1 | -1/+0 | |
| * | sanity checks | 2025-10-15 | 2 | -4/+10 | |
| * | c: fix codegen for enum types | 2025-10-15 | 4 | -48/+66 | |
| * | test more cpp behavior | 2025-10-15 | 1 | -0/+18 | |
| * | misc | 2025-10-15 | 2 | -1/+2 | |
| * | builtin stdbool.h | 2025-10-15 | 1 | -0/+8 | |
| * | c: add __func__ | 2025-10-15 | 1 | -0/+18 | |
| * | c: some codegen fixes | 2025-10-15 | 1 | -20/+36 | |
| * | implement long double (as double synonym). wchar_t placeholder | 2025-10-15 | 6 | -9/+14 | |
| * | c: various initializer fixes | 2025-10-15 | 2 | -13/+68 | |
| * | c: cast/compound lit distinction is syntax based | 2025-10-15 | 1 | -1/+1 | |
| * | c: concatenate adjacent string literal tokens | 2025-10-15 | 2 | -4/+26 | |
| * | c: allow using pointer-decaying types with &&, || | 2025-10-15 | 1 | -1/+1 | |
| * | c: error string typo | 2025-10-15 | 1 | -1/+1 | |
| * | c: compound inits are lvalues | 2025-10-15 | 1 | -1/+1 | |
| * | c: redeclaration ok when old was unspecified length array | 2025-10-15 | 1 | -0/+7 | |
| * | elf.c vim style | 2025-10-15 | 1 | -0/+2 | |
| * | amd64: not, udiv | 2025-10-14 | 1 | -0/+13 | |
| * | cleanup lex.c | 2025-10-14 | 1 | -231/+220 | |
| * | some preprocessor fixes | 2025-10-14 | 1 | -14/+27 | |
| * | cfg: fix rpo dead blocks | 2025-10-13 | 1 | -8/+8 | |
| * | arithmetic type cvt errata | 2025-10-13 | 1 | -2/+2 | |
| * | amd64: mul -> imul | 2025-10-13 | 1 | -8/+9 | |
| * | lex: correct wsseparated (maybe?) | 2025-10-13 | 1 | -1/+1 | |
| * | lex: allow ## in non func macros. and error reporting | 2025-10-13 | 2 | -47/+65 | |
| * | implement most of preprocessor | 2025-10-13 | 11 | -289/+770 | |
| * | typeof | 2025-10-12 | 2 | -0/+23 | |
| * | intervalsoverlap errata | 2025-10-11 | 1 | -1/+1 | |
| * | elf: use SHN_ABS for file symbol | 2025-10-10 | 1 | -2/+2 | |
| * | unused functions | 2025-10-10 | 1 | -31/+0 | |
| * | bugfixes | 2025-10-10 | 4 | -59/+59 | |
| * | update todo.txt | 2025-10-09 | 2 | -3/+8 | |
| * | compound literals | 2025-10-09 | 4 | -11/+36 |