1. Apr 09, 2020
  2. Apr 08, 2020
  3. Apr 07, 2020
  4. Apr 05, 2020
  5. Apr 03, 2020
  6. Apr 01, 2020
  7. Mar 31, 2020
  8. Mar 28, 2020
  9. Mar 27, 2020
  10. Mar 26, 2020
  11. Mar 25, 2020
  12. 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
  13. Mar 21, 2020
  14. Mar 20, 2020
  15. Mar 12, 2020
  16. Mar 11, 2020
  17. Mar 09, 2020
  18. Mar 07, 2020
  19. Mar 03, 2020
    • Adam Izraelevitz's avatar
      Cleanup aspects (#1359) · 1a4e0dd6
      Adam Izraelevitz authored
      * Clean up aspects
      
      * Refactored InjectingAspect with InjectorAspect
      
      * Made AspectLibrary work with objects
      
      * Cleaned up code
      
      * Apply suggestions from code review
      
      * Added tests, removed deprecated newInstance call
      
      * Backed out removal of newInstance as exceptions were different
      
      * Removed trailing commas
      1a4e0dd6
  20. Feb 29, 2020
  21. Feb 22, 2020