aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/reflect.go
AgeCommit message (Expand)Author
2020-10-16[dev.boringcrypto.go1.15] all: merge go1.15.3 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-09[release-branch.go1.15] cmd/compile: make Haspointers a method instead of a f...Keith Randall
2019-11-19[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-21cmd/compile: remove overflow pointer padding for naclCuong Manh Le
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-13cmd/compile: remove Addable flagMatthew Dempsky
2019-09-03[dev.boringcrypto] all: merge master into dev.boringcryptoKatie Hockman
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-07-02cmd/compile: make duplicate anonymous interface output deterministicKeith Randall
2019-06-27[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-06-25cmd/compile: don't mark argument array as noalgKeith Randall
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-05-28[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-02-27[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-02-26cmd/compile: confusing error if composite literal field is a methodMichael Fraenkel
2019-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-14[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-05cmd/compile: encapsulate and document two types.Type internal fieldsRobert Griesemer
2018-11-03cmd/compile/internal/gc: remove isforw predicate table (cleanup)Robert Griesemer
2018-10-25[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-10-23cmd/compile: preallocate in, out arrays in methodfuncAlberto Donizetti
2018-10-19cmd/compile: remove compiling_wrappersMatthew Dempsky
2018-10-18cmd/compile: extract gc.eqtype as types.IdenticalMatthew Dempsky
2018-10-04cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky
2018-09-06[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-08-17cmd/compile: make duplicate anonymous interface output deterministicDan Johnson
2018-07-10cmd/compile: make sure alg functions are generated when we call themCherry Zhang
2018-05-17[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-04-30runtime,cmd/compile: adjust and correct path names in comments of map codeMartin Möhrmann
2018-04-24cmd/compile/internal/types: replace Type.Val with Type.ElemMatthew Dempsky
2018-04-23cmd/compile: replace Field.Nname.Pos with Field.PosMatthew Dempsky
2018-04-10cmd/compile: sort method sets using package heightMatthew Dempsky
2018-04-09cmd/compile: refactor symbol sorting logicMatthew Dempsky
2018-04-09cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky
2018-04-06cmd/compile: cleanup method expression type checkingMatthew Dempsky
2018-04-06cmd/compile: fix method expressions with anonymous receiversMatthew Dempsky
2018-04-06cmd/compile: eliminate unused Sig.offset fieldMatthew Dempsky
2018-04-05cmd/compile: cleanup method symbol creationMatthew Dempsky