aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/noder.go
AgeCommit message (Expand)Author
2023-10-05[release-branch.go1.21] cmd/compile: use absolute file name in isCgo checkIan Lance Taylor
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
2021-05-26[dev.typeparams] cmd/compile: avoid some redundant type constructionMatthew Dempsky
2021-04-08Revert "cmd/compile/internal/noder: limit the number of goroutine"Matthew Dempsky
2021-03-30cmd/compile/internal/noder: limit the number of goroutinehqpko
2021-03-05cmd/compile: do not report error for invalid constantCuong Manh Le
2021-03-04cmd/compile: graceful handle error in noder LoadPackageCuong Manh Le
2021-02-03[dev.typeparams] cmd/compile: refuse excessively long constantsRobert Griesemer