• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rieske / trans
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: feature/finish-for-git
DEFAULT BRANCH: master
Repo Added 08 Jan 2015 03:59PM UTC
Files 270
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/structs
branch: feature/structs
CHANGE BRANCH
x
Reset
  • feature/structs
  • feature/file-scope-globals
  • feature/finish-for-git
  • fix/block-scope-shadowing
  • fix/call-stack-alignment-and-variadic-al
  • fix/dereference-lvalue-store-back
  • fix/for-optional-clauses
  • fix/unary-operand-double-visit
  • fix/void-parameter-list-unary-lvalue-dedup
  • grammar-cleanup
  • master
  • optimize-parser-v1
  • optimize-parser-v2
  • parser-cleanup
  • refactor-types
  • refactor/codegen-address-homes
  • refactor/codegen-address-phase1
  • refactor/visit-children-default
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-7.x
  • renovate/actions-checkout-digest
  • renovate/configure
  • renovate/coverallsapp-github-action-1.x
  • renovate/coverallsapp-github-action-2.x
  • test/local-shadows-function-name
  • test/tier-a-c-coverage-gaps

30 Jun 2026 04:55PM UTC coverage: 90.13% (-0.4%) from 90.53%
28461496314

Pull #44

github

rieske
Support multi-word struct pass/return and expand struct tests

Pass multi-word structs on the stack with correct SP adjustments when
pushing words; copy aggregates word-wise on assign. Return up to two
words in RAX/RDX and restore them on retrieve. Use the real function
return type from declaration specs (fixes void calls and struct
returns). Expand StructsTest for by-value/by-address args in different
positions, mutation, return by value/pointer, assign, and chains.
Pull Request #44: Implement C structs with member access

329 of 404 new or added lines in 13 files covered. (81.44%)

5415 of 6008 relevant lines covered (90.13%)

240586.41 hits per line

Relevant lines Covered
Build:
Build:
6008 RELEVANT LINES 5415 COVERED LINES
240586.41 HITS PER LINE
Source Files on feature/structs
  • Tree
  • List 218
  • Changed 14
  • Source Changed 13
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28461496314 feature/structs Support multi-word struct pass/return and expand struct tests Pass multi-word structs on the stack with correct SP adjustments when pushing words; copy aggregates word-wise on assign. Return up to two words in RAX/RDX and restore them on retrieve... Pull #44 30 Jun 2026 05:00PM UTC rieske github
90.13
28460720020 feature/structs Support pointer members in structs including self-reference Apply declarator pointer levels when building field types so `int *p` is not stored as `int`. Use a shared StructBody for struct tags so `struct Node *next` can refer to an incomplete No... Pull #44 30 Jun 2026 04:47PM UTC rieske github
90.23
28460339749 feature/structs Simplify struct field codegen to FieldAddress only Drop FieldLoad/FieldStore; materialize the field address then reuse Dereference for reads and LvalueAssign for writes. Keep a single baseIsPointer flag on FieldAddress for dot vs arrow. Pull #44 30 Jun 2026 04:40PM UTC rieske github
90.4
28450892920 feature/structs Implement C structs with member access end to end Add structure types with word-aligned named members and offsets. Parse struct definitions and tags (scanner keywords struct/union, . and -> tokens). MemberAccess AST with semantic analysis and Fie... Pull #44 30 Jun 2026 02:17PM UTC rieske github pending completion  
See All Builds (427)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc