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