]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/types/type.go
cmd/compile/internal/reflectdata: share hmap and hiter types
[gostls13.git] / src / cmd / compile / internal / types / type.go
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-21 Matthew Dempskycmd/compile/internal/abi: stop using types.Func
2023-08-14 Matthew Dempskycmd/compile: mark generated eq/hash functions as /...
2023-05-17 Cherry Muicmd/compile: don't inline from norace packages in race...
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-03-10 Robert Griesemercmd/compile: pass type checker error codes in the compiler
2023-02-28 Cuong Manh Lecmd/compile: mark type eq/hash functions non-inlineable
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
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/compile: revert package typecheck part of CL 422914
2023-01-24 cui fliterall: fix some comments
2022-11-11 cui fliterall: fix problematic comments
2022-10-17 David Chasecmd/compile: fix position of fake receivers; be more...
2022-10-03 cui flitercmd/compile/internal: fix a few function names on comments
2022-09-02 Cuong Manh Lecmd/compile: make runtime/internal/sys.NotInHeap intrinsic
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Keith Randallcmd/compile: allow 128-bit values to be spilled
2022-05-16 Matthew Dempskycmd/compile: remove base.Ctxt.Pkgpath fallback paths
2022-05-13 Matthew Dempskycmd/compile/internal/types: remove Type.sym and rename...
2022-05-13 Matthew Dempskycmd/compile/internal/types: change NewTypeParam to...
2022-05-05 Matthew Dempskycmd/compile: remove ir.Name.TypeDefn
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
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-25 Cuong Manh Lecmd/compile: handle sole component for 1-byte type...
2022-03-23 Cuong Manh Lecmd/compile: remove types.Field.{Broken,SetBroken}
2022-03-23 Cuong Manh Lecmd/compile/internal/types: remove anyBroke
2022-03-23 Cuong Manh Lecmd/compile: remove types.Type.SetBroken
2022-03-21 Matthew Dempskycmd/compile: replace Type.OrigSym with Type.OrigType
2022-03-18 Cuong Manh Lecmd/compile: remove t.Broke() deadcode paths
2022-03-16 Matthew Dempskycmd/compile: Fatalf in Type.SetBroke(true) and Node...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-24 Dan Scalescmd/compile: improve comments, mainly in cmd/compile...
2021-12-01 Cuong Manh Lecmd/compile: fix identical to recognize any and interface{}
2021-11-19 Matthew Dempskycmd/compile: handle `any` as alias like `byte` and...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-03 Keith Randallcmd/compile: fix up shape type package
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-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-14 Dan Scalescmd/compile: set IsShape based on type being in the...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-07 Dan Scalescmd/compile: remove now-unneeded SetHasTParam() for...
2021-08-30 Matthew Dempskycmd/compile/internal/types: unexport Type.widthCalculated
2021-08-30 Matthew Dempskycmd/compile/internal/types: remove unused Tie method
2021-08-28 Dan Scalescmd/compile: support type C comparable
2021-08-28 Matthew Dempskycmd/compile/internal/types: change NewNamed to use...
2021-08-28 Matthew Dempskycmd/compile/internal/types: simplify and optimize PtrDa...
2021-08-27 Matthew Dempskycmd/compile/internal/types: unexport New and NewBasic
2021-08-27 Matthew Dempskycmd/compile: use Type.OrigSym getter/setters [generated]
2021-08-27 Matthew Dempskycmd/compile/internal/types: add Type.OrigSym getter...
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-27 Michael Matloob[dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo
2021-08-26 Matthew Dempskycmd/compile: move types init code into package types
2021-08-26 Matthew Dempskycmd/compile: unexport Type.Vargen
2021-08-26 Matthew Dempskycmd/compile/internal/types: unexport Type.Extra
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
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 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-09 Dan Scales[dev.typeparams] cmd/compile: use types2.Constraint...
2021-08-07 Dan Scales[dev.typeparams] cmd/compile: don't export/import type...
2021-08-02 Dan Scales[dev.typeparams] cmd/compile: make HasShape() more...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-24 Keith Randall[dev.typeparams] cmd/compile: fix HasShape, add dottype...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: introduce named gcshape...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-07 Dan Scales[dev.typeparams] cmd/compile: add built-in name/type...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: rename types.Type.{Short...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Keith Randall[dev.typeparams] cmd/compile: introduce IsTypeParam...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-04 Dan Scales[dev.typeparams] cmd/compile: allow inlining in instant...
2021-06-02 Keith Randall[dev.typeparams] cmd/compile: add dictionary argument...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-26 Dan Scales[dev.typeparams] cmd/compile: always generate (*T)...
2021-05-26 Dan Scales[dev.typeparams] cmd/compile: adding union support...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Dan Scales[dev.typeparams] cmd/compile: get export/import of...
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Dan Scalescmd/compile: changed representation of typeparam bound...
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-07 Dan Scalescmd/compile: improving the documentation of various...
2021-04-09 Dan Scalescmd/compile: reduce overhead of RParams in types.Type
2021-04-05 Dan Scalescmd/compile: get rid of Fields in types.Interface,...
2021-04-03 Dan Scalescmd/compile: rename newNamedTypeWithSym, add some commemnts
next