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
Age
Commit message (
Expand
)
Author
2017-06-26
cmd/compile: use correct variable when setting up dummy CallStmt in error
Robert Griesemer
2017-06-22
cmd/compile: fix array slice expression bounds check
Robert Griesemer
2017-06-21
cmd/compile: make loop guard+rotate conditional on GOEXPERIMENT
David Chase
2017-06-21
all: gofmt
Mikio Hara
2017-06-19
cmd/compile: permit Unicode spaces in (expanded) package paths
Robert Griesemer
2017-06-15
cmd/compile: fix crash in importer when running in debug mode
Robert Griesemer
2017-06-15
cmd/compile: better error for malformed packages
Matthew Dempsky
2017-06-15
Revert "cmd/compile: skip reexporting types in reexportdep"
Matthew Dempsky
2017-06-15
cmd/compile: fix exporting of function bodies
Matthew Dempsky
2017-06-14
cmd/compile: fix detection of calls to reflect.Method
Robert Griesemer
2017-06-09
cmd/compile: don't use ."" as a pkg prefix
Daniel MartÃ
2017-06-08
cmd/compile: fix real/imag for untyped constant arguments
Robert Griesemer
2017-06-07
cmd/compile: separate code for len, cap from code for real, imag
Robert Griesemer
2017-06-07
cmd/compile: don't implicitly dereference pointer to arrays for real/imag
Robert Griesemer
2017-06-07
cmd/compile: check that phis are always first after scheduling
Keith Randall
2017-06-06
cmd/compile: reject unknown //go: comments in std library
Keith Randall
2017-06-06
cmd/compile: use file content, not suffix, to distinguish .a and .o files
Russ Cox
2017-06-06
cmd/compile: add -importcfg to specify import resolution
Russ Cox
2017-06-03
cmd/compile: add valState to ssa sizeof tests
Josh Bleecher Snyder
2017-06-02
cmd/compile: retain source positions of arguments to inlined calls
David Lazar
2017-06-01
cmd/compile/internal/gc: speed-up small array comparison
Ilya Tocar
2017-05-31
cmd/compile: fix subword store/load elision for MIPS
Cherry Zhang
2017-05-30
cmd/compile: don't generate liveness maps when the stack is too large
Josh Bleecher Snyder
2017-05-30
cmd/compile: fix subword store/load elision for amd64, x86, arm
David Chase
2017-05-24
cmd/compile: test for moving spills
Keith Randall
2017-05-22
cmd/compile: report correct position in redeclaration errors
Robert Griesemer
2017-05-19
cmd/compile: make duplicate expr cases readable
Daniel MartÃ
2017-05-19
cmd/compile/internal/ssa: fix spelling mistake
Kevin Burke
2017-05-19
cmd/compile: skip TestScopeRanges on Plan 9
David du Colombier
2017-05-18
cmd/compile: output DWARF lexical blocks for local variables
Alessandro Arzilli
2017-05-18
cmd/compile: search for remaining WB ops from end to beginning
Josh Bleecher Snyder
2017-05-18
cmd/compile: don't break up contiguous blocks in looprotate
Josh Bleecher Snyder
2017-05-18
cmd/compile: don't panic in complex division
Alberto Donizetti
2017-05-17
cmd/compile: fuse from end to beginning
Josh Bleecher Snyder
2017-05-17
cmd/compile: seed rand with time when race enabled
Josh Bleecher Snyder
2017-05-16
cmd/compile: eliminate some bounds checks from generated rewrite rules
Josh Bleecher Snyder
2017-05-16
cmd/compile: lay out exit blocks last
Josh Bleecher Snyder
2017-05-15
cmd/compile: don't attach lines to SB, SP, similar constants
David Chase
2017-05-15
cmd/compile: better check for single live memory
Keith Randall
2017-05-14
cmd/compile: tweak ssa.html colors
Josh Bleecher Snyder
2017-05-14
cmd/compile: don't update outer variables after capturevars is complete
Josh Bleecher Snyder
2017-05-11
cmd/compile: fix store chain in schedule pass
Keith Randall
2017-05-11
cmd/compile: restore panic deduplication
Josh Bleecher Snyder
2017-05-11
cmd/compile: don't use statictmps for SSA-able composite literals
Josh Bleecher Snyder
2017-05-11
cmd/compile: avoid checkwidth of [...] arrays
Josh Bleecher Snyder
2017-05-11
cmd/internal/obj: continue to optimize ARM's constant pool
Ben Shi
2017-05-10
cmd/compile: repair copy-pasted method comment
David Chase
2017-05-10
cmd/compile: reduce debugger-worsening line number churn
David Chase
2017-05-10
cmd/compile: add generic rules to eliminate some unnecessary stores
Michael Munday
2017-05-10
cmd/compile/internal/ssa: fix generation of ppc64x rules
Michael Munday
[next]