Age | Commit message (Expand) | Author |
2020-03-18 | pp: Finish '#' operator | Michael Forney |
2020-03-17 | token: Add TOTHER for other non-whitespace tokens | Michael Forney |
2020-03-17 | pp: Use tokencheck in a few more places | Michael Forney |
2020-03-17 | pp: Fix some whitespace after preprocessing | Michael Forney |
2020-03-17 | pp: Add support for macro definition and expansion | Michael Forney |
2020-03-16 | scan: Keep track of whether tokens had preceeding whitespace | Michael Forney |
2020-03-16 | token: Add tokencheck utility function | Michael Forney |
2020-03-16 | token: Rename some functions | Michael Forney |
2020-03-16 | runtests: Add support for preprocessor tests | Michael Forney |
2020-03-16 | decl: Simplify struct tag parsing slightly | Michael Forney |
2020-03-16 | Allow multiple inputs to main compiler process | Michael Forney |
2020-02-24 | Enable -Wpedantic by default | Michael Forney |
2020-01-31 | eval: Allow casting address constants to integer types in constant expressions | Michael Forney |
2020-01-31 | qbe: Make non-constant initializer expression a proper error | Michael Forney |
2020-01-30 | Add test for sizeof string literal | Michael Forney |
2020-01-30 | driver: Allow preprocessing C headers | Michael Forney |
2020-01-30 | decl: Better check for inline definitions | Michael Forney |
2020-01-30 | runtests: Count number of failing tests | Michael Forney |
2020-01-30 | Fix links to issue tracker | Michael Forney |
2020-01-30 | decl: Use list link to determine presence in tentative definition list | Michael Forney |
2020-01-30 | util: Remove unused listinsertlist | Michael Forney |
2020-01-30 | expr: String literals have complete type | Michael Forney |
2019-12-27 | expr: Disallow function/incomplete types and bit-fields in sizeof/_Alignof | Michael Forney |
2019-12-19 | Fix issue links in README | Michael Forney |
2019-12-14 | Update issue tracker link | Michael Forney |
2019-11-25 | Make debian-aarch64 build more robust to gcc version changes | Michael Forney |
2019-11-20 | driver: Pass -std=* through to the preprocessor | Michael Forney |
2019-11-19 | doc: Update binutils patch list | Michael Forney |
2019-11-19 | decl: Parse array size as an assignment-expression | Michael Forney |
2019-11-18 | Fix email address in build manifests | Michael Forney |
2019-11-17 | Fix build manifests for changed environment behavior | Michael Forney |
2019-11-17 | Update oasis software status | Michael Forney |
2019-11-17 | driver: phase -> stage | Michael Forney |
2019-11-17 | driver: Preprocess assembly files with .S extension | Michael Forney |
2019-08-17 | driver: Use LEN(phases) instead of NPHASES | Michael Forney |
2019-08-14 | Update qbe submodule | Michael Forney |
2019-08-13 | scan: Add `::` operator | Michael Forney |
2019-08-13 | Send mail to list on build job failure | Michael Forney |
2019-08-13 | Remove test corresponding to cast-same-type.qbe | Michael Forney |
2019-08-13 | decl: Allow _Static_assert with no message | Michael Forney |
2019-08-13 | decl: Separate _Static_assert handling to its own function | Michael Forney |
2019-08-12 | Revert "expr: Fix cast of same type" | Michael Forney |
2019-08-11 | Update oasis package list | Michael Forney |
2019-08-11 | decl: Allow enumerator values up to UINT_MAX | Michael Forney |
2019-08-11 | Update wiki URLs | Michael Forney |
2019-07-30 | Fix alpine-aarch64 build manifest | Michael Forney |
2019-07-11 | expr: Fix cast of same type | Michael Forney |
2019-07-10 | Remove comment for completed TODO | Michael Forney |
2019-07-10 | decl: Display message when _Static_assert fails | Michael Forney |
2019-07-08 | Fix link | Michael Forney |