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
Age
Commit message (
Expand
)
Author
2014-05-20
all: fix "the the" typos.
Shenghou Ma
2014-05-20
undo CL 84040045 / 5302b4c58aa0
Shenghou Ma
2014-05-20
cmd/go: document file types
Rob Pike
2014-05-20
build: make nacl pass
Russ Cox
2014-05-20
cmd/ld: make lldb happy with Mach-O 6.out files
Russ Cox
2014-05-20
cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET
Elias Naur
2014-05-19
cmd/gc: fix float32 const conversion and printing of big float consts
Russ Cox
2014-05-19
cmd/ld: abort if (32-bit) address relocation is negative on amd64.
Shenghou Ma
2014-05-19
cmd/gc: fix <-<-expr
Russ Cox
2014-05-16
cmd/addr2line, cmd/objdump: handle Plan 9 a.out object files
David du Colombier
2014-05-15
cmd/pack: buffer writes in TestLargeDefs
Anthony Martin
2014-05-15
cmd/gc: fix two select temporary bugs
Russ Cox
2014-05-15
runtime: make scan of pointer-in-interface same as scan of pointer
Russ Cox
2014-05-15
cmd/gc: correct handling of globals, func args, results
Russ Cox
2014-05-15
cmd/gc: fix duplicate map key check
Russ Cox
2014-05-15
cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...
Alex Brainman
2014-05-15
cmd/addr2line, cmd/objdump: fix pe text section starting address
Alex Brainman
2014-05-14
cmd/nm, cmd/objdump: fix elf symbol types
Russ Cox
2014-05-14
objdump: implement disassembly
Russ Cox
2014-05-14
cmd/objdump: import x86 disassembler
Russ Cox
2014-05-14
cmd/gc: fix out of bounds access
Dmitriy Vyukov
2014-05-13
cmd/go: fix go test again
Russ Cox
2014-05-12
cmd/cgo: omit misaligned struct fields, like we omit bitfields
Russ Cox
2014-05-12
cmd/go: fix 'go test foo_test.go'
Russ Cox
2014-05-12
cmd/gc: fix liveness vs regopt mismatch for input variables
Russ Cox
2014-05-12
cmd/gc: alias more variables during register allocation
Josh Bleecher Snyder
2014-05-12
cmd/go: detect import cycle caused by test code
Russ Cox
2014-05-12
cmd/go: link SWIG objects directly rather than using a shared library
Ian Lance Taylor
2014-05-12
cmd/gc: fix escape analysis for slice of array
Russ Cox
2014-05-12
cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1
Russ Cox
2014-05-12
cmd/go: better error for install of 'test-only' package
Russ Cox
2014-05-12
cmd/objdump: works with windows pe executables now
Alex Brainman
2014-05-12
cmd/nm: do not write to GOROOT testdata directories during TestNM
Alex Brainman
2014-05-10
cmd/go: simplify code, reduce allocations.
Dmitri Shuralyov
2014-05-10
cmd/go: remove merge markers
Robert Hencke
2014-05-10
cmd/addr2line: accept optional "0x" prefix for addresses.
Shenghou Ma
2014-05-09
cmd/go: accept build flags in clean and list
Russ Cox
2014-05-09
cmd/gc: disable link-time copying of un-Go-initialized globals
Russ Cox
2014-05-09
cmd/gc: fix ... escape analysis bug
Russ Cox
2014-05-09
cmd/gc: don't give credit for NOPs during register allocation
Josh Bleecher Snyder
2014-05-09
cmd/go: mark regexp as dependency of testmain
Robert Hencke
2014-05-08
cmd/objdump: actually accept hex address without "0x" prefix.
Shenghou Ma
2014-05-07
runtime: use duff zero and copy to initialize memory
Keith Randall
2014-05-07
cmd/addr2line: skip broken TestAddr2Line on plan9 (fixes build)
Alex Brainman
2014-05-07
cmd/addr2line: works with windows pe executables now
Alex Brainman
2014-05-06
cmd/go: add go build -i
David Crawshaw
2014-05-06
cmd/ld: correct pe section number in symbol table
Alex Brainman
2014-05-02
std lib: fix various typos in comments
Robert Griesemer
2014-05-01
cmd/dist: permit go* tag in main branch when it includes "beta"
Andrew Gerrand
2014-04-30
cmd/go: test: clean up all temporary directories
Michael Fraenkel
[next]