1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 12, 2025 — Sep 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lexer: fix mis-lexed escapes More... 25 days ago
test: re-enable codegen/pointer.aw More... 2 months ago
driver: add --print-comments flag to actually reach ast_printer_default More... 2 months ago
codegen: fix segfault on numeric literal assigned to a pointer type More... 2 months ago
test: add crash repro for null-initialized pointer local More... 2 months ago
codegen: fix build against LLVM 18 and current awlib master More... 2 months ago
utility: add increment/decrement to ast_printer_default More... over 2 years ago
utility: add ast_printer::print_comment More... over 2 years ago
test: add another failing test More... over 2 years ago
semantic: fix null types on struct literal fields More... over 2 years ago
test: add failing test for passing pointers More... over 2 years ago
lang: make type system more flexible More... over 2 years ago
tests: Make test_lang run along with other tests More... over 2 years ago
parser: allow nested struct initializers More... over 2 years ago
parser: remove ellipsis from structs More... over 2 years ago
lang: implement increment/decrement More... over 2 years ago
test: add more tests More... over 2 years ago
utility: inherit constructors in noncopyable<T> More... over 2 years ago
semantic: fix crash in struct initializer More... over 2 years ago
semantic: fix types not automatically pulling dependencies More... over 2 years ago
parser: fix infinite loop when unknown keyword is encountered More... over 2 years ago
backend: fix hang in test_leftassoc More... over 2 years ago
parser: save comments More... over 2 years ago
parser: replace function -> func More... over 2 years ago
test: add ctest and update tests More... over 2 years ago
semantic: implement basic import functionality More... over 2 years ago
driver: fix compilation of multiple files More... over 2 years ago
backend: fix code generation for field_expression on const function params More... over 2 years ago
parser: fix structure literals More... over 2 years ago
parser: add keyword constants More... over 2 years ago