- ff51823 [release-branch.r58] gofix: fixes for os/signal changes by Andrew Gerrand · 14 years ago
- 36d155b [release-branch.r58] gopprof: update list of memory allocators by Andrew Gerrand · 14 years ago
- f86856b [release-branch.r58] ld: dwarf emit filenames in debug_line header instead of as extended opcodes. by Andrew Gerrand · 14 years ago
- f12a1d3 [release-branch.r58] 6g, 8g: fix goto fix by Andrew Gerrand · 14 years ago
- 3b32b3e [release-branch.r58] gc: work around goto bug by Andrew Gerrand · 14 years ago
- 86183e4 gopack: make unused page function a fatal error by Dave Cheney · 14 years ago
- aac6afb gopack: remove warning from the use of mktemp by Dave Cheney · 14 years ago
- 1fddbab 5l: fix softfloat nits by Russ Cox · 14 years ago
- 900c5fa gc: compactframe breaks arm - fix build by Russ Cox · 14 years ago
- fd2e247 gc: nit by Luuk van Dijk · 14 years ago
- 3e57d7f 5l: delete dead code by Russ Cox · 14 years ago
- 2ac375b gc: compact stackframe by Luuk van Dijk · 14 years ago
- fc41e62 math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation by Fan Hongjian · 14 years ago
- 17ca32e gc: nits by Russ Cox · 14 years ago
- 013cfea gofmt: update test script so that it passes again by Robert Griesemer · 14 years ago
- a609a6b ebnf: follow EBNF for EBNF faithfully by Robert Griesemer · 14 years ago
- 6998ea2 gc: alternative clang compatible abort. by Dave Cheney · 14 years ago
- be48115 gofix: fix diff regression from exec change by Brad Fitzpatrick · 14 years ago
- 8cd7aac godefs: do not assume forward type references are enums by Robert Hencke · 14 years ago
- c5030e5 ld: fix and simplify ELF symbol generation by Anthony Martin · 14 years ago
- 7c19d88 gc/lex.c: fix formatting of #include statement by Caine Tighe · 14 years ago
- 687102e gofmt: fix -d regression from exec change by Brad Fitzpatrick · 14 years ago
- 4881e77 cgo: support non intel gcc machine flags by Dave Cheney · 14 years ago
- 60a4b5e gc: enable building under clang/2.9 by Dave Cheney · 14 years ago
- 84f291b 8g: compute register liveness during regopt by Russ Cox · 14 years ago
- 9baaa6f 8l, ld: Initial adjustments for Plan 9 native compilation of 8l by Lucio De Re · 14 years ago
- ab8ed7f gc: renamed walkdef to typecheckdef and moved from walk to typedef. by Luuk van Dijk · 14 years ago
- 5666828 gc: allow tags on parameters in export section of object files. by Luuk van Dijk · 14 years ago
- e59aa8e gc: typecheck the whole tree before walking. preparation for some escape-analysis related changes. by Luuk van Dijk · 14 years ago
- f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
- 2c4edb0 gc: make merely referencing an outer variable in a closure not force heapallocation. by Luuk van Dijk · 14 years ago
- 73d5764 filepath: remove string constants. They are unnecessary. by Rob Pike · 14 years ago
- 581bd37 gobuilder: include file missing from change, fix build by Andrew Gerrand · 14 years ago
- 9f0cabf goinstall: document GOPATH and support relative/absolute installs by Andrew Gerrand · 14 years ago
- 15dcdf7 gc: fix m[x], _ = y.(T) by Russ Cox · 14 years ago
- 5b62ba1 gc: disallow ... in type conversions by Anthony Martin · 14 years ago
- 5ab096d gc: implement new shift rules by Russ Cox · 14 years ago
- 9b82408 gc: elide call to runtime.closure for function literals called in-place. by Luuk van Dijk · 14 years ago
- 67b4db9 gc: check parameter declarations in interface fields by Anthony Martin · 14 years ago
- 2c6a2a9 goinstall: skip standard packages by Russ Cox · 14 years ago
- 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
- 9107b53 goinstall: use bash to execute gomake by Alex Brainman · 14 years ago
- b758285 gotest, pkg/exec: use bash instead of sh to execute shell scripts on windows by Alex Brainman · 14 years ago
- a825e8a cgo: restrict #cgo directives to prevent shell expansion by Gustavo Niemeyer · 14 years ago
- bddb751 cgo: support pkg-config for flags and libs by Gustavo Niemeyer · 14 years ago
- 9ef8eba gc: patch y.tab.c to fix build when using Bison 2.5 by Ian Lance Taylor · 14 years ago
- e94eb38 gc: typo by Russ Cox · 14 years ago
- 2286471 5g: alignment fixes by Russ Cox · 14 years ago
- 831c684 5l: fix build by Russ Cox · 14 years ago
- 64b497c ld: add -w to disable dwarf, make errors obviously from dwarf by Russ Cox · 14 years ago
- 2ad58d4 8l: emit resources (.rsrc) in Windows PE. by Wei Guangjing · 14 years ago
- d2b2b3f 6l, 8l: fix Mach-O binaries with many dynamic libraries by Russ Cox · 14 years ago
- 0b209b3 gc: relax assignability of method receivers by Anthony Martin · 14 years ago
- 3c7271f go spec: be precise with the use of the informal ellipsis … and the Go token ... by Robert Griesemer · 14 years ago
- 648f25b 5l: fix set but not used warnings by Dave Cheney · 14 years ago
- 975ba88 cgo: use packed struct to fix Windows behavior by Russ Cox · 14 years ago
- b256358 6l: fix emit windows dwarf sections by Wei Guangjing · 14 years ago
- f570d9d 8g: fix conversion from float to uint64 by Anthony Martin · 14 years ago
- b701cf3 runtime: make StackSystem part of StackGuard by Alexey Borzenkov · 14 years ago
- e69b9dd ld: do not emit reference to dynamic library named "" by Russ Cox · 14 years ago
- 2d310a0 5c, 5g: another attempt at silencing gcc by Russ Cox · 14 years ago
- 40745a5 5l: delete pre-ARMv4 instruction implementations by Russ Cox · 14 years ago
- d49844b gofmt: skip bug340.go in test.sh by Robert Hencke · 14 years ago
- 36cec78 gc: generalize dst = append(src,...) inlining to arbitrary src and dst arguments. by Luuk van Dijk · 14 years ago
- ba006e6 go/types: type checker API + testing infrastructure by Robert Griesemer · 14 years ago
- 2d174db 5c, 5g: fix build with too-smart gcc by Russ Cox · 14 years ago
- 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
- 34ac4ec 6l, 8l: emit windows dwarf sections similar to other platforms by Alex Brainman · 14 years ago
- a005617 gotest: document unit of time for elapsed() by Robert Hencke · 14 years ago
- 70798ea 5l, 8l: add ELF symbol table to binary by Russ Cox · 14 years ago
- 4fca395 ld: fix alignment of rodata section on Plan 9 by Anthony Martin · 14 years ago
- f58d911 gc: fix type switch error message for invalid cases. by Lorenzo Stoakes · 14 years ago
- d6b2925 gc: inline append when len<cap by Luuk van Dijk · 14 years ago
- 3f335f8 gc: fix unsafe.Sizeof by Russ Cox · 14 years ago
- 733fde5 windows: reset command var to sh for correct error output messages by Joe Poirier · 14 years ago
- 1dc914b cgo: put CFLAGS before filename argument by Roger Peppe · 14 years ago
- e49d50e gofmt: update test.sh (exclude a file w/ incorrect syntax) by Robert Griesemer · 14 years ago
- 296d687 ld: make ELF binaries with no shared library dependencies static binaries by Russ Cox · 14 years ago
- 4002014 http/pprof: fix POST reading bug by Russ Cox · 14 years ago
- c783e68 godoc: added -index flag to enable/disable search index by Robert Griesemer · 14 years ago
- a46a311 5a, 6a, 8a, cc: remove old environment variables by Russ Cox · 14 years ago
- 8133cb3 gc: preserve original expression for errors by Russ Cox · 14 years ago
- b6f0632 gc: correctly handle fields of pointer type to recursive forward references by Lorenzo Stoakes · 14 years ago
- 09092a7 cgo: handle versioned ELF symbols by Russ Cox · 14 years ago
- 5eeaca1 gopack: preserve safe flag when not adding unsafe objects to archive by Russ Cox · 14 years ago
- ca8a055 goinstall: support GOPATH; building and installing outside the Go tree by Andrew Gerrand · 14 years ago
- 2d99974 8l: do not emit empty dwarf pe sections by Alex Brainman · 14 years ago
- bac8f18 gc: fix order of operations for f() < g(). by Russ Cox · 14 years ago
- 4684df5 gc: explain why invalid receiver types are invalid by Russ Cox · 14 years ago
- c2c7ee2 ld: fix 6l -d on Mac, diagnose invalid use of -d by Russ Cox · 14 years ago
- 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
- 41342dc gofix: add support for reflect rename by Russ Cox · 14 years ago
- f1781be 8g,8l: fix "set but not used" gcc error by Fazlul Shahriar · 14 years ago
- 3a1fdc6 gc: fix import width bug by Russ Cox · 14 years ago
- 883d68f gc: allow complex types to be receiver types by Robert Hencke · 14 years ago
- c0a895f gc: fix conversion of user-defined string type to []byte by Russ Cox · 14 years ago
- 815a1b8 gc: fix return variable named _ by Russ Cox · 14 years ago
- 7879d31 gc: fix line number at EOF by Russ Cox · 14 years ago
- c7008f4 ld: fix Plan 9 symbol table by Anthony Martin · 14 years ago
- f367c13 8l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain. by Lucio De Re · 14 years ago