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
2013-10-18
go1.2rc2
go1.2rc2
Andrew Gerrand
2013-10-18
api: add go1.2.txt, use in tests
Andrew Gerrand
2013-10-15
cmd/cgo: simpler fix for issue 6506.
Shenghou Ma
2013-10-15
cmd/cgo: print the builtin prolog after the per-file preamble
Russ Cox
2013-10-15
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-14
cmd/gc: fix comment about performing indexing at compile time.
Keith Randall
2013-10-14
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-10-10
cmd/gc: re-word some error messages
Shenghou Ma
2013-10-09
cmd/go: add any .c/.cc files to the SWIG shared library
Ian Lance Taylor
2013-10-08
cmd/go, runtime: express armv5t architecture constraint differently
Carl Shapiro
2013-10-03
gofmt: explain why lower bounds aren't automatically simplified
Robert Hencke
2013-10-03
cmd/gc: support -installsuffix in the compiler and builder
Dave Day
2013-10-02
cmd/go: document relative imports
Russ Cox
2013-10-02
cmd/gc: qualified embedded fields with owner package.
Rémy Oudompheng
2013-10-01
cmd/dist, build: support building statically linked toolchain
Shenghou Ma
2013-10-01
cmd/go: use -installsuffix to determine the includes directory list
Dave Day
2013-09-25
cmd/go: "go test -c -test.bench=XX fmt" shouldn't hang
Shenghou Ma
2013-09-24
cmd/cgo: fix so that tests pass again when using gccgo
Ian Lance Taylor
2013-09-24
cmd/cgo: retain Go pointer passed to C call for duration of call
Russ Cox
2013-09-24
cmd/dist, cmd/go: embed default C++ compiler into cmd/go
Shenghou Ma
2013-09-23
cmd/cgo: update #cgo docs to reflect reality
Russ Cox
2013-09-23
cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.
Shenghou Ma
2013-09-22
cmd/api: always do API check if hg is available
Brad Fitzpatrick
2013-09-20
cmd/yacc: report correct line for 'default action causes potential type clash'
Russ Cox
2013-09-20
cmd/gc: fix imported and not used error for import .
Russ Cox
2013-09-20
cmd/gc: print expression in 'duplicate case in switch' error
Russ Cox
2013-09-20
cmd/ld: fix "ld -s" to not discard pclntab.
Shenghou Ma
2013-09-19
cmd/gc: cleanup SWITCH nodes after walk.
Rémy Oudompheng
2013-09-19
cmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols.
Shenghou Ma
2013-09-19
cmd/go: fix missing __mingw_fprintf symbol for cgo on windows
Shenghou Ma
2013-09-18
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Shenghou Ma
2013-09-19
cmd/go: write the WORK=/tmp/... line to stderr
Rob Pike
2013-09-18
cmd/gc: fix set but not used error
Dave Cheney
2013-09-17
cmd/go: add basic docs on calling between Go and C/C++
Ian Lance Taylor
2013-09-17
cmd/gc: eliminate redundant &x.Field nil checks
Russ Cox
2013-09-17
cmd/cgo: rearrange and update documentation
Ian Lance Taylor
2013-09-17
cmd/6c, cmd/6g, cmd/cc: fix undefined behavior warnings
Dave Cheney
2013-09-16
cmd/gc, runtime: inline append in frontend.
Rémy Oudompheng
2013-09-16
cmd/nm: make -S listing a bit more accurate
Russ Cox
2013-09-16
build: disable precise collection of stack frames
Russ Cox
2013-09-16
cmd/cgo: remove inaccurate comment
Ian Lance Taylor
2013-09-16
cmd/gc: do not report fields when looking for methods
Russ Cox
2013-09-16
cmd/gc: fix divide by zero error in compiler
Russ Cox
2013-09-16
cmd/cgo: allow C.malloc(0) always
Russ Cox
2013-09-16
cmd/go: document that "main" is a reserved import path
Rob Pike
2013-09-16
cmd/nm: put the -S flag in the usage message
Rob Pike
2013-09-16
cmd/gofmt: document -s transformations
Andrew Gerrand
2013-09-14
cmd/gc: don't generate algs for internal map types.
Rémy Oudompheng
2013-09-13
cmd/5l: fix handling of RET.EQ in wrapper function
Russ Cox
[next]