aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/reader.go
AgeCommit message (Expand)Author
41 hourscmd/compile: remove redundant codeWeixie Cui
12 dayscmd/compile/internal/noder: omit wrapper functions for generic methodsMark Freeman
12 dayscmd/compile/internal/noder: decode generic methods and pipe receiversMark Freeman
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
2026-03-31cmd/compile/internal/noder: mangle method namesMark Freeman
2026-03-31cmd/compile/internal/noder: method expressions have nil implicitsMark Freeman
2026-03-31cmd/compile/internal/noder: method expressions for generic methodsMark Freeman
2026-03-26cmd/compile/internal/noder: set hasShape for shaped functionsMark Freeman
2026-03-26cmd/compile/internal/noder: shapeSig must return shaped signaturesMark Freeman
2026-03-26cmd/compile: skip incomplete types in needWrapperCuong Manh Le
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-19cmd/compile/internal/noder: encode promoted struct fields for composite liter...Robert Griesemer
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-01-22cmd/compile: speedup large init function compile timeCuong Manh Le
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-09-26cmd/compile: fix ICE with new(<untyped expr>)Cuong Manh Le
2025-09-23cmd/compile/internal: support new(expr)Alan Donovan
2025-09-23cmd/compile: prevent shapifying of pointer shape typeCuong Manh Le
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-06-09cmd/compile: relax reshaping conditionCuong Manh Le
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-05-22cmd/compile: do not shapify when reading reshaping exprCuong Manh Le
2025-05-22cmd/compile: fix ICE with recursive alias type parameterCuong Manh Le
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-06pkgbits: replace references to RelocKind with SectionKindMark Freeman
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman
2024-11-04cmd/compile: fix inlining name mangling for blank labelCuong Manh Le
2024-10-07cmd/compile: avoid dynamic type when possibleCuong Manh Le
2024-09-11cmd/compile: remove types.Type rparams fieldCuong Manh Le
2024-09-09cmd/compile: emit tail call wrappers when possibleamusman
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-08-26cmd/compile: deprecate derived info needed fieldCuong Manh Le
2024-08-23cmd/compile/internal: write type parameters for aliasesTim King
2024-08-20cmd/compile: deprecate has init and derived func instanceTim King
2024-08-20cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes)Robert Griesemer
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-07-22cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"Cuong Manh Le
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-05-23runtime: move exit hooks into internal/runtime/exithookRuss Cox
2024-05-21cmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2024-05-15cmd/compile/internal/noder: enable type aliases in type checkerMatthew Dempsky
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-03-20cmd/compile/internal/noder: remove wrapNameMatthew Dempsky
2024-02-27cmd/compile/internal/noder: add method wrapper commentsMatthew Dempsky
2024-02-09cmd/compile: fail noder.LookupFunc gracefully if function genericMichael Pratt
2024-01-10cmd/compile: use hashed symbol name for go.shape types if too longThan McIntosh
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-17cmd/compile: use internal/buildcfg for checking newinliner enableCuong Manh Le
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase