1. May 13, 2020
  2. May 06, 2020
  3. May 05, 2020
  4. Apr 21, 2020
  5. Apr 17, 2020
  6. Apr 14, 2020
  7. Apr 11, 2020
  8. Apr 10, 2020
  9. Apr 08, 2020
  10. Apr 07, 2020
  11. Apr 05, 2020
  12. Apr 03, 2020
  13. Apr 01, 2020
  14. Mar 31, 2020
  15. Mar 28, 2020
  16. Mar 27, 2020
  17. Mar 26, 2020
  18. Mar 25, 2020
  19. Mar 24, 2020
    • Jim Lawson's avatar
      Remove toNamed (and friends) deprecation. (#1377) · 6ed81bc6
      Jim Lawson authored
      * Remove toNamed (and friends) deprecation.
      
      * Add inadvertently deleted leading double quote.
      
      * Remove commented out deprecations.
      6ed81bc6
    • Jack Koenig's avatar
      Add NoChiselNamePrefix to ignore instances in @chiselName (#1383) · 1d81119e
      Jack Koenig authored
      Add trait chisel3.experimental.NoChiselNamePrefix which causes
      @chiselName to skip naming of the instance effectively preventing it
      from prefixing any vals inside the instance. It can be applied to
      classes such that all instances of that class have this property, or to
      individual instances (via creating an anonymous class inline).
      
      Also add basic ScalaDoc for NoChiselNamePrefix and chiselName.
      1d81119e
  20. Mar 21, 2020
  21. Mar 20, 2020