1. May 28, 2022
  2. May 25, 2022
  3. May 20, 2022
  4. May 14, 2022
  5. May 13, 2022
  6. Apr 26, 2022
  7. Apr 21, 2022
  8. Apr 19, 2022
  9. Apr 18, 2022
  10. Apr 16, 2022
  11. Apr 12, 2022
  12. Apr 06, 2022
  13. Apr 05, 2022
  14. Apr 02, 2022
  15. Mar 31, 2022
  16. Mar 26, 2022
  17. Mar 15, 2022
  18. Mar 10, 2022
  19. Mar 08, 2022
  20. Mar 07, 2022
  21. Mar 05, 2022
  22. Mar 04, 2022
  23. Feb 16, 2022
  24. Feb 12, 2022
  25. Feb 10, 2022
  26. Feb 09, 2022
  27. Feb 04, 2022
  28. Feb 03, 2022
    • mergify[bot]'s avatar
      Tweak Bundle._elementsImpl (#2390) (#2392) · 8776e58f
      mergify[bot] authored
      
      
      * Change type of Bundle._elementsImpl to Iterable
      
      It was previously SeqMap (ListMap on Scala 2.12). This change gives us
      more freedom to optimize the implementation without breaking binary
      compatibility. It is scala.collection.Iterable because it is perfectly
      fine to return mutable collections (like Arrays) since the only use is
      to Iterate on them.
      
      * Disallow users implementing Bundle._elementsImpl
      
      Currently, it would result in a runtime linkage error. This turns it
      into a compile-time error.
      
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      (cherry picked from commit 1b05a14a
      
      )
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      8776e58f