| Age | Commit message (Expand) | Author |
| 2016-09-13 | use case object for WVoid, WInvalid | Donggyu Kim |
| 2016-09-13 | use case object for Kind | Donggyu Kim |
| 2016-09-13 | remove Utils.{width_BANG, long_BANG} | Donggyu Kim |
| 2016-09-13 | remove Utils.get_type | Donggyu Kim |
| 2016-09-13 | remove Utils.{mapr, get_name} and fix spaces | Donggyu Kim |
| 2016-09-13 | clean up MemUtils | Donggyu Kim |
| 2016-09-08 | remove Utils.{AND, OR, NOT, EQV} | Donggyu Kim |
| 2016-09-07 | refactor checks | Donggyu Kim |
| 2016-09-07 | clean up miscs | Donggyu Kim |
| 2016-09-07 | clean up Utils.scala | Donggyu Kim |
| 2016-09-07 | remove Utils.ONE | Donggyu Kim |
| 2016-09-07 | remove Utils.tpe | Donggyu Kim |
| 2016-09-07 | Utils.scala: remove vars with fold | Donggyu Kim |
| 2016-09-06 | replace flatMap with foldLeft in create_exps | Donggyu Kim |
| 2016-08-17 | Change RW port names (#236) | Angie Wang |
| 2016-08-12 | Add missing case for connecting ClockType | Megan Wachs |
| 2016-08-04 | Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218) | Adam Izraelevitz |
| 2016-08-02 | Change serialize to abstract method on FirrtlNode | Jack Koenig |
| 2016-07-28 | InferWidths now only fixes declaration widths | azidar |
| 2016-07-25 | Changed InferTypes to update types if UnknownType or has an UnknownWidth | azidar |
| 2016-07-21 | Added a Chirrtl check for undeclared wires, etc. | azidar |
| 2016-07-21 | Indentation support for the ANTLR parser (as discussed in #192) (#194) | Kamyar Mohajerani |
| 2016-06-10 | Change BoolType from method to val | Jack Koenig |
| 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-06-01 | Suppress "match may not be exhaustive" warning | Andrew Waterman |
| 2016-05-03 | Add Utils function getDeclaration | jackkoenig |
| 2016-05-03 | Move splitRef and mergeRef from LowerTypes to Utils | jackkoenig |
| 2016-04-29 | Add time function to Utils | jackkoenig |
| 2016-04-22 | Refactor LowerTypes | jackkoenig |
| 2016-04-22 | Add utility functions for coverting and computing Gender and Flip | jackkoenig |
| 2016-04-22 | Add isGround and isAggregate functions to Type Utils. | jackkoenig |
| 2016-04-22 | Add optional Info argument to FieldUtils.ToPort | jackkoenig |
| 2016-04-16 | Add Namespace for thread-safe creation of names and temporary names | jackkoenig |
| 2016-04-14 | Improve performance of CSE pass | Andrew Waterman |
| 2016-03-01 | Move mapper functions to implicit methods on IR vertices. | jackkoenig |
| 2016-02-25 | Separate serialize functions into separate file | jackkoenig |
| 2016-02-25 | Remove FlagUtils and related unused debug printing | jackkoenig |
| 2016-02-22 | Temporary Fix: get_type on depth=1 memories causing IntWidth(0) types | Jack |
| 2016-02-09 | Added license to FIRRTL files | azidar |
| 2016-02-09 | Added remaining check passes. Ready for open sourcing | azidar |
| 2016-02-09 | CHIRRTL passes work, parser is updated | azidar |
| 2016-02-09 | Added migrated HighFormCheck to Scala FIRRTL, changes to IR and Utils for get... | Jack |