source: src/GenPoly/Box.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d84f2ae   3 weeks mlbrooks Fix transpiler-induced unused parameter on layoutof.
(edit) @58eb9250   4 weeks mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type …
(edit) @35cc6d4   7 weeks mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @ed96731   2 months ajbeach With{Stmts,Decls}ToAdd? how has an -X version like WithSymbolTableX. …
(edit) @e748094   4 months ajbeach Bit of clean-up in the Box pass I did while investigating it. 'static' …
(edit) @b6f2e7ab   5 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @82a5ea2   5 months ajbeach Added checks for (and a test to check the checks) assertions we will …
(edit) @82d5816   6 months ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @fd4df379   6 months mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @c92bdcc   9 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @7a780ad   10 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @d06273c   11 months ajbeach Used structural binding to shorten some loop setup. The generally …
(edit) @23a0e576   12 months ajbeach Remove mid-array assertion from the Box pass.
(edit) @be4335b   12 months ajbeach The remaining improvements I had planned for the Box pass are either …
(edit) @9ddcee1   12 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @59c8dff   13 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @ca9d65e   14 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @c4b9fa9   14 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   14 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @d787828d   14 months ajbeach Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
(add) @83fd57d   14 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
Note: See TracRevisionLog for help on using the revision log.