summaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/flags/flags.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/asm, go/build: invoke cmd/asm only once per packageJosh Bleecher Snyder2016-08-241-3/+6
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* cmd/asm: add -e flag (no limit on errors) to match compilerRuss Cox2016-01-241-0/+1
* cmd/asm: add doc.goRob Pike2015-11-191-0/+3
* all: retire architecture letter in file names, public APIRuss Cox2015-05-211-2/+2
* cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...Michael Hudson-Doyle2015-04-101-0/+1
* liblink, cmd/6l: re-enable -shared on amd64Michael Hudson-Doyle2015-03-041-0/+1
* cmd/go: make asm the first assemblerRob Pike2015-02-251-1/+1
* [dev.cc] cmd/asm: fix a few minor issuesRob Pike2015-02-021-5/+1
* [dev.cc] cmd/asm: set the flags to production settings (turn off debug)Rob Pike2015-01-291-2/+3
* [dev.cc] cmd/asm: add lex internal packageRob Pike2015-01-231-0/+70