aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-20cmd/compile/internal/noder: mark Ref[T] as a primitiveMark Freeman
2025-05-19cmd/compile/internal/noder: mark Sync as a primitiveMark Freeman
2025-05-19cmd/compile/internal/noder: document SectionPkgMark Freeman
2025-05-19cmd/compile/internal/noder: format grammarMark Freeman
2025-05-19cmd/compile/internal/noder: document the PosBase sectionMark Freeman
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-14internal/pkgbits, cmd/compile/internal/noder: document string sectionMark Freeman
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-09cmd/compile/internal/noder: begin documenting meta sectionMark Freeman
2025-05-08cmd/compile/internal/noder: begin a formal UIR grammar.Mark Freeman
2025-05-06pkgbits: replace references to RelocKind with SectionKindMark Freeman
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman
2025-02-15std: add //go:fix inline directives to some deprecated functionsAlan Donovan
2024-11-22internal/exportdata, cmd/compile/internal/noder: merge export data handlingTim King
2024-11-12cmd/compile/internal/noder,go/internal/gcimporter: return an error if not an ...Tim King
2024-11-08cmd/compile/internal/noder: replace recompile library error messagesTim King
2024-11-04cmd/compile: fix mis-compilation with labeled fallthroughCuong Manh Le
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-05cmd/compile: use slices.{Sort,SortFunc}Cuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-08-28cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1Tim King
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-31cmd/compile: add comment for the context on mismatch import pathCuong Manh Le
2024-07-24cmd/compile: restore not-in-heap check for map/channel typeCuong Manh Le
2024-07-23cmd/compile: prevent un-necessary wrapping in switch statementCuong Manh Le
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-22cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"Cuong Manh Le
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-07-03cmd/compile: fix mis-compilation when switching over channelsCuong Manh Le
2024-07-03cmd/compile: emit error message on mismatch import pathCuong Manh Le
2024-06-20cmd/compile: support generic alias typeCuong Manh Le
2024-06-12cmd/compile/internal: add a PGO devirt post-lookup cleanup hookThan McIntosh
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-20cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup)Robert Griesemer
2024-05-20cmd/compile: initialize posBaseMap correctlyRobert Griesemer
2024-05-15cmd/compile: disallow linkname referring to instantiationsCherry Mui
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-05-07go/types, types: represent any using AliasRob Findley
2024-04-24cmd/compile: bail PGO method lookup on interface typesMichael Pratt
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer