index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
gc
/
syntax.go
Age
Commit message (
Expand
)
Author
2018-11-26
cmd/compile: initialize sparse slice literals dynamically
Keith Randall
2018-11-26
cmd/compile: don't constant-fold non-Go constants in the frontend
Keith Randall
2018-11-19
cmd/compile: bulk rename
Josh Bleecher Snyder
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-29
cmd/compile: move slice construction to callers of makeslice
Martin Möhrmann
2018-10-27
cmd/compile/internal/gc: represent labels as bare Syms
Matthew Dempsky
2018-10-27
cmd/compile/internal/gc: fix ONAME documentation
Matthew Dempsky
2018-10-19
cmd/compile: move argument stack construction to SSA generation
Josh Bleecher Snyder
2018-10-11
cmd/compile/internal/gc: remove OCMPIFACE/OCMPSTR placeholders
Matthew Dempsky
2018-10-11
cmd/compile/internal/gc: remove OCMPIFACE and OCMPSTR
Matthew Dempsky
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-03
cmd/compile,runtime: remove ambiguously live logic
Keith Randall
2018-05-22
cmd/compile: don't produce a past-the-end pointer in range loops
Austin Clements
2018-04-11
cmd/compile: use existing flag bits to record 'used' property of Names (cleanup)
Robert Griesemer
2018-04-09
cmd/compile: insert instrumentation during SSA building
Matthew Dempsky
2018-04-05
cmd/compile: extract inline related fields into separate Inline type
Matthew Dempsky
2018-03-14
cmd/compile: cleanup closure.go
Matthew Dempsky
2018-03-09
cmd/compile: fix Node.Etype overloading
Matthew Dempsky
2018-03-08
cmd/compile: fuse escape analysis parameter tagging loops
Matthew Dempsky
2018-03-07
cmd/compile: remove funcdepth variables
Matthew Dempsky
2018-02-21
cmd/compile/internal: use sparseSet, optimize isSynthetic
Heschi Kreinick
2018-02-12
cmd/compile: eliminate NoFramePointer
Austin Clements
2017-11-30
compiler,linker: support for DWARF inlined instances
Than McIntosh
2017-11-10
cmd/compile: replace opnames with stringer
Daniel MartÃ
2017-10-31
cmd/compile: don't export unreachable inline method bodies
Matthew Dempsky
2017-10-29
cmd/compile: report typedslicecopy write barriers
Austin Clements
2017-10-29
cmd/compile: improve coverage of nowritebarrierrec check
Austin Clements
2017-10-25
cmd/compile: document function syntax representation
Matthew Dempsky
2017-10-24
cmd/compile: refactor method expression detection
Matthew Dempsky
2017-10-19
cmd/compile: refactor generic AST walking code
Matthew Dempsky
2017-10-11
cmd/compile: inline calls to local closures
Hugues Bruant
2017-10-11
cmd/compile: fix OTYPESW Op comment
Alberto Donizetti
2017-10-04
cmd/compile: remove Local flags on Type and Node
Matthew Dempsky
2017-09-19
cmd/compile: cleanup toolstash pacifier from OXFALL removal
Matthew Dempsky
2017-09-19
cmd/compile: eliminate OXFALL
Matthew Dempsky
2017-07-27
[dev.debug] cmd/compile: better DWARF with optimizations on
Heschi Kreinick
2017-05-18
cmd/compile: output DWARF lexical blocks for local variables
Alessandro Arzilli
2017-05-05
cmd/compile: add Func.SetNilCheckDisabled
Josh Bleecher Snyder
2017-04-28
cmd/compile: use a map to track liveness variable indices
Josh Bleecher Snyder
2017-04-27
cmd/compile: move Used from gc.Node to gc.Name
Josh Bleecher Snyder
2017-04-26
cmd/compile: move Node.Class to flags
Josh Bleecher Snyder
2017-04-26
cmd/compile: move Node.Typecheck to flags
Josh Bleecher Snyder
2017-04-26
cmd/compile: move Node.Initorder to flags
Josh Bleecher Snyder
2017-04-26
cmd/compile: convert Node.Embedded into a flag
Josh Bleecher Snyder
2017-04-26
cmd/compile: move Node.Walkdef into flags
Josh Bleecher Snyder
2017-04-26
cmd/compile: make node.hasVal into two bools
Josh Bleecher Snyder
2017-04-26
cmd/compile: make node.Likely a flag
Josh Bleecher Snyder
2017-04-23
cmd/compile: add and use gc.Node.funcname
Josh Bleecher Snyder
2017-04-12
cmd/compile: move Text.From.Sym initialization earlier
Josh Bleecher Snyder
2017-04-07
Revert "cmd/compile: output DWARF lexical blocks for local variables"
Josh Bleecher Snyder
[prev]
[next]