aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/doc.go
AgeCommit message (Expand)Author
2021-03-13cmd/compile: mention that -m can be increased or given multiple timesMichael Schaller
2020-06-05cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2020-03-09cmd/compile: remove -largemodel flag from docsKeith Randall
2019-06-06cmd/compile: make the second argument to go:linkname optionalAustin Clements
2019-01-25cmd/compile, cmd/link: document more flagsyo-tak
2018-10-30cmd/compile: add -lang flag to specify language versionIan Lance Taylor
2018-10-17cmd/compile: remove obsolete "safe" modeMatthew Dempsky
2018-10-09cmd/compile: fix Compiler Directives typoQais Patankar
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-03-14cmd/compile: document new line directivesRobert Griesemer
2017-04-05cmd/compile: add mutex profiling supportJosh Bleecher Snyder
2017-04-03cmd/compile: add block profiling supportJosh Bleecher Snyder
2016-05-09cmd/compile: document -l in godocShenghou Ma
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2015-11-16cmd/compile: document -trimpathRuss Cox
2015-10-21cmd/compile: add -msan optionIan Lance Taylor
2015-10-21cmd/compile: remove a stray word in the go:nosplit documentationAaron Jacobs
2015-07-24cmd/compile: add missing quotation markMatthew Dempsky
2015-06-19cmd/compile: add -importmap optionRuss Cox
2015-06-05cmd/compile, cmd/link: add docsRuss Cox