1. Oct 07, 2021
  2. Oct 06, 2021
  3. Oct 05, 2021
  4. Oct 03, 2021
  5. Sep 24, 2021
  6. Sep 22, 2021
  7. Sep 18, 2021
  8. Sep 17, 2021
  9. Sep 16, 2021
  10. Sep 14, 2021
  11. Sep 09, 2021
    • Jack Koenig's avatar
      Restore return type of BaseModule.toTarget to ModuleTarget (#2117) · 2b51053f
      Jack Koenig authored
      Definition/Instance introduced the need for representing the targets of
      instances as InstanceTargets. This original implementation changed the
      return type of BaseModule.toTarget to express this need. This is a
      backwards incompatible change that is actually unnecessary because it is
      impossible for users to get references to the internal InstanceClone
      objects, instead only accessing such modules via Instance[_] wrappers
      and cloned Data. We restored the old API by adding a new internal method
      "getTarget" which will give the correct targets for InstanceClones while
      maintaining the API of BaseModule.toTarget.
      2b51053f
    • Martin Schoeberl's avatar
      Update sbt installation instructions (#2115) · ff1bcb09
      Martin Schoeberl authored
      * Update sbt installation instructions
      
      The bintray reference is dead.
      
      * fix grammar
      ff1bcb09
  12. Sep 07, 2021
  13. Sep 06, 2021
  14. Aug 31, 2021
  15. Aug 30, 2021
  16. Aug 27, 2021
    • Jiuyang Liu's avatar
      add new APIs to BitPat (#2076) · e74b978d
      Jiuyang Liu authored
      * add Y and N to BitPat.
      
      * add ## for BitPat.
      
      * add rawString API.
      
      * use rawString in decoder
      
      * add select and slice to BitPat.
      e74b978d
  17. Aug 26, 2021
  18. Aug 25, 2021
  19. Aug 24, 2021