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-05-06
go1.1rc2
go1.1rc2
Andrew Gerrand
2013-05-06
api: add go1.1.txt; update cmd/api to use it
Brad Fitzpatrick
2013-05-03
cmd/ld: add .note.GNU-stack section for external linking
Shenghou Ma
2013-05-02
cmd/ld: fix SDYNIMPORT symbol test
Alex Brainman
2013-05-01
cmd/ld: fix another unsigned value causing bugs on Plan 9
Rob Pike
2013-05-01
cmd/cgo: correct pragma name in comment
Ian Lance Taylor
2013-05-01
cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic
Ian Lance Taylor
2013-04-30
cmd/ld: when linking externally, only generate dwarf info for ELF
Rob Pike
2013-04-30
cmd/go: undo CL 8119049
Russ Cox
2013-04-30
cmd/ld: emit relocs for DWARF info when doing an external link
Ian Lance Taylor
2013-04-30
cmd/ld: another attempt at the relocation overflow fix
Rob Pike
2013-04-30
cmd/ld: fix check for address wrap in relocation
Rob Pike
2013-04-30
cmd/ld: disable relocation range check so build can go green while we debug t...
Rob Pike
2013-04-29
cmd/gc: fix some overflows in the compiler
Rob Pike
2013-04-29
cmd/ld: fix some 64-bit issues
Rob Pike
2013-04-25
cmd/gc: initialize t->width in dgcsym() if required
Jan Ziak
2013-04-24
cmd/vet: clean up the test
Rob Pike
2013-04-24
cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checks
Ian Lance Taylor
2013-04-23
cmd/dist: fix line numbers in goc2c generated files
Anthony Martin
2013-04-20
cmd/ld: do not relocate ignored PE sections
Alex Brainman
2013-04-20
cmd/ld: don't show cursym in gcc invocation failure message
Shenghou Ma
2013-04-16
cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on Darwin
Shenghou Ma
2013-04-15
cmd/ld: ignore PE sections that are not code or data
Ian Lance Taylor
2013-04-13
cmd/gc: disable inlining of method values
Daniel Morsing
2013-04-12
cmd/go: quote command line arguments in debug output
Volker Dobler
2013-04-12
cmd/go: quote command line arguments in debug output
Volker Dobler
2013-04-12
cmd/ld: always do external link for -linkmode=external
Ian Lance Taylor
2013-04-12
cmd/ld: if we fail from an unexpected PE flags value, print it
Ian Lance Taylor
2013-04-11
gc: escape unicode BOM in exported string literals
Volker Dobler
2013-04-10
cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgo
Andrew Wilkins
2013-04-10
cmd/ld: fix scope of static objects in symbol table
Anthony Martin
2013-04-11
cmd/ld: fix argument passing in doc.go
Shenghou Ma
2013-04-10
cmd/ld: fix inconsistency in internal linking of common symbols.
Rémy Oudompheng
2013-04-09
cmd/cgo: record CGO_LDFLAGS env var in _cgo_flags
Andrew Wilkins
2013-04-08
cmd/gc: properly set variadic flag on method values.
Rémy Oudompheng
2013-04-07
cmd/go: fix a misleading sentence
Rob Pike
2013-04-08
cmd/go: clarify what "pkg.test" means wrt the -c flag
Andrew Gerrand
2013-04-08
cmd/go: document usage of external test packages
Kamil Kisiel
2013-04-07
cmd/go: fix capitalization of Bitbucket, document Git support
John Howard Palevich
2013-04-05
cmd/gc: fix Offsetof computation.
Rémy Oudompheng
2013-04-04
cmd/gc: fix a typo
Carl Shapiro
2013-04-03
cmd/nm: don't add filename elements for m symbols
Anthony Martin
2013-04-04
cmd/go: run main package when no files are listed
Jonathan Rudenberg
2013-04-03
doc: link the race detector document into the release notes
Rob Pike
2013-04-03
go/parser: ParseExpr must accept type expressions
Robert Griesemer
2013-04-03
cmd/gc: be more tolerant with recursive types when checking map types.
Rémy Oudompheng
2013-04-03
cmd/gc: preserve safe annotation of package def.
David Symonds
2013-04-02
cmd/gofmt: handle ... in rewrite of calls
Robert Griesemer
2013-04-03
cmd/go: fix typo in docs
Shenghou Ma
2013-04-02
cmd/godoc: don't linkify index entries
Robert Griesemer
[next]