]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/typecheck/subr.go
cmd/compile/internal/ir: add Func.DeclareParams
[gostls13.git] / src / cmd / compile / internal / typecheck / subr.go
2023-09-14 Matthew Dempskycmd/compile/internal/ir: add Func.DeclareParams
2023-08-25 Matthew Dempskycmd/compile/internal/ir: mark Addrtaken in NewAddrExpr
2023-08-22 Matthew Dempskycmd/compile/internal/typecheck: use types.IsMethodAppli...
2023-08-22 Matthew Dempskycmd/compile/internal/types: overhaul and simplify API
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: refactor and simplify...
2023-08-18 Matthew Dempskycmd/compile: construct more IR nodes as typed
2023-08-17 Matthew Dempskycmd/compile/internal/ir: add typ parameter to NewNameAt
2023-08-11 Matthew Dempskycmd/compile: cleanup ir.Package
2023-07-21 Cuong Manh Lecmd/compile/internal/typecheck: cleanup code
2023-06-29 Than McIntoshcmd/{go,compile}: run gofmt
2023-05-22 Michael Prattcmd/compile/internal/typecheck: export Implements
2023-05-22 Michael Prattcmd/compile/internal/typecheck: remove base.Errorf...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove TTYPEPARAM and TUNIO...
2023-01-26 Matthew Dempskycmd/compile: remove GOEXPERIMENT=nounified frontend
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-25 Matthew Dempskycmd/compile: revert package typecheck part of CL 422914
2023-01-20 Marcel Meyerall: fix typos in go file comments
2022-11-18 David Chasecmd/compile: package-annotate structs when error would...
2022-10-20 Cherry Muicmd/compile: copy blank parameter node when substitutin...
2022-10-03 cui flitercmd/compile/internal: fix a few function names on comments
2022-09-19 Matthew Dempskycmd/compile: implement slice-to-array conversions
2022-09-02 Cuong Manh Lecmd/compile: remove go:notinheap pragma
2022-08-18 Matthew Dempskycmd/compile/internal/noder: shape-based stenciling...
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-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/typecheck: replace...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: refactor reflectdata.{TypePt...
2022-05-24 David Chasecmd/compile: catch pointless recursion on function...
2022-05-05 Matthew Dempskycmd/compile: change ir.InstExpr.Targs from Node to...
2022-05-05 Matthew Dempskycmd/compile: remove ir.NewField's ntyp parameter
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Matthew Dempskycmd/compile: simplify code from CL 398474
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-23 Cuong Manh Lecmd/compile: remove types.Field.{Broken,SetBroken}
2022-03-23 Cuong Manh Lecmd/compile: remove AllowsGoVersion checks in old typec...
2022-03-21 Matthew Dempskycmd/compile: replace Type.OrigSym with Type.OrigType
2022-03-19 cuiweixiecmd/compile: pre init shapeMap
2022-03-18 Cuong Manh Lecmd/compile: remove n.Diag() deadcode paths
2022-03-18 Cuong Manh Lecmd/compile: remove t.Broke() deadcode paths
2022-03-18 Keith Randallcmd/compile: pointers to notinheap types need their...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Matthew Dempskycmd/compile/internal/typecheck: remove unused -G=0...
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-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
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-01-27 Dan Scalescmd/compile: add missing shape check in (*Tsubster...
2022-01-24 Dan Scalescmd/compile: improve comments, mainly in cmd/compile...
2022-01-18 Dan Scalescmd/compile: support field access for typeparam with...
2022-01-11 Dan Scalescmd/compile: fix the names of methods created during...
2022-01-07 Cuong Manh Lecmd/compile: fix instantiation of types referenced...
2021-11-09 Chaoqun Hancmd/compile: NewSelectorExpr use n.Pos instead of base.Pos
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-03 Keith Randallcmd/compile: make pointers to arrays their own shape
2021-10-25 Dan Scalescmd/compile: update the export version for generics
2021-10-25 Robert Findleycmd/compile/internal/typecheck: record whether an inter...
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 Scalescmd/compile: some fixes in type substituter for Instantiate
2021-10-07 Dan Scalescmd/compile: improving printing of type names in func...
2021-09-27 Dan Scalescmd/compile: allow methods on shape types (but no bodies)
2021-09-24 Dan Scalescmd/compile: fix case in dictPass where OMETHVALUE...
2021-09-22 Dan Scalescmd/compile: break out constants for local and global...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-15 Dan Scalescmd/compile: remove unneeded early transforms, with...
2021-09-15 Dan Scalescmd/compile: switch to computing dict format on instant...
2021-09-14 Dan Scalescmd/compile: set IsShape based on type being in the...
2021-09-13 korzhaocmd/compile: save the note of fields when translating...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-07 Dan Scalescmd/compile: make sure imported instantiated types...
2021-09-07 Dan Scalescmd/compile: fix type substituter to copy Funarg value...
2021-09-01 korzhaocmd/compile: fix conversions from TypeParam to interface
2021-09-01 Dan Scalescmd/compile: fix missing case for shape double-check...
2021-08-27 Matthew Dempskycmd/compile: use Type.OrigSym getter/setters [generated]
2021-08-27 Keith Randallcmd/compile: fix parameterized interfaces
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 korzhaocmd/compile: fix function contains no TParam in generic...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-25 Dan Scalescmd/compile: fix CheckSize() calculation for -G=3 and...
2021-08-24 Dan Scalescmd/compile: fix naming of types inside instantiations
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-12 Dan Scales[dev.typeparams] cmd/compile: remove some shape checks...
2021-08-09 Dan Scales[dev.typeparams] cmd/compile: use types2.Constraint...
2021-08-06 Dan Scales[dev.typeparams] cmd/compile: do transformCall with...
2021-08-04 Keith Randall[dev.typeparams] cmd/compile: put shape types in their...
2021-08-02 Dan Scales[dev.typeparams] cmd/compile: simple shape cleanups
2021-08-02 Dan Scales[dev.typeparams] cmd/compile: make HasShape() more...
2021-07-31 Keith Randall[dev.typeparams] cmd/compile: make all pointer types...
next