]> Cypherpunks.ru repositories - gostls13.git/history - test/typeparam
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / typeparam /
2022-01-27 Matthew Dempskygo/types, cmd/compile: fix composite literal structural...
2022-01-27 Dan Scalescmd/compile: add missing shape check in (*Tsubster...
2022-01-25 Robert Griesemergo/types, types2: all interfaces implement comparable...
2022-01-25 Dan Scalestest: add a new test absdiff3.go which uses function...
2022-01-25 Dan Scalescmd/compile: new absdiff.go test, fix problem with...
2022-01-24 Robert Griesemergo/types, types2: reorder object processing to avoid...
2022-01-24 Robert Griesemergo/types, types2: report an error when using a broken...
2022-01-24 Robert Griesemergo/types, types2: consider type parameters for cycle...
2022-01-24 Dan Scalescmd/compile: distinguish bound calls/field access in...
2022-01-21 Dan Scalescmd/compile: make sure multiple blank typeparams remain...
2022-01-19 Dan Scalescmd/compile: add early a CONVIFACE normally created...
2022-01-18 Dan Scalescmd/compile: support field access for typeparam with...
2022-01-14 Dan Scalescmd/compile: add call to ImportedBody() when exporting...
2022-01-13 Dan Scalescmd/compile: descend through types to find fully-instan...
2022-01-11 Dan Scalescmd/compile: fix the names of methods created during...
2022-01-11 Dan Scalescmd/compile: in typ0(), load base type before checking...
2022-01-11 Dan Scalescmd/compile: resolve dictionaries/shape methods in...
2022-01-10 Dan Scalescmd/compile, test: updated comments in crawler.go,...
2022-01-10 Dan Scalescmd/compile: fix interaction between generics and inlining
2022-01-07 Robert Griesemercmd/compile: accept string|[]byte-constrained 2nd argum...
2022-01-07 Dan Scalescmd/compile: fix conv of slice of user-define byte...
2022-01-07 Cuong Manh Lecmd/compile: fix instantiation of types referenced...
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Robert Griesemergo/types, types2: disallow multiple blank type parameters
2022-01-06 Robert Griesemercmd/compile: report type parameter error for methods...
2022-01-06 Robert Griesemergo/types, types2: implement field access for struct...
2022-01-04 Dan Scalescmd/compile: save selector/inst info for generic method...
2022-01-04 Dan Scalescmd/compile: pop instantiations of local types when...
2021-12-16 Keith Randallcmd/compile: don't re-typecheck while importing
2021-12-16 Keith Randallcmd/compile: upgrade ssa to do (int or float) -> complex
2021-12-15 Dan Scalestest: add simpler test for issue 50109
2021-12-14 Dan Scalescmd/compile: fix case where we didn't delay transformAs...
2021-12-13 Dan Scalescmd/compile: avoid re-instantiating method that is...
2021-12-13 Dan Scalescmd/compile: fix identity case relating to 'any' and...
2021-12-08 Dan Scalestest: add extra typeswitch tests that cause duplicate...
2021-12-07 Dan Scalescmd/compile: deal with unsatisfiable type assertion...
2021-12-03 Keith Randalltest: add test of select inside generic function
2021-12-02 Dan Scalescmd/compile: fix case where g.curDecl should be saved...
2021-12-01 Cuong Manh Lecmd/compile: fix identical to recognize any and interface{}
2021-11-20 Dan Scalescmd/compile: ensure generic function is loaded when...
2021-11-19 Dan Scalescmd/compile: don't run ComputeAddrTaken on imported...
2021-11-16 Cuong Manh Lecmd/compile: prevent irgen crashing for empty local...
2021-11-15 Robert Griesemercmd/compile/internal/types2: use "implements" rather...
2021-11-15 Keith Randallcmd/compile: error when using internal type declaration...
2021-11-14 Keith Randallcmd/compile: ensure we replace package placeholder...
2021-11-12 Cuong Manh Lecmd/compile: fix missing transformEarlyCall for OXDOT...
2021-11-11 Keith Randallcmd/compile: ensure stenciled function bodies are nonempty
2021-11-11 Cuong Manh Lecmd/compile: fix missing ddd when building call for...
2021-11-10 Dan Scalescmd/compile: don't do Resolve on OKEY identifiers durin...
2021-11-10 Robert Griesemercmd/compile/internal/types2: disallow type cycles throu...
2021-11-09 Cuong Manh Lecmd/compile: remove unneeded "==" method in pre-defined...
2021-11-09 Cuong Manh Lecmd/compile: fix irgen mis-handling of ... argument...
2021-11-08 Matthew Dempskytest: add regress test for reported non-monomorphizable...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-04 Dan Scalescmd/compile: fix TypeDefn to deal with node with no...
2021-11-04 Dan Scalescmd/compile: don't inline fn with no shape params,...
2021-11-03 Keith Randallcmd/compile: make pointers to arrays their own shape
2021-11-03 Dan Scalestest/typeparam: add test for indexing on typeparams...
2021-11-02 Keith Randallcmd/compile: mark type descriptors as always dupok
2021-11-02 Cuong Manh Lecmd/compile: fix panic when refer to method of imported...
2021-10-29 Dan Scalescmd/compile: use Structure() to get single underlying...
2021-10-28 Robert Griesemercmd/compile/internal/types2: disallow lone type paramet...
2021-10-27 Ian Lance Taylorconstraints: remove Slice/Map/Chan
2021-10-26 Dan Scalescmd/compile: clean up the switch statements in (*genIns...
2021-10-25 Keith Randallcmd/compile,cmd/link: introduce generic interface call...
2021-10-19 Keith Randallcmd/compile: allow importing and exporting of ODYNAMICTYPE
2021-10-18 Keith Randallcmd/compile: allow importing and exporting of ODYANMICD...
2021-10-16 Dan Scalestest: add a test for parameterized embedded field
2021-10-15 Dan Scalescmd/compile: support new fully-inst types referenced...
2021-10-12 Dan Scales[dev.typeparams] cmd/compile: add test for number of...
2021-10-12 Dan Scalescmd/compile: some fixes in type substituter for Instantiate
2021-10-08 Dan Scalescmd/compile: allow delaying of transformCompLit, new...
2021-10-07 Leonard Wangcmd/compile: fix the index variable is shadowed in...
2021-10-05 Dan Scalestest: add test for export/import of recover & defer
2021-10-02 Robert Griesemertest/typeparam: require -G=3 for issue48424.go (fix...
2021-10-01 Robert Griesemercmd/compile: accept constraint literals with elided...
2021-10-01 Robert Griesemercmd/compile/internal/types2: accept constraint literals...
2021-09-29 Dan Scalescmd/compile: make sure shapes have proper indexes for...
2021-09-27 Keith Randallcmd/compile: keep methods on generic types from being...
2021-09-27 korzhaocmd/compile: fix stencil call expression
2021-09-25 korzhaotest/typeparam: add a test case for issue48617
2021-09-25 korzhaocmd/compile: add required CONVIFACE nodes when translat...
2021-09-25 Dan Scalescmd/compile: deal with blank nodes with typeparam type...
2021-09-24 Cuong Manh Lecmd/compile: fix delayTransform condition
2021-09-24 Dan Scalescmd/compile: fix crawler for unexported fields with...
2021-09-22 Robert Griesemercmd/compile, go/types: allow `any` anywhere (as a type)
2021-09-21 Keith Randallencoding/xml: truncate generic type names
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 Dan Scalescmd/compile: fix transform.AssignOp to deal with tricky...
2021-09-20 Dan Scalesgo/test: add a test for issue 48344
2021-09-20 Dan Scalescmd/compile: fix export/import of range loop.
2021-09-17 Dan Scalescmd/compile: delay transformAssign if lhs/rhs have...
2021-09-17 Dan Scalescmd/compile: fix generic type handling in crawler
2021-09-14 Dan Scalescmd/compile: set IsShape based on type being in the...
2021-09-14 Cuong Manh Lecmd/compile: prevent typecheck importer reading type...
2021-09-14 Cuong Manh Lecmd/compile: prevent importReader reading type paramete...
2021-09-13 korzhaocmd/compile: save the note of fields when translating...
2021-09-09 korzhaocmd/compile: fix implement for closure in a global...
next