| Age | Commit message (Expand) | Author |
| 2016-08-09 | Legalize identifier names before printing | Andrew Waterman |
| 2016-08-09 | counter(inc,n) example should reflect actual use (#252) | Colin Schmidt |
| 2016-07-31 | Remove deprecated FileSystemUtilities | Andrew Waterman |
| 2016-07-31 | Expose asUInt from Data | Andrew Waterman |
| 2016-07-31 | Fix two deprecation warnings | Andrew Waterman |
| 2016-07-20 | Generate better names for nodes (#190) | Jack Koenig |
| 2016-07-15 | Improve PopCount implementation | Andrew Waterman |
| 2016-07-11 | bitpat should keep the width of uint (#232) | Donggyu |
| 2016-07-07 | Don't check GCD result before sending it a request | Andrew Waterman |
| 2016-07-07 | Improve QoR for Log2 | Andrew Waterman |
| 2016-07-07 | Improve Fill code generation | Andrew Waterman |
| 2016-07-07 | Correct erroneous Log2 documentation | Andrew Waterman |
| 2016-07-07 | Avoid needlessly creating Vecs | Andrew Waterman |
| 2016-07-01 | Reflectively name Module fields declared in superclasses | Andrew Waterman |
| 2016-06-28 | Merge pull request #224 from ucb-bar/renamechisel3 | Richard Lin |
| 2016-06-28 | Merge branch 'master' into renamechisel3 | Jim Lawson |
| 2016-06-27 | Guard firrtl stop, fixing pipelined reset | Andrew Waterman |
| 2016-06-24 | Merge branch 'master' into renamechisel3 | Jim Lawson |
| 2016-06-23 | Expose FIRRTL stop construct | Andrew Waterman |
| 2016-06-22 | Merge branch 'master' into renamechisel3 | Jim Lawson |
| 2016-06-20 | fix BlackBox setRefs to correctly handle arbitrarily nested bundles as ports ... | Howard Mao |
| 2016-06-20 | make sure MuxCase and MuxLookup can take all subclasses of Data (#222) | Howard Mao |
| 2016-06-20 | Rename "package", "import", and explicit references to "chisel3". | Jim Lawson |
| 2016-06-20 | Rename chisel3 package. | Jim Lawson |
| 2016-06-15 | Generate better node names when names collide (#221) | Andrew Waterman |
| 2016-06-08 | Merge pull request #197 from ucb-bar/lowercaseChisel | Richard Lin |
| 2016-06-08 | Move deprecated debug into compatibility | ducky |
| 2016-06-08 | Package split chisel core | ducky |
| 2016-06-08 | Move chisel/... to chisel/core/..., make chisel/compatibility package/folder,... | ducky |
| 2016-06-08 | Move utils into utils | ducky |
| 2016-06-08 | Add implicit xToLiteral, add Element, use internal package object | ducky |
| 2016-06-08 | Rename Chisel -> chisel in tests | ducky |
| 2016-06-08 | Rename packages to lowercase chisel, add compatibility layer | ducky |
| 2016-06-08 | For Module instances we haven't named, suggest the Module class name | Andrew Waterman |
| 2016-06-06 | Merge pull request #211 from ucb-bar/front_end_dependency | Jim Lawson |
| 2016-06-06 | Move more publishing definitions into commonSettings. | Jim Lawson |
| 2016-06-03 | Merge pull request #194 from ucb-bar/front_end_dependency | Jim Lawson |
| 2016-06-03 | Update publishing dependencies | Jim Lawson |
| 2016-06-03 | Merge branch 'master' into front_end_dependency | Jim Lawson |
| 2016-06-01 | Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204) | Wesley W. Terpstra |
| 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-18 | Add a hack to build.sbt to allow local publishing | chick |
| 2016-05-13 | Merge pull request #191 from ucb-bar/classic_tester_prep_alt2 | Jim Lawson |
| 2016-05-12 | remove Tester.scala because chiselMain is now implemented in the chisel-teste... | Danny |
| 2016-05-11 | Merge pull request #184 from ucb-bar/fix-regnext | Colin Schmidt |