Age | Commit message (Expand) | Author |
2019-05-14 | Use correct terminology in error message | Michael Forney |
2019-05-14 | decl: Factor out some code common to function and object declarations | Michael Forney |
2019-05-12 | Improve error message and simplify slightly | Michael Forney |
2019-04-27 | Unnamed bit-fields don't contribute to size or alignment of unions, or size o... | Michael Forney |
2019-04-27 | Fix some function declarator corner cases | Michael Forney |
2019-04-24 | Use a common member for expression base | Michael Forney |
2019-04-24 | Free functions when we're done with them | Michael Forney |
2019-04-24 | Disallow struct members with function type | Michael Forney |
2019-04-21 | Keep track of type properties in type | Michael Forney |
2019-04-20 | Make basic types have their own kind | Michael Forney |
2019-04-20 | Shorten some names with 'long' | Michael Forney |
2019-04-17 | Merge map.h and tree.h into util.h | Michael Forney |
2019-04-17 | Just use a single mapkey function | Michael Forney |
2019-04-17 | htab -> map | Michael Forney |
2019-04-17 | Fix bit-field offsets in unions | Michael Forney |
2019-04-17 | Implement bit-field initializers | Michael Forney |
2019-04-16 | Use undecayed type in __typeof__ | Michael Forney |
2019-04-15 | Silence gcc warning | Michael Forney |
2019-04-15 | decl: Fix uninitialized access with unnamed bit-fields | Michael Forney |
2019-04-14 | decl: Make signedness of enum types match gcc | Michael Forney |
2019-04-13 | decl: Allow `register` in old-style parameter declarations | Michael Forney |
2019-04-06 | Simplify a couple loops | Michael Forney |
2019-04-06 | Track type qualifiers separately | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct decl | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct member | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct param | Michael Forney |
2019-04-05 | Fix _Alignas with type specifier | Michael Forney |
2019-04-04 | Merge headers into cc.h | Michael Forney |
2019-04-03 | Parse bit-fields | Michael Forney |
2019-04-01 | Add structbuilder to keep track of state when parsing struct specifier | Michael Forney |
2019-03-29 | Remove unused struct partialtype | Michael Forney |
2019-03-14 | Abbreviate tag names | Michael Forney |
2019-03-13 | Drop base parameter from mktype | Michael Forney |
2019-03-01 | Array element cannot have incomplete or function type | Michael Forney |
2019-02-27 | Implement __typeof__. | Andrew Chambers |
2019-02-24 | Check for negative array lengths/indices | Michael Forney |
2019-02-22 | Keep track of built-in kind in declaration | Michael Forney |
2019-02-22 | Implement __builtin_alloca | Michael Forney |
2019-02-21 | Always expect at least one struct decl. | Andrew Chambers |
2019-02-20 | Use name parameter instead of tok.lit | Michael Forney |
2019-02-19 | Implement __builtin_va_copy | Michael Forney |
2019-02-18 | Fix compatible check for basic types | Michael Forney |
2019-02-17 | Disallow functions returning array or function | Michael Forney |
2019-02-17 | Only parse function definitions for function declarations | Michael Forney |
2019-02-17 | Only need to read parameter declarations when identifier list is non-empty | Michael Forney |
2019-02-17 | Improve old-style function declaration support | Michael Forney |
2019-02-15 | Don't embed anonymous struct members into parent | Michael Forney |
2019-02-15 | Rename emit.h -> backend.h | Michael Forney |
2019-02-15 | Use consume in a couple places | Michael Forney |
2019-02-15 | Rearrange some fields in function types | Michael Forney |