aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/noder.go
AgeCommit message (Expand)Author
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
2026-03-10cmd/compile: remove loop variable capture workaroundsgojkovicmatija99
2025-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-02-15std: add //go:fix inline directives to some deprecated functionsAlan Donovan
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2023-10-11cmd/compile: use absolute file name in isCgo checkIan Lance Taylor
2023-08-29cmd/compile: eliminate fallback code for missing -p flagMatthew Dempsky
2023-05-11cmd/compile: remove go:wasmimport restrictionJohan Brandhorst-Satzkorn
2023-03-30cmd/compile: allow go:wasmimport in syscallJohan Brandhorst-Satzkorn
2023-03-10cmd/compile: pass type checker error codes in the compilerRobert Griesemer
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-01-27cmd/compile/internal/noder: remove unused noding codeMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-11-03cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and olderMatthew Dempsky
2022-09-02cmd/compile: remove go:notinheap pragmaCuong Manh Le
2022-09-02cmd/compile: restrict //go:notinheap to runtime/internal/sysCuong Manh Le
2022-06-26cmd/compile: do branch/label checks only onceRobert Griesemer
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-04Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-12cmd/compile: add a test case and some comments for deadlock on syntax errorhopehook
2022-04-07cmd/compile: fix deadlock on syntax errorhopehook
2022-03-30cmd/compile/internal/syntax: remove generic-specific parse modesRobert Griesemer
2022-03-23cmd/compile/internal/types: simplify AllowsGoVersionCuong Manh Le
2022-03-01cmd/compile/internal/ir: remove unused -G=0 node typesMatthew Dempsky
2022-03-01cmd/compile: remove a bunch of dead noder codeMatthew Dempsky
2022-03-01cmd/compile: remove -G flagMatthew Dempsky
2021-10-28cmd/compile: resolve the TODO of processPragmasLeonard Wang
2021-10-25cmd/compile: use SetInit instead of *PtrInitwdvxdr
2021-10-14cmd/compile/internal/syntax: remove AllowTypeSets modeRobert Griesemer
2021-10-01cmd/compile: accept constraint literals with elided interfacesRobert Griesemer
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-01cmd/compile: remove useless fcountLeonard Wang
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-25cmd/compile: always accept 1.18 syntax but complain if not 1.18Robert Griesemer
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: enable generics syntax with -lang=go1.18Matthew Dempsky
2021-06-18[dev.typeparams] cmd/compile: add documentation for unified IR pipelineCuong Manh Le
2021-06-15[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IRMatthew Dempsky
2021-06-13[dev.typeparams] cmd/compile: move //go:embed -lang check to noderMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: simplify NewClosureFuncMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: refactor closure constructionMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: avoid ir.DeepCopy in noder.constDeclMatthew Dempsky
2021-06-07[dev.typeparams] all: merge master (8212707) into dev.typeparamsMatthew Dempsky
2021-06-04cmd/compile: remove spurious ir.DumpMatthew Dempsky
2021-06-01[dev.typeparams] cmd/compile: refactor noder/irgen helpersMatthew Dempsky
2021-05-27[dev.typeparams] cmd/compile: tweaks to match types2Matthew Dempsky