| Age | Commit message (Expand) | Author |
| 2016-06-08 | Move chisel/... to chisel/core/..., make chisel/compatibility package/folder,... | ducky |
| 2016-06-08 | Rename packages to lowercase chisel, add compatibility layer | ducky |
| 2016-05-31 | Remove unsafe implicit conversions from BitPat | ducky |
| 2016-05-31 | Move BitPat out of core/frontend, add implicit conversion | Ducky |
| 2016-05-26 | Fix type constraint on PriorityMux | Andrew Waterman |
| 2016-05-20 | Merge pull request #186 from ucb-bar/sloc_impl | Richard Lin |
| 2016-05-20 | Implementation of source locators | ducky |
| 2016-05-20 | Update BackendCompilationUtilities.verilogToCpp to specify top-module | jackkoenig |
| 2016-05-12 | remove Tester.scala because chiselMain is now implemented in the chisel-teste... | Danny |
| 2016-05-11 | RegNext and RegInit should match Reg(next=) and Reg(init=) | Andrew Waterman |
| 2016-05-10 | Move emit out of IR | ducky |
| 2016-05-09 | fix width inference in enum | Donggyu Kim |
| 2016-05-09 | get -> getOrElse | Donggyu Kim |
| 2016-05-05 | Move Chisel API into separate chiselFrontend compilation unit in preparation ... | ducky |
| 2016-05-04 | Remove dependences from Chisel core on Chisel utils | Andrew Waterman |
| 2016-05-04 | Support writing literals like 1.U or -1.S | Andrew Waterman |
| 2016-05-04 | clock|reset to _clock|_reset, added explanatory comment | Stephen Twigg |
| 2016-05-04 | Change BlackBox.io.setRef into 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-05-02 | more kind assert on chiselMain | Donggyu Kim |
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson |
| 2016-04-18 | Only elaborate once in chiselMain.run() | Palmer Dabbelt |
| 2016-04-15 | Test FIRRTL string literals more aggressively | Andrew Waterman |
| 2016-04-14 | Disallow Counters with negative n | Andrew Waterman |
| 2016-04-14 | Use mkString to clarify and speed up DefPrim emission | Andrew Waterman |
| 2016-04-14 | Don't eagerly evaluate assertion failure strings | Andrew Waterman |
| 2016-04-14 | Improve performance of hashing HasId (e.g. Data) | Andrew Waterman |
| 2016-04-14 | Eliminate RefMap | Andrew Waterman |
| 2016-04-14 | Reject log2Up on negative inputs | Andrew Waterman |
| 2016-04-13 | Remove underscores from constant creation | Colin Schmidt |
| 2016-04-05 | Make Wire(init = x) behave the same as Wire(t = x) := x | 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-03-31 | Fix fromBits for this.width > that.width | Andrew Waterman |
| 2016-03-28 | Allow invocation of printf without applying reset | Andrew Waterman |
| 2016-03-28 | Apply DeMorgan's law to improve assert code readability | Andrew Waterman |
| 2016-03-18 | Make Chisel self-testing work with new FIRRTL printf/stop guards | jackkoenig |
| 2016-03-18 | Only randomize directory names during testing | jackkoenig |
| 2016-03-15 | Add =/= to SInt | jackkoenig |
| 2016-03-14 | Scalastyle cleanup - no functional differences. | Jim Lawson |
| 2016-03-08 | Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator command | chick |
| 2016-03-06 | Print a better message on constant width failures | Palmer Dabbelt |
| 2016-03-05 | Actually parse "--targetDir" | Palmer Dabbelt |
| 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-23 | Emit no width instead of <?> for unknown width UInt and SInt literals and types | jackkoenig |