aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2011-07-12[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox
2011-06-29[release-branch.r58] gofix: fixes for os/signal changesAndrew Gerrand
2011-06-29[release-branch.r58] gopprof: update list of memory allocatorsAndrew Gerrand
2011-06-29[release-branch.r58] ld: dwarf emit filenames in debug_line header instead of...Andrew Gerrand
2011-06-29[release-branch.r58] 6g, 8g: fix goto fixAndrew Gerrand
2011-06-29[release-branch.r58] gc: work around goto bugAndrew Gerrand
2011-06-09gopack: make unused page function a fatal errorDave Cheney
2011-06-09gopack: remove warning from the use of mktempDave Cheney
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-09gc: compactframe breaks arm - fix buildRuss Cox
2011-06-10gc: nitLuuk van Dijk
2011-06-095l: delete dead codeRuss Cox
2011-06-10gc: compact stackframeLuuk van Dijk
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-09gc: nitsRuss Cox
2011-06-08gofmt: update test script so that it passes againRobert Griesemer
2011-06-08ebnf: follow EBNF for EBNF faithfullyRobert Griesemer
2011-06-08gc: alternative clang compatible abort.Dave Cheney
2011-06-07gofix: fix diff regression from exec changeBrad Fitzpatrick
2011-06-07godefs: do not assume forward type references are enumsRobert Hencke
2011-06-07ld: fix and simplify ELF symbol generationAnthony Martin
2011-06-07gc/lex.c: fix formatting of #include statementCaine Tighe
2011-06-07gofmt: fix -d regression from exec changeBrad Fitzpatrick
2011-06-07cgo: support non intel gcc machine flagsDave Cheney
2011-06-06gc: enable building under clang/2.9Dave Cheney
2011-06-038g: compute register liveness during regoptRuss Cox
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-06-03gc: renamed walkdef to typecheckdef and moved from walk to typedef.Luuk van Dijk
2011-06-03gc: allow tags on parameters in export section of object files.Luuk van Dijk
2011-06-02gc: typecheck the whole tree before walking. preparation for some escape-ana...Luuk van Dijk
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-06-01gc: make merely referencing an outer variable in a closure not force heapallo...Luuk van Dijk
2011-06-01filepath: remove string constants. They are unnecessary.Rob Pike
2011-06-01gobuilder: include file missing from change, fix buildAndrew Gerrand
2011-06-01goinstall: document GOPATH and support relative/absolute installsAndrew Gerrand
2011-05-31gc: fix m[x], _ = y.(T)Russ Cox
2011-05-31gc: disallow ... in type conversionsAnthony Martin
2011-05-31gc: implement new shift rulesRuss Cox
2011-05-31gc: elide call to runtime.closure for function literals called in-place.Luuk van Dijk
2011-05-31gc: check parameter declarations in interface fieldsAnthony Martin
2011-05-30goinstall: skip standard packagesRuss Cox
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-30goinstall: use bash to execute gomakeAlex Brainman
2011-05-28gotest, pkg/exec: use bash instead of sh to execute shell scripts on windowsAlex Brainman
2011-05-27cgo: restrict #cgo directives to prevent shell expansionGustavo Niemeyer
2011-05-26cgo: support pkg-config for flags and libsGustavo Niemeyer
2011-05-26gc: patch y.tab.c to fix build when using Bison 2.5Ian Lance Taylor
2011-05-25gc: typoRuss Cox
2011-05-255g: alignment fixesRuss Cox
2011-05-255l: fix buildRuss Cox