| Age | Commit message (Expand) | Author |
| 2016-06-21 | Most of the remaining tests with Module, IO wrapping. | Jim Lawson |
| 2016-06-21 | New Module, IO, Input/Output wrapping. | Jim Lawson |
| 2016-05-26 | Fix type constraint on PriorityMux | Andrew Waterman |
| 2016-05-11 | RegNext and RegInit should match Reg(next=) and Reg(init=) | Andrew Waterman |
| 2016-05-09 | fix width inference in enum | Donggyu Kim |
| 2016-05-04 | Remove dependences from Chisel core on Chisel utils | Andrew Waterman |
| 2016-05-04 | clock|reset to _clock|_reset, added explanatory comment | Stephen Twigg |
| 2016-05-04 | Rewrite BlackBox IO contract, replace _clock|_reset | Stephen Twigg |
| 2016-05-04 | Add HasId=Module|Data.suggestName, TransitName util | Stephen Twigg |
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson |
| 2016-04-14 | Disallow Counters with negative n | Andrew Waterman |
| 2016-04-14 | Reject log2Up on negative inputs | Andrew Waterman |
| 2016-04-01 | Clearly delineate pipe/flow behavior in Queue | Andrew Waterman |
| 2016-04-01 | Reduce FIRRTL node count for Counter | Andrew Waterman |
| 2016-04-01 | Improve Arbiter implementation and QoR | Andrew Waterman |
| 2016-04-01 | Make ArbiterCtrl private; make O(n), not O(n^2) | Andrew Waterman |
| 2016-04-01 | Return Seq, not Vec, from PriorityEncoderOH | Andrew Waterman |
| 2016-02-25 | Fixed comment punctuation and made it clearer that using an init() method for... | chick |
| 2016-02-24 | Remove the assignment statements in EnqIO and DeqIO Bundle constructors. | chick |
| 2016-02-08 | Use Flipped trait to implement DeqIO | Andrew Waterman |
| 2016-01-23 | Don't use deprecated constructs | Andrew Waterman |
| 2015-12-11 | Fix Counter doc | ducky |
| 2015-12-11 | Refactor tests to use stop() and assert() instead of io.error/io.done | ducky |
| 2015-12-06 | Split internal and FIRRTL packages | ducky |
| 2015-11-02 | Add Scalastyle rule to check lines ending with a ;, fix some instances | ducky |
| 2015-11-02 | Break out Utils.scala into smaller portions | ducky |
| 2015-10-30 | Move Cat into utils | ducky |