aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/noder.go
AgeCommit message (Expand)Author
2018-04-30[release-branch.go1.9] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-02-07[release-branch.go1.9] cmd/go: accept only limited compiler and linker flags ...Russ Cox
2017-10-25[release-branch.go1.9] cmd/compile: replace GOROOT in //line directivesDavid Crawshaw
2017-10-25[release-branch.go1.9] cmd/compile: limit the number of simultaneously opened...zhongtao.chen
2017-10-25[release-branch.go1.9] cmd/compile: simplify "missing function body" error me...Matthew Dempsky
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-04-27cmd/compile: move Used from gc.Node to gc.NameJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Class to flagsJosh Bleecher Snyder
2017-04-25cmd/compile: factor out access to thisTgriesemer
2017-04-23cmd/compile: add and use gc.Node.funcnameJosh Bleecher Snyder
2017-04-21cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDclRobert Griesemer
2017-04-19cmd/compile: remove uses of types.Dclstack - not needed anymoreRobert Griesemer
2017-04-19cmd/compile: check labels and branches during parse timeRobert Griesemer
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-07cmd/compile/internal/types: don't return *Sym from Pushdcl (it's never used)Robert Griesemer
2017-04-07cmd/compile: factor out dcl stack ops into package typesRobert Griesemer
2017-04-07Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder
2017-04-07cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-03-25cmd/compile/internal/syntax: always construct a correct syntax treeRobert Griesemer
2017-03-24cmd/compile/internal/gc: remove unused parameter to importfileMatthew Dempsky
2017-03-24cmd/compile: remove global var importpkg in favor of simple boolRobert Griesemer
2017-03-23cmd/compile/internal/gc: cleanup FuncDecl nodingMatthew Dempsky
2017-03-22cmd/compile/internal/syntax: replace inlined statement lists with syntax.Bloc...Robert Griesemer
2017-03-21cmd/compile: check for missing function body earlierJosh Bleecher Snyder
2017-03-21cmd/compile: use autogenerated position for init functionsJosh Bleecher Snyder
2017-03-16cmd/compile/internal/syntax: track column position at function endMatthew Dempsky
2017-03-14cmd/compile: catch bad pragma combination earlierJosh Bleecher Snyder
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin
2017-02-10cmd/compile/internal/gc: unexport or remove global functionsHajime Hoshi
2017-02-02cmd/compile: provide line number for cgo directive error (fix a TODO)Robert Griesemer
2017-02-02cmd/compile/internal/gc: add comment and test for #15550Matthew Dempsky
2017-02-01cmd/compile/internal/gc: inline typedcl0 and typedcl1Matthew Dempsky
2017-02-01cmd/compile: simplify noding const declarationsMatthew Dempsky
2017-02-01cmd/compile: eliminate iota_Matthew Dempsky
2017-02-01all: merge dev.inline into masterRuss Cox
2017-01-31all: merge dev.typealias into masterRuss Cox
2017-01-25[dev.typealias] cmd/compile: declare methods after resolving receiver typeMatthew Dempsky
2017-01-24[dev.typealias] cmd/compile: change Func.Shortname to *SymMatthew Dempsky
2017-01-13[dev.inline] cmd/compile: parse source files concurrentlyMatthew Dempsky
2017-01-13[dev.inline] cmd/compile: reorganize file parsing logicMatthew Dempsky
2017-01-13[dev.inline] cmd/compile: split mkpackage into separate functionsMatthew Dempsky
2017-01-12[dev.typealias] cmd/compile: type-check type alias declarationsRobert Griesemer
2017-01-11cmd/compile: hide testdclstack behind debug flagJosh Bleecher Snyder
2017-01-10[dev.typealias] cmd/compile: various minor cleanupsRobert Griesemer
2017-01-10[dev.typealias] cmd/compile: recognize type aliases but complain for now (not...Robert Griesemer
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer