Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. * 049f0ec06c (origin/HEAD, origin/2.12.x) Merge pull request #5936 from adriaanm/i10244-bitmaps-for-fields
  2. |\
  3. | * 5f86b1d94d Drive bitmap computation from field, not accessor
  4. * | e72ab5ad07 Merge pull request #5940 from janekdb/topic/2.12/intellij-code-analysis-unused-format-args
  5. |\ \
  6. | * | 7eb861cb22 Remove unused format arg in interpreter echo
  7. | |/
  8. * | 2c50123696 Merge pull request #5822 from lrytz/t9937
  9. |\ \
  10. | * | 04d4f4c61a SI-9937 find nested java classes if InnnerClass entry is missing
  11. * | | 34da49bc31 Merge pull request #5938 from hrhino/bugfix/wacky-value-classes
  12. |\ \ \
  13. | |/ /
  14. |/| |
  15. | * | c9d84a187a Fix generation of derived value classes wrapping Unit, Null, and Nothing.
  16. | /
  17. * | d1ec01aa1c Merge pull request #5926 from atiqsayyed/repl_string_of_queue
  18. |\ \
  19. | * | 1ce55844c1 Fixed issue of repl string of immutable.Queue #10303
  20. * | | f079ff780a Merge pull request #5946 from hrhino/bugfix/t10368
  21. |\ \ \
  22. | * | | c26a1c61b3 Fix check for varargs calling convention in overrides of Java methods.
  23. | / /
  24. * | | a840dc9f76 Merge pull request #5937 from estsauver/shaValueRefactoring
  25. |\ \ \
  26. | * | | 2b1ec6d3f4 Expose sha and commit date on VersionUtil
  27. | |/ /
  28. * | | 0b150b7fa3 Create README.md
  29. * | | e2dc0de2bb Acknowledge OSS licenses used
  30. * | | 3972baef7f Merge pull request #5941 from estsauver/spec_fix
  31. |\ \ \
  32. | * | | 239940aac5 Fix incorrect mathjax rendering in spec section 2
  33. |/ / /
  34. * | | 49560002af Merge pull request #5779 from dwijnand/trailing-commas-spec
  35. |\ \ \
  36. | * | | b3701dafec Reword trailing commas explanation
  37. | * | | f30c23044e New section name, newline & less definitions
  38. | * | | bebdebfa90 Describe trailing commas more closely to the impl
  39. | * | | c640968335 Drop trailing comma changelog entry
  40. | * | | c804a59fcb English. Do you speak it?
  41. | * | | 62c0fc148e Drop reference to the SIP
  42. | * | | 0e97d0665e Correct brackets vs braces..
  43. | * | | de03208e0f Update the spec for trailing commas (SIP-27)
  44. | / /
  45. * | | befd633c0d Merge pull request #5939 from xuwei-k/patch-3
  46. |\ \ \
  47. | * | | 7f600ae9c3 fix SeqExtractors scaladoc
  48. |/ / /
  49. * | | 9ad9297e35 Merge pull request #5935 from janekdb/topic/2.12/spelling-5
  50. |\ \ \
  51. | * | | 34e8191cd7 Fix typos in comments and local val
  52. * | | | ccbf27e01a Merge pull request #5934 from janekdb/topic/2.12/intellij-code-analysis-imports
  53. |\ \ \ \
  54. | |_|_|/
  55. |/| | |
  56. | * | | 403f910996 Remove unnecessary imports and import braces
  57. | |/ /
  58. * | | ff57fa8cfa Merge pull request #5931 from scala/jline-bump
  59. |\ \ \
  60. | |/ /
  61. |/| |
  62. | * | 0a5c8963bf Upgrade to jline 2.14.4
  63. |/ /
  64. * | c0f98ac60d Merge pull request #5928 from estsauver/unary_flag
  65. |\ \
  66. | |/
  67. |/|
  68. | * 453f0f3228 Incorrect value in docs for unary flag
  69. |/
  70. * bd6294df8e Merge pull request #5809 from lrytz/sd350
  71. |\
  72. | * e882e4b034 Allow inlining into trait constructors
  73. | * 7d6625c495 Clean up some testing in the backend
  74. * 799bb89d9d Merge pull request #5879 from som-snytt/issue/10294
  75. |\
  76. | * 97ed2f4398 -Xlint:unused -Ywarn-unused is intuitive
  77. * e53c0d33c7 Merge pull request #5917 from xuwei-k/switch-def
  78. |\
  79. | * 0b43f95095 fix @switch annotation positions
  80. * 6a9b4345d9 Merge pull request #5891 from edmundnoble/queue-plusplus-fix-10298
  81. |\
  82. | * 105e2c16eb Fix queue ++
  83. * 843631d39c Merge pull request #5805 from som-snytt/issue/10225-followup
  84. |\
  85. | * a465ad67cb SI-10225 Either docs have more words and code
  86. * e76c3df196 Merge pull request #5808 from janekdb/topic/2.12/scalap-use-library-prefix-removal
  87. * e5c83ca913 Prefer library string manipulation to local reimplementation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement