| Age | Commit message (Expand) | Author |
| 2022-01-25 | test: add a new test absdiff3.go which uses function callback | Dan Scales |
| 2022-01-25 | cmd/compile: new absdiff.go test, fix problem with g.curDecl | Dan Scales |
| 2022-01-24 | go/types, types2: reorder object processing to avoid broken aliases | Robert Griesemer |
| 2022-01-24 | go/types, types2: report an error when using a broken alias | Robert Griesemer |
| 2022-01-24 | go/types, types2: consider type parameters for cycle detection | Robert Griesemer |
| 2022-01-24 | cmd/compile: distinguish bound calls/field access in getInstInfo | Dan Scales |
| 2022-01-21 | cmd/compile: make sure multiple blank typeparams remain unique | Dan Scales |
| 2022-01-19 | cmd/compile: add early a CONVIFACE normally created in the order phase | Dan Scales |
| 2022-01-18 | cmd/compile: support field access for typeparam with structural constraint | Dan Scales |
| 2022-01-14 | cmd/compile: add call to ImportedBody() when exporting shape inst body | Dan Scales |
| 2022-01-13 | cmd/compile: descend through types to find fully-instantiated types | Dan Scales |
| 2022-01-11 | cmd/compile: fix the names of methods created during type substitution | Dan Scales |
| 2022-01-11 | cmd/compile: in typ0(), load base type before checking s.Def | Dan Scales |
| 2022-01-11 | cmd/compile: resolve dictionaries/shape methods in markInlBody, if needed | Dan Scales |
| 2022-01-10 | cmd/compile, test: updated comments in crawler.go, added test | Dan Scales |
| 2022-01-10 | cmd/compile: fix interaction between generics and inlining | Dan Scales |
| 2022-01-07 | cmd/compile: accept string|[]byte-constrained 2nd argument in append | Robert Griesemer |
| 2022-01-07 | cmd/compile: fix conv of slice of user-define byte type to string | Dan Scales |
| 2022-01-07 | cmd/compile: fix instantiation of types referenced during inlining | Cuong Manh Le |
| 2022-01-07 | test/typeparam: adjust test preamble (fix longtests) | Robert Griesemer |
| 2022-01-07 | test/typeparam: adjust test preamble (fix longtests) | Robert Griesemer |
| 2022-01-07 | test/typeparam: adjust test preamble (fix longtests) | Robert Griesemer |
| 2022-01-07 | go/types, types2: disallow multiple blank type parameters | Robert Griesemer |
| 2022-01-06 | cmd/compile: report type parameter error for methods only once | Robert Griesemer |
| 2022-01-06 | go/types, types2: implement field access for struct structural constraints | Robert Griesemer |
| 2022-01-04 | cmd/compile: save selector/inst info for generic method/function calls | Dan Scales |
| 2022-01-04 | cmd/compile: pop instantiations of local types when leaving scope | Dan Scales |
| 2021-12-16 | cmd/compile: don't re-typecheck while importing | Keith Randall |
| 2021-12-16 | cmd/compile: upgrade ssa to do (int or float) -> complex | Keith Randall |
| 2021-12-15 | test: add simpler test for issue 50109 | Dan Scales |
| 2021-12-14 | cmd/compile: fix case where we didn't delay transformAssign in varDecl | Dan Scales |
| 2021-12-13 | cmd/compile: avoid re-instantiating method that is already imported | Dan Scales |
| 2021-12-13 | cmd/compile: fix identity case relating to 'any' and shape types | Dan Scales |
| 2021-12-08 | test: add extra typeswitch tests that cause duplicate cases | Dan Scales |
| 2021-12-07 | cmd/compile: deal with unsatisfiable type assertion in some instantiations | Dan Scales |
| 2021-12-03 | test: add test of select inside generic function | Keith Randall |
| 2021-12-02 | cmd/compile: fix case where g.curDecl should be saved/restored | Dan Scales |
| 2021-12-01 | cmd/compile: fix identical to recognize any and interface{} | Cuong Manh Le |
| 2021-11-20 | cmd/compile: ensure generic function is loaded when it needs to be re-exported | Dan Scales |
| 2021-11-19 | cmd/compile: don't run ComputeAddrTaken on imported generic functions | Dan Scales |
| 2021-11-16 | cmd/compile: prevent irgen crashing for empty local declaration stmt | Cuong Manh Le |
| 2021-11-15 | cmd/compile/internal/types2: use "implements" rather than "satisfies" in erro... | Robert Griesemer |
| 2021-11-15 | cmd/compile: error when using internal type declarations in generic functions | Keith Randall |
| 2021-11-14 | cmd/compile: ensure we replace package placeholder in type names | Keith Randall |
| 2021-11-12 | cmd/compile: fix missing transformEarlyCall for OXDOT in subster.node | Cuong Manh Le |
| 2021-11-11 | cmd/compile: ensure stenciled function bodies are nonempty | Keith Randall |
| 2021-11-11 | cmd/compile: fix missing ddd when building call for function instantiation cl... | Cuong Manh Le |
| 2021-11-10 | cmd/compile: don't do Resolve on OKEY identifiers during import | Dan Scales |
| 2021-11-10 | cmd/compile/internal/types2: disallow type cycles through type parameter lists | Robert Griesemer |
| 2021-11-09 | cmd/compile: remove unneeded "==" method in pre-defined "comparable" interface | Cuong Manh Le |