]> Cypherpunks.ru repositories - gostls13.git/history - test/typeparam
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / typeparam /
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-09-25 Jes Cokall: use the indefinite article an in comments
2023-05-25 Robert Griesemergo/types, types2: don't infer type argument for unused...
2023-05-19 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-05-16 Matthew Dempskycmd/compile/internal/noder: suppress unionType consiste...
2023-03-08 Keith Randalltest: test for issue 53087
2023-02-27 Matthew Dempskycmd/compile/internal/noder: correct positions for synth...
2023-01-26 Matthew Dempskycmd/compile/internal/noder: stop creating TUNION types
2023-01-09 Marcel Meyerall: fix typos in go file comments
2023-01-04 Robert Griesemercmd/compile: use "satisfies" (not "implements") for...
2022-12-03 cui fliterall: fix some comments for method
2022-09-30 Cuong Manh Letest: enable issue47631.go for Unified IR
2022-09-29 Robert Griesemergo/types, types2: more concise error messages for cycle...
2022-09-19 Matthew Dempskycmd/compile: skip emitting dictionaries with missing...
2022-09-19 Matthew Dempskytest: add regress test for issue 55101
2022-09-02 Cuong Manh Lecmd/compile: restrict //go:notinheap to runtime/interna...
2022-09-01 Cuong Manh Letest: use cgo.Incomplete instead of go:notinheap for...
2022-08-31 Matthew Dempskycmd/compile: reject not-in-heap types as type arguments
2022-08-30 Cuong Manh Lecmd/compile: fix unified IR shapifying recursive instan...
2022-08-23 Matthew DempskyRevert "cmd/compile: restore test/nested.go test cases"
2022-08-23 Matthew Dempskycmd/compile: fix unified IR's pointer-shaping
2022-08-23 Matthew Dempskycmd/compile: fix "expression has untyped type" ICE...
2022-08-23 Matthew Dempskycmd/compile: fix reflect naming of local generic types
2022-08-23 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-08-18 Matthew Dempskycmd/compile: enable more inlining for unified IR
2022-08-18 Matthew Dempskycmd/compile: fix devirtualization bug with unified IR
2022-08-18 Matthew Dempskycmd/compile/internal/noder: shape-based stenciling...
2022-08-09 Matthew Dempskytest: test method expressions promoted to derived types
2022-08-08 Matthew Dempskytest: add test case for type parameter method indexing
2022-08-06 Matthew Dempskycmd/compile: fix import/export of ODYNAMICDOTTYPE
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-01 Matthew Dempskytest: improve generic type assertion test
2022-08-01 Wayne Zuocmd/compile: fix wrong dict pass condition for type...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-13 Wayne Zuocmd/compile: fix type assert in dict pass
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Matthew Dempsky[dev.unified] test: add regress test for generic select...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-22 Wayne Zuocmd/compile: don't use dictionary convert to shaped...
2022-06-22 Wayne Zuocmd/compile: fix assert condition in generic method...
2022-06-21 Matthew Dempskytest: add regress test for #53477
2022-06-18 Cuong Manh Lecmd/compile: skip substituting closures in unsafe built...
2022-06-17 Matthew Dempskytest: add regress test for #53419
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-10 Matthew Dempsky[dev.unified] test: add regress tests for #53276 and...
2022-05-24 David Chasecmd/compile: catch pointless recursion on function...
2022-05-17 Cuong Manh Letest,misc: fix builders that do not support plugin
2022-05-17 Matthew Dempskycmd/compile: skip exporting generic functions for ...
2022-05-14 Cuong Manh Lecmd/compile: don't inline fn with shape params, but...
2022-05-10 Wayne Zuotest: add test case for #51840
2022-05-06 Wayne Zuocmd/compile: allow exporting `.rcvr` ident
2022-05-03 Wayne Zuocmd/compile: use dictionary to convert type to shaped...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Cuong Manh Lecmd/compile: set correct package for vars/params/result...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 mkontanitest/typeparam: fix copyright message
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Wayne Zuocmd/compile: always write fun[0] in incomplete itab
2022-04-07 Matthew Dempskytest: extend issue52124.go to also test #52139
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 Cuong Manh Lecmd/compile: support reading union type for compiler...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-24 Matthew Dempskytest: use dot-relative imports where appropriate
2022-03-22 Robert Findleycmd/compile/internal/importer: key tparams by Package...
2022-03-21 Matthew Dempskycmd/compile: replace Type.OrigSym with Type.OrigType
2022-03-18 Keith Randallcmd/compile: pointers to notinheap types need their...
2022-03-14 Cuong Manh Lecmd/compile: fix wrong dict param when getting dict...
2022-03-11 Cuong Manh Lecmd/compile: fix re-export closure
2022-03-10 Keith Randallcmd/compile: fix expression switches using type parameters
2022-03-10 Keith Randallcmd/compile: fix transform of OEQ/ONE when one arg...
2022-03-09 Robert Griesemergo/types, types2: disable field accesses through type...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Robert Findleygo/types, types2: disable inference for type instances
2022-03-07 Matthew Dempskycmd/compile: remove duplicate const logic from typecheck
2022-03-07 Matthew Dempskytest: add test case for #51521
2022-03-07 Matthew Dempskytest: additional generic type switch test coverage
2022-03-07 Matthew Dempskycmd/compile: fix reentrancy issue in unified IR functio...
2022-03-03 Keith Randallcmd/compile: don't include instantiating types in type...
2022-03-01 Robert Griesemergo/types, types2: correctly consider ~ (tilde) in const...
2022-03-01 Matthew Dempskytest: workaround codegen bug in typeparam/mdempsky...
2022-03-01 Matthew Dempskyall: avoid use of cmd/compile -G flag in tests
2022-02-28 Dan Scalescmd/compile: deal with constructed types that have...
2022-02-28 Dan Scalescmd/compile: fix case for structural types where we...
2022-02-28 Keith Randallcmd/compile: emit types of constants which are instanti...
2022-02-28 Dan Scalestest: add new test case for 51219 that triggers the...
2022-02-26 Keith Randallcmd/compile: ensure dictionary assignment statements...
2022-02-25 Robert Griesemergo/types, types2: delay receiver type validation
2022-02-24 Dan Scalescmd/compile: delay all call transforms if in a generic...
2022-02-18 Dan Scalescmd/compile: fix importers to deal with recursion throu...
2022-02-09 Robert Griesemergo/types, types2: rename structuralType/String to coreT...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Keith Randallcmd/compile: restrict generics test to -G=3
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Keith Randallcmd/compile: ensure size is computed for shape types
2022-02-03 Ian Lance Taylorconstraints: remove package
2022-02-01 Robert Griesemergo/types, types2: disallow real, imag, complex on type...
2022-01-31 Robert Griesemergo/types, types2: fix implements and identical predicates
next