aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/noder.go
AgeCommit message (Expand)Author
2020-10-23cmd/compile: add //go:embed supportRuss Cox
2020-10-19cmd/compile/internal/gc: remove an unused methodhk
2020-10-14cmd/compile: rename strlit, Bool, and Int64 *Node accessorsAlberto Donizetti
2020-10-13cmd/compile: reject misplaced go:build commentsRuss Cox
2020-09-02cmd/compile/internal/gc: remove unparenCuong Manh Le
2020-08-25cmd/compile: report error for unexported name only onceCuong Manh Le
2020-05-08cmd/compile: omit file:pos for non-existent errorsEmmanuel T Odeke
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2020-03-06cmd/compile: avoid range over copy of arrayCuong Manh Le
2019-11-08cmd/compile: don't apply -lang=go1.X restrictions to imported packagesMatthew Dempsky
2019-10-11cmd/compile/internal/gc: preallocate slices in noderAriel Mashraki
2019-10-08cmd/compile: split n.Noescape() into separate usesMatthew Dempsky
2019-10-03cmd/compile: better error message for language version errorsRobert Griesemer
2019-09-26cmd/compile: simplify OPTRLIT handlingMatthew Dempsky
2019-09-18cmd/compile: remove OCASE and rename OXCASE to OCASEMatthew Dempsky
2019-09-16cmd/compile: consistently use strlit to access constants string valuesCuong Manh Le
2019-08-29cmd/compile: avoid follow-on errors for literals with syntax errorsRobert Griesemer
2019-06-06cmd/compile: make the second argument to go:linkname optionalAustin Clements
2019-05-02cmd/compile: disable Go1.13 language features for -lang=go1.12 and belowRobert Griesemer
2019-02-19cmd/compile: don't mix internal float/complex constants of different precisionRobert Griesemer
2018-12-05cmd/compile: avoid multiple errors regarding misuse of ... in signaturesRobert Griesemer
2018-12-05cmd/compile: improve error message for non-final variadic parametersmasher164
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-10-31cmd/compile/internal/gc: more direct noder.nod implementation (cleanup)Robert Griesemer
2018-10-30cmd/compile: add -lang flag to specify language versionIan Lance Taylor
2018-10-27cmd/compile/internal/gc: represent labels as bare SymsMatthew Dempsky
2018-10-24cmd/compile: better error for embedded field referring to missing importRobert Griesemer
2018-06-11cmd/compile: add doc comment to the parseFiles functionYury Smolsky
2018-05-01cmd/compile: apply TODO now that gcCompat is goneDaniel Martí
2018-04-26cmd/compile: cleaner solution for importing init functionsMatthew Dempsky
2018-04-24cmd/compile: add indexed export formatMatthew Dempsky
2018-04-23cmd/compile: replace Field.Nname.Pos with Field.PosMatthew Dempsky
2018-04-16cmd/compile/internal/gc: add some Node methodsDaniel Martí
2018-04-11cmd/compile, cmd/link: encode cgo directives using JSONMatthew Dempsky
2018-04-09cmd/compile: add package height to export dataMatthew Dempsky
2018-04-03cmd/compile: improve declaration position precisionMatthew Dempsky
2018-04-03cmd/compile: better handling of incorrect type switchesRobert Griesemer
2018-03-15cmd/compile: extract common noding code from func{Decl,Lit}Matthew Dempsky
2018-03-13cmd/compile: use key position for key:val elements in composite literalsRobert Griesemer
2018-03-09cmd/compile: fix Node.Etype overloadingMatthew Dempsky
2018-03-02cmd/compile: optimize scope trackingAlessandro Arzilli
2018-02-28cmd/compile, cmd/compile/internal/syntax: print relative column infoRobert Griesemer
2018-02-26cmd/compile: track line directives w/ column informationRobert Griesemer
2018-02-26cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer
2018-02-16cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2017-11-08cmd/compile: optimize noding of long summation expressionsMatthew Dempsky
2017-10-16cmd/compile: make more use of value switchesDaniel Martí