1. b123493 Merge pull request #1249 from nevkontakte/generics16 by Nevkontakte · 1 year, 9 months ago generics
  2. 72ba5b1 Support copy() built-in for type params. by Nevkontakte · 1 year, 9 months ago
  3. c0dc298 Support append() and delete() built-ins for type params. by Nevkontakte · 1 year, 9 months ago
  4. cc4773e Support new() built-in for type params. by Nevkontakte · 1 year, 9 months ago
  5. bfa92fe Implement cap() builtin for type params. by Nevkontakte · 1 year, 9 months ago
  6. 29a46a5 Merge pull request #1247 from nevkontakte/generics15 by Nevkontakte · 1 year, 9 months ago
  7. 11065e6 Fix fc.formatExpr("%f") to work with type param types. by Nevkontakte · 1 year, 9 months ago
  8. e60629c Merge pull request #1246 from nevkontakte/generics14 by Nevkontakte · 1 year, 10 months ago
  9. ad18f2c Implement len() builtin for type parameters. by Nevkontakte · 1 year, 10 months ago
  10. 73df10d Support builtin make() for type parameters. by Nevkontakte · 1 year, 10 months ago
  11. 2052d8c Handle untyped constants with type params. by Nevkontakte · 1 year, 10 months ago
  12. 9c55368 Re-triage failing generic test cases. by Nevkontakte · 1 year, 10 months ago
  13. a15f55d Implement bitwise right shift operator for type params. by Nevkontakte · 1 year, 10 months ago
  14. ac13918 Implement bitwise shift left operator for type parameters. by Nevkontakte · 1 year, 10 months ago
  15. f4c0904 Support "bit clear" (aka "and not") bitwise operator for type params. by Nevkontakte · 1 year, 10 months ago
  16. af59ead Support bitwise xor operator for type parameters. by Nevkontakte · 1 year, 10 months ago
  17. c6df48a Support bitwise or operator for type params. by Nevkontakte · 1 year, 10 months ago
  18. 2260a57 Implement bitwise and operator for type parameters. by Nevkontakte · 1 year, 10 months ago
  19. 14241fd Support remainder operator for type params. by Nevkontakte · 1 year, 10 months ago
  20. 2e76d2d Support division operator for type parameters. by Nevkontakte · 1 year, 10 months ago
  21. 98523b4 Support multiplication operator for type params. by Nevkontakte · 1 year, 10 months ago
  22. 11fdd96 Implement subtraction operator support for type parameters. by Nevkontakte · 1 year, 10 months ago
  23. 2e7a5e4 Implement addition operator for type parameters. by Nevkontakte · 1 year, 10 months ago
  24. 3315815 Merge pull request #1245 from nevkontakte/generics13 by Nevkontakte · 1 year, 10 months ago
  25. af9cff7 Move *ast.BinaryExpr translation into a separate method. by Nevkontakte · 1 year, 10 months ago
  26. bc96d21 Revert "reflect.DeepEquals: channels of the same underlying type can be equal." by Nevkontakte · 1 year, 10 months ago
  27. 9dcf151 Merge pull request #1244 from nevkontakte/generics13 by Nevkontakte · 1 year, 10 months ago
  28. 3606e1e Implement support for == operator on type params. by Nevkontakte · 1 year, 10 months ago
  29. 370d8c9 Merge pull request #1242 from nevkontakte/generics12 by Nevkontakte · 1 year, 10 months ago
  30. 267a750 Re-triage gorepo test failures associated with type conversion. by Nevkontakte · 1 year, 10 months ago
  31. 4e6c8bc Correctly recognize type conversion expressions with multiple typeparams. by Nevkontakte · 1 year, 10 months ago
  32. f2b91ba Implement type param to function types conversion support. by Nevkontakte · 1 year, 10 months ago
  33. 1bc040e Remove stray debug print. by Nevkontakte · 1 year, 10 months ago
  34. 485140a Implement type param to chan type conversion. by Nevkontakte · 1 year, 10 months ago
  35. b66fa57 reflect.DeepEquals: channels of the same underlying type can be equal. by Nevkontakte · 1 year, 10 months ago
  36. 0769076 Implement type param to map conversion. by Nevkontakte · 1 year, 10 months ago
  37. 772d85d Implement type param conversion to structs and arrays. by Nevkontakte · 1 year, 10 months ago
  38. e436c07 Implement type param conversion to pointers. by Nevkontakte · 1 year, 10 months ago
  39. 3a9e2c9 Merge pull request #1235 from nevkontakte/generics11 by Nevkontakte · 1 year, 10 months ago
  40. f18e894 Implement type param conversion support for slices. by Nevkontakte · 1 year, 10 months ago
  41. 039acdd Update the list of passing typeparam test cases. by Nevkontakte · 1 year, 10 months ago
  42. ecfc045 Implement typeparam conversion to interface. by Nevkontakte · 1 year, 10 months ago
  43. d19a766 Add support for typeparam coversion to booleans. by Nevkontakte · 1 year, 10 months ago
  44. 6e35fd4 Throw an error on conversion between a typeparam and unsafe.Pointer. by Nevkontakte · 1 year, 10 months ago
  45. d2cacfb Add support for conversion from typeparam to string. by Nevkontakte · 1 year, 10 months ago
  46. ffff021 Merge pull request #1237 from nevkontakte/generics10a by Nevkontakte · 1 year, 10 months ago
  47. 4bc6256 Implement typeparam conversion to complex number types. by Nevkontakte · 1 year, 10 months ago
  48. a135401 Fix minified variable name collision in a type generic factory function. by Nevkontakte · 1 year, 10 months ago
  49. 2dc3b29 Implement support for typeparam conversion to 32 and 64-bit floats. by Nevkontakte · 1 year, 10 months ago
  50. ec2885f Add support for typeparam conversion to 8,16,32-bit integer types. by Nevkontakte · 1 year, 10 months ago
  51. 9d4212e Foundations of type conversion support for type params. by Nevkontakte · 1 year, 10 months ago
  52. 985f89f Merge branch 'master' into generics by Nevkontakte · 1 year, 10 months ago
  53. c7cfb39 compiler: discard metadata in VERSION file by Dmitri Shuralyov · 1 year, 10 months ago
  54. c9dc8a9 nosync: fix build for golang.org/x/tools/internal/tokeninternal (#1233) by 七叶 · 2 years ago
  55. 67d465f Merge pull request #1232 from makiuchi-d/fix-build-failed-with-go1.21.0 by Nevkontakte · 2 years ago
  56. 67798d8 Use /bin/go by makki_d · 2 years ago
  57. 4859c71 Merge pull request #1229 from naorzr/support-internalising-structs by Nevkontakte · 2 years ago
  58. f65fb10 change tests to use google compare package by Naor Zruk · 2 years ago
  59. fbc70fe Merge pull request #1227 from benma/anyoverlap by Nevkontakte · 2 years ago
  60. 35c3ea5 Merge pull request #1230 from gopherjs/xcode by Jonathan Hall · 2 years ago
  61. dfd0433 add tests by Naor Zruk · 2 years ago
  62. 90fcda6 Bump xcode version used in CI by Jonathan Hall · 2 years ago
  63. 203add5 support internalising structs by Naor Zruk · 2 years ago
  64. f716f99 natives: duplicate aliasing.go in x/crypto revisted by Marko Bencun · 2 years ago
  65. 08314bf Merge pull request #1223 from visualfc/reflect_name by Nevkontakte · 2 years, 1 month ago
  66. da4ca5e compiler/natives/src/reflect: add func name.setPkgPath by visualfc · 2 years, 1 month ago
  67. b5aa655 Merge pull request #1220 from gopherjs/gcexportdata by Jonathan Hall · 2 years, 1 month ago
  68. 82dcedc Update golang.org/x/tools/go/gcexportdata by Jonathan Hall · 2 years, 1 month ago
  69. e42b8c2 Merge pull request #1217 from nevkontakte/generics10 by Nevkontakte · 2 years, 2 months ago
  70. 698d025 Merge pull request #1216 from gopherjs/keep_overridden by Jonathan Hall · 2 years, 2 months ago
  71. 781d5dd Merge pull request #1215 from gopherjs/es6 by Jonathan Hall · 2 years, 2 months ago
  72. 634857c Rename _gopherjs_overridden_ to _gopherjs_original_ for greater consistency by Jonathan Hall · 2 years, 2 months ago
  73. 5e16fc8 Merge pull request #1213 from gopherjs/govet by Jonathan Hall · 2 years, 2 months ago
  74. f9b66ec Merge keepOriginal and pruneOriginal into a single struct by Jonathan Hall · 2 years, 2 months ago
  75. a8add9b Move findKeepOverriddenComments into astutil package for consistency with other such helpers by Jonathan Hall · 2 years, 2 months ago
  76. fe0510d Rename `gopherjs:keep_overridden` to `gopherjs:keep-original` by Jonathan Hall · 2 years, 2 months ago
  77. 06d6901 fixed typo by Renaud Lehoux · 2 years, 2 months ago
  78. 9d91789 regexp test: added an example use for gopherjs:keep_overridden by Renaud Lehoux · 2 years, 2 months ago
  79. c47ddde build: Allow overriden functions calls by Renaud Lehoux · 2 years, 2 months ago
  80. 4bc5c0f Use default parameter value where possible by Jonathan Hall · 2 years, 2 months ago
  81. bd84b0d Use object shorthand where possible by Jonathan Hall · 2 years, 2 months ago
  82. 579d64d Shorter method declaration by Jonathan Hall · 2 years, 2 months ago
  83. f2f85f5 Use arrow functions where possible in prelude by Jonathan Hall · 2 years, 2 months ago
  84. 0d005b7 Use spread operator instead of apply() where applicable by Jonathan Hall · 2 years, 2 months ago
  85. c74f4ef Use rest arguments where possible by Jonathan Hall · 2 years, 2 months ago
  86. c542edf Use golangci-lint to run govet by Jonathan Hall · 2 years, 2 months ago
  87. a18a359 Merge pull request #1212 from nevkontakte/generics9 by Nevkontakte · 2 years, 2 months ago
  88. 21f89d3 Diagnose typeparam/issue51733.go test failure. by Nevkontakte · 2 years, 2 months ago
  89. 3102673 Fix taking a pointer to array/slice element of a typeparam type. by Nevkontakte · 2 years, 2 months ago
  90. 745110e Fix a compiler panic caused by a composite literal of a type param type. by Nevkontakte · 2 years, 2 months ago
  91. dd5091d Factor out a few typed AST generation methods for better readability. by Nevkontakte · 2 years, 2 months ago
  92. 2feeff6 Factor out a few ATS-related funcContext methods into the astutil pkg. by Nevkontakte · 2 years, 2 months ago
  93. 7df6006 Add godoc comments for functions in the astutil method. by Nevkontakte · 2 years, 2 months ago
  94. 329f81b Merge branch 'master' into generics by Nevkontakte · 2 years, 2 months ago
  95. c409cd9 Merge pull request #1210 from gopherjs/gofumpt2 by Nevkontakte · 2 years, 2 months ago
  96. 5561b33 Merge pull request #1209 from gopherjs/dependabot/npm_and_yarn/node-syscall/semver-7.5.3 by Nevkontakte · 2 years, 2 months ago
  97. f113760 Rerun gofumpt with a modern version, to adapt the 1.19 GoDoc changes by Jonathan Hall · 2 years, 2 months ago
  98. 255771f Bump semver from 7.3.5 to 7.5.3 in /node-syscall by dependabot[bot] · 2 years, 2 months ago
  99. 714862f Merge pull request #1207 from gopherjs/gofumpt by Jonathan Hall · 2 years, 2 months ago
  100. aa25f6c Merge pull request #1208 from nevkontakte/composite-lit by Nevkontakte · 2 years, 2 months ago