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
/
asm
/
main.go
Age
Commit message (
Expand
)
Author
2016-02-25
cmd/asm: fix EOF message on operand parsing errors.
Tal Shprecher
2016-01-24
cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)
Russ Cox
2016-01-24
cmd/asm: report more than one instruction encoding error
Russ Cox
2015-05-21
all: retire architecture letter in file names, public API
Russ Cox
2015-05-01
cmd/internal/obj: clean up Biobuf
Dave Cheney
2015-04-20
cmd/internal/obj: remove useless Trimpath field and fix users
Matthew Dempsky
2015-04-10
cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...
Michael Hudson-Doyle
2015-04-08
cmd/asm: remove object file if assembly fails.
Rob Pike
2015-03-04
liblink, cmd/6l: re-enable -shared on amd64
Michael Hudson-Doyle
2015-02-25
cmd/go: make asm the first assembler
Rob Pike
2015-02-09
[dev.cc] cmd/asm: rewrite to work with new obj API
Rob Pike
2015-02-05
[dev.cc] cmd/internal/obj: reconvert from liblink
Russ Cox
2015-02-02
[dev.cc] cmd/asm: fix a few minor issues
Rob Pike
2015-01-29
[dev.cc] cmd/asm: set the flags to production settings (turn off debug)
Rob Pike
2015-01-24
[dev.cc] cmd/asm: changes to get identical output as new6a
Rob Pike
2015-01-23
[dev.cc] cmd/asm: the assembler proper
Rob Pike
[prev]