1. Sep 14, 2021
  2. 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
  3. Sep 07, 2021
  4. Sep 06, 2021
  5. Aug 31, 2021
  6. Aug 30, 2021
  7. 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
  8. Aug 26, 2021
  9. Aug 25, 2021
  10. Aug 24, 2021
  11. Aug 22, 2021
  12. Aug 19, 2021
  13. Aug 18, 2021
  14. Aug 17, 2021