| Age | Commit message (Expand) | Author |
| 2018-09-07 | Put do_* methods in SourceInfoTransformMacro group | Schuyler Eldridge |
| 2018-08-22 | Update class name in error message | Edward Wang |
| 2018-08-22 | Use a mix-in to override Seq error | Edward Wang |
| 2018-08-22 | Warn user that using Seq for hardware construction in Bundle is not supported | Edward Wang |
| 2018-07-10 | Fix use of read-only refs on rhs of connect in compatibility mode (#854) | Jack Koenig |
| 2018-07-04 | Prefer litValue, eliminate litToBigInt | ducky |
| 2018-07-04 | Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBits | ducky |
| 2018-07-04 | binding => topBinding so that partial Bundles work and undefined Bundle membe... | ducky |
| 2018-07-04 | work on new style literal accessors | ducky |
| 2018-05-24 | Use Vec.apply instead of new Vec in VecInit.apply (#825) | Jack Koenig |
| 2018-03-23 | Fallback null insertion for autoclonetype (#801) | Richard Lin |
| 2018-02-28 | Auto Clone Bundles in Companion Objects (#788) | Richard Lin |
| 2018-02-20 | Make Bundle abstract (#774) | Jack Koenig |
| 2018-02-08 | Make uncloneable IO deprecated instead of error, improve error handling (#771) | Richard Lin |
| 2018-02-07 | Better support for autoclonetype of nested Bundles (#769) | Richard Lin |
| 2018-02-02 | Autoclonetype will clone args that are of type data (#768) | Richard Lin |
| 2018-01-23 | Runtime API deprecation warnings (#761) | Richard Lin |
| 2018-01-02 | Add support for autoclonetype of bound, anonymous inner Bundles | Jack Koenig |
| 2018-01-02 | address review style comments | Richard Lin |
| 2018-01-02 | Support for inner classes, implicit parameter lists, supertypess | ducky64 |
| 2018-01-02 | Add auto clone implementation for inner Bundles (#722) | Albert Magyar |
| 2018-01-02 | Autoclonetype initial prototype | ducky |
| 2017-12-14 | Add error message for <> of Vec and Seq of different lengths (#739) | Jack Koenig |
| 2017-12-13 | Fix some ScalaDoc warnings | Jack Koenig |
| 2017-10-26 | Invalidateapi (#645) | Adam Izraelevitz |
| 2017-10-05 | the cloneType and chiselCloneType hot mess 🔥 (#653) | Richard Lin |
| 2017-08-17 | More of the bindings refactor (#635) | Richard Lin |
| 2017-08-11 | Rename userDir->specifiedDir (#671) | Richard Lin |
| 2017-06-26 | Directions internals mega-refactor (#617) | Richard Lin |
| 2017-05-10 | Add implicit CompileOptions to Record and Bundle (#595) | Jack Koenig |
| 2017-04-26 | Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592) | Jim Lawson |
| 2017-04-25 | Remove explicit import of NotStrict - fixes #492 (#494) | Jim Lawson |
| 2017-04-15 | Fix assignment from 0-entry Vec: add test (#580) | Andrew Waterman |
| 2017-04-04 | Use input element to decide if Vec of values has direction (#570) | Jack Koenig |
| 2017-03-27 | Support Vec(0) fields in Bundles, just like Option[Data]; add test | Andrew Waterman |
| 2017-03-24 | Fix getWidth on empty Vecs; add test | Andrew Waterman |
| 2017-03-13 | Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530) | Jim Lawson |
| 2017-02-27 | Record: allow elements to start with a digit | Wesley W. Terpstra |
| 2017-02-16 | Add scaladoc examples for Vec and Bundle (#511) | Chick Markley |
| 2017-02-15 | Implement asTypeOf, refactor internal APIs (#450) | Richard Lin |
| 2017-02-03 | Added vec IO tests for #104 (#480) | Jim Lawson |
| 2017-01-31 | Make Module and Bundle properly use empty namespaces | Jack |
| 2017-01-20 | Add Record as new superclass of Bundle (#366) | Jack Koenig |
| 2017-01-13 | Make fromBits work with types other than UInt (#424) | grebe |
| 2016-12-02 | Merge branch 'master' into exceptionfix | Jim Lawson |
| 2016-11-29 | Add feature warnings to build, fix feature warnings, fix some documentation (... | Richard Lin |
| 2016-11-22 | Disallow chained apply (#380) | Richard Lin |
| 2016-11-21 | Restyle Bool constructors, move compatibility deprecations into compatibility... | ducky |
| 2016-11-21 | Break out deprecated literal constructors, refactor all the things! | ducky |
| 2016-11-10 | Throw exceptions for cloneType failures - fix #358 | Jim Lawson |