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
/
base
Age
Commit message (
Expand
)
Author
2023-08-18
cmd/compile: enable -d=zerocopy by default
Matthew Dempsky
2023-08-18
cmd/compile: restore zero-copy string->[]byte optimization
Matthew Dempsky
2023-08-14
cmd: fix mismatched symbols
cui fliter
2023-08-14
internal/coverage: separate out cmd defs to separate package
Than McIntosh
2023-08-10
cmd/compile/internal/inline: add framework to compute func "properties"
Than McIntosh
2023-08-10
cmd/compile: add -env key=value flag
Russ Cox
2023-08-07
cmd/compile/internal/base: optimize the readImportCfg function to make it cle...
cui fliter
2023-07-25
cmd/compile/internal/base: add comma in comment for consistency
Jes Cok
2023-07-20
all: update build tags to require/assume Go 1.20
Matthew Dempsky
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-24
Revert "cmd/compile: enable printing of error URLs by default"
Robert Griesemer
2023-05-24
cmd/compile: enable printing of error URLs by default
Robert Griesemer
2023-05-24
cmd/compile: report an error URL with error messages
Robert Griesemer
2023-05-23
cmd/compile: indicate sense of hash/bisect match in output
David Chase
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2023-05-22
cmd/compile: replace -d=pgoinline with -d=pgodebug
Michael Pratt
2023-05-11
cmd/compile: remove debugging option InlineSCCOnePass from inliner
Than McIntosh
2023-05-10
cmd/compile: add ability to print extra information in bisect output
Russ Cox
2023-05-09
cmd/compile: remove FS debug hash form
Russ Cox
2023-05-09
cmd/compile: use more of internal/bisect in HashDebug
Russ Cox
2023-05-09
cmd/compile: standardize on outer-to-inner for pos lists
Russ Cox
2023-05-09
internal/godebug: add bisect support
Russ Cox
2023-05-05
cmd/compile: work with new bisect command
Russ Cox
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-21
cmd/compile: support -buildmode=c-shared on linux/mips64{,le}
Xiaodong Liu
2023-04-14
cmd/compile: reenable inline static init
Cuong Manh Le
2023-04-10
cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64
WANG Xuerui
2023-04-07
cmd/compile: minor cleanup to HashDebugPos
David Chase
2023-04-06
cmd/compile: modify debug-hash to support match exclusion
David Chase
2023-03-16
cmd/compile: add -url flag, print URL with error messages if applicable
Robert Griesemer
2023-03-10
cmd/compile: pass type checker error codes in the compiler
Robert Griesemer
2023-03-09
cmd/compile: reorder operations in SCCs to enable more inlining
Than McIntosh
2023-03-09
cmd/compile: remove -wrapglobalmapinit flag
Than McIntosh
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2023-02-09
cmd/compile: disable inline static init optimization
Cuong Manh Le
2023-02-06
cmd/compile: enable deadcode of unreferenced large global maps
Than McIntosh
2023-01-26
cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl
Matthew Dempsky
2023-01-26
cmd/compile: remove -d=typecheckinl flag
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-17
cmd/compile: remove support for old comparable semantics
Robert Griesemer
2022-12-01
go/types, types2: make the new comparable semantics the default
Robert Griesemer
2022-12-01
Revert "go/types, types2: make the new comparable semantics the default"
Robert Griesemer
2022-12-01
go/types, types2: make the new comparable semantics the default
Robert Griesemer
2022-11-23
cmd/compile: reenable inlstaticinit
Russ Cox
2022-11-22
cmd/compile: add -d=inlstaticinit debug flag
Matthew Dempsky
2022-11-21
cmd/compile: reject anonymous interface cycles
Matthew Dempsky
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aix
Tobias Klauser
2022-11-16
cmd/compile: handle simple inlined calls in staticinit
Russ Cox
2022-11-15
cmd/compile: add testing-flag guard to package-is-collected assert
David Chase
[prev]
[next]