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
/
doc.go
Age
Commit message (
Expand
)
Author
2024-01-11
cmd/compile: document go:wasmimport directive
Mauri de Souza Meneguzzo
2023-02-02
src/cmd/compile: clarify //go:linkname documentation
Alan Donovan
2022-07-18
cmd/compile: revert "remove -installsuffix flag"
Matthew Dempsky
2022-07-13
cmd/compile: remove -installsuffix flag
Matthew Dempsky
2022-07-13
cmd/compile: remove -importmap flag
Matthew Dempsky
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2021-10-25
cmd/compile: add -asan option
fanzha02
2021-03-13
cmd/compile: mention that -m can be increased or given multiple times
Michael Schaller
2020-06-05
cmd/asm, cmd/compile, doc: document -spectre flags
Russ Cox
2020-04-21
cmd/compile: detect and diagnose invalid //go: directive placement
Russ Cox
2020-03-09
cmd/compile: remove -largemodel flag from docs
Keith Randall
2019-06-06
cmd/compile: make the second argument to go:linkname optional
Austin Clements
2019-01-25
cmd/compile, cmd/link: document more flags
yo-tak
2018-10-30
cmd/compile: add -lang flag to specify language version
Ian Lance Taylor
2018-10-17
cmd/compile: remove obsolete "safe" mode
Matthew Dempsky
2018-10-09
cmd/compile: fix Compiler Directives typo
Qais Patankar
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-03-14
cmd/compile: document new line directives
Robert Griesemer
2017-04-05
cmd/compile: add mutex profiling support
Josh Bleecher Snyder
2017-04-03
cmd/compile: add block profiling support
Josh Bleecher Snyder
2016-05-09
cmd/compile: document -l in godoc
Shenghou Ma
2016-05-09
cmd/compile: add -linkobj flag to allow writing object file in two parts
Russ Cox
2015-11-16
cmd/compile: document -trimpath
Russ Cox
2015-10-21
cmd/compile: add -msan option
Ian Lance Taylor
2015-10-21
cmd/compile: remove a stray word in the go:nosplit documentation
Aaron Jacobs
2015-07-24
cmd/compile: add missing quotation mark
Matthew Dempsky
2015-06-19
cmd/compile: add -importmap option
Russ Cox
2015-06-05
cmd/compile, cmd/link: add docs
Russ Cox