aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2026-01-23cmd/compile: fix loopvar version detection with line directivesxieyuschen
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22cmd/compile: speedup large init function compile timeCuong Manh Le
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
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: fix typo in commentmohanson
2025-09-23cmd/compile: prevent shapifying of pointer shape typeCuong Manh Le
2025-08-12all: delete aliastypeparams GOEXPERIMENTCherry Mui
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-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-06-02cmd/compile/internal/noder: document quirk of string elementsMark Freeman
2025-06-02cmd/compile/internal/noder: stub type section and adjust othersMark Freeman
2025-06-02cmd/compile/internal/noder: begin filling in SectionObjMark Freeman
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman
2025-05-29cmd/compile/internal/noder: rename RelIndex to match codebaseMark Freeman
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-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