| Age | Commit message (Expand) | Author |
| 2016-06-10 | API Cleanup - AST | Jack |
| 2016-06-10 | API Cleanup - PrimOp & PrimOps | Jack |
| 2016-06-10 | API Cleanup - Expression | Jack |
| 2016-06-10 | API Cleanup - Statement | Jack |
| 2016-06-10 | API Cleanup - Width | Jack |
| 2016-06-10 | API Cleanup - Field & Flip | Jack |
| 2016-06-10 | API Cleanup - Type | Jack |
| 2016-06-10 | API Cleanup - Port & Direction | Jack |
| 2016-06-10 | API Cleanup - Module | Jack |
| 2016-05-12 | Implement File Info | jackkoenig |
| 2016-05-03 | Add HasInfo trait to IR, IsDeclaration mixes in HasInfo | jackkoenig |
| 2016-04-22 | Change FIRRTLException: case class -> class so case classes can extend | jackkoenig |
| 2016-04-21 | Add Expression.tpe accessor | Andrew Waterman |
| 2016-04-16 | Add useful traits for Names and Declarations | jackkoenig |
| 2016-03-15 | Revamp string literal handling | jackkoenig |
| 2016-03-10 | Add support for right shift by amount larger than argument width | jackkoenig |
| 2016-03-02 | Remove implicits from serialize | jackkoenig |
| 2016-02-09 | Added license to FIRRTL files | azidar |
| 2016-02-09 | Added migrated HighFormCheck to Scala FIRRTL, changes to IR and Utils for get... | Jack |
| 2016-02-09 | Added Expand Whens pass | azidar |
| 2016-02-09 | Added expand connect. Resolve now includes to working ir | azidar |
| 2016-02-09 | Added resolve genders | azidar |
| 2016-02-09 | WIP. Finished to working ir, resolve kinds, and infer types | azidar |
| 2016-02-09 | WIP. Got to-working-ir working | azidar |
| 2016-01-27 | WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n... | jackkoenig |
| 2016-01-16 | Added notes for Richard to work on | azidar |
| 2016-01-16 | Added some comments | azidar |
| 2015-12-03 | Changing simwrapper to group ports that go to different places, not quite the... | jackkoenig |
| 2015-10-15 | Reorganized Primops (renamed from PrimOps), added maps and functions to conve... | Jack |
| 2015-10-15 | Added infer-types pass, seems to work. Added infer-types error checking, modi... | Jack |
| 2015-10-12 | Renamed Subindex to Index and added type information to Index and DoPrimOp | Jack |
| 2015-10-12 | Added support for no width to mean unknown, and print nothing instead of <?> ... | Jack |
| 2015-10-02 | Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A... | Jack |