1. May 16, 2023
  2. May 10, 2023
  3. May 06, 2023
  4. Apr 27, 2023
  5. Apr 26, 2023
  6. Apr 18, 2023
  7. Apr 13, 2023
  8. Apr 07, 2023
    • mergify[bot]'s avatar
      Fix naming for RHS of named unapply expressions (backport #3163) (#3165) · 3ef3ea2b
      mergify[bot] authored
      * Fix naming for RHS of named unapply expressions (#3163)
      
      Previously, the naming plugin would not recurse for the RHS of an
      unapply, meaning that vals declared in blocks that ultimately return
      some result that is unapplied into some named Data would not be named.
      
      Also, audit and improve the naming mdocs.
      
      (cherry picked from commit 262caa73
      
      )
      
      # Conflicts:
      #	docs/src/cookbooks/naming.md
      
      * Resolve backport conflicts
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      3ef3ea2b
  9. Apr 04, 2023
  10. Mar 24, 2023
  11. Mar 22, 2023
  12. Mar 21, 2023
  13. Mar 19, 2023
  14. Mar 17, 2023
  15. Mar 15, 2023
  16. Mar 10, 2023
  17. Feb 28, 2023
  18. Feb 25, 2023
    • Jack Koenig's avatar
      Give a source line and caret for errors when possible (#3039) · 5bc23626
      Jack Koenig authored
      This includes new command-line option --source-root which allows the
      user of Chisel to point to one or more root directories for source files.
      If no --source-root arguments are provided, it will default to using
      "." which should work for typical SBT and Mill projects.
      5bc23626