summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* strings: fix off-by-one error in testgo1.3beta1Rui Ueyama2014-04-211-1/+1
* math/big: fix Int.ExpRobert Griesemer2014-04-214-10/+35
* net: extend TestVariousDeadlines1Proc timeoutJosh Bleecher Snyder2014-04-211-4/+1
* runtime: fix typo in error messageMark Zavislak2014-04-211-1/+1
* runtime/race: add test for issue 7561.R?my Oudompheng2014-04-211-0/+18
* cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman2014-04-211-5/+0
* cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman2014-04-211-0/+4
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-212-1/+61
* runtime, go/build: re-enable cgo on FreeBSD.Shenghou Ma2014-04-212-2/+4
* runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma2014-04-214-3/+14
* lib9: restore argv0 initialization code.Shenghou Ma2014-04-211-1/+1
* cmd/go: handle -ccflags in 'go test'Shenghou Ma2014-04-211-0/+5
* doc/go1.3.html: fix Goexit linkDavid du Colombier2014-04-201-1/+1
* cmd/gc: avoid %L in error messageJan Ziak2014-04-201-1/+1
* include/plan9: make mklibc.rc compatible with 9atomDavid du Colombier2014-04-191-6/+1
* cmd/nm: print symbol sizes for windows pe executablesAlex Brainman2014-04-193-5/+19
* cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews2014-04-181-12/+19
* doc/go1.3.html: Plan 9 supportDavid du Colombier2014-04-181-1/+6
* doc/go1.3.html: go test always buildsRob Pike2014-04-181-0/+6
* pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t".Lucio De Re2014-04-181-1/+1
* doc/go1.3.html: new package debug/plan9objDavid du Colombier2014-04-181-1/+2
* os: change return variable name for Getwd to avoid confusionShenghou Ma2014-04-171-14/+14
* cmd/go: support -ccflags in 'go test'Shenghou Ma2014-04-171-0/+1
* net/http/httputil: include Content-Length in DumpResponse outputBrad Fitzpatrick2014-04-172-6/+106
* net: fix probabilities in DNS SRV shuffleByWeightBrad Fitzpatrick2014-04-172-2/+71
* cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox2014-04-171-3/+3
* cmd/pack: handle very long lines in pkgdefIan Lance Taylor2014-04-172-24/+98
* net/http: allow commas and spaces in cookie valuesVolker Dobler2014-04-162-38/+97
* doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...Shenghou Ma2014-04-171-3/+15
* cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor2014-04-161-0/+14
* cmd/gc: fix segfault in isgoconst.Shenghou Ma2014-04-162-1/+13
* test: demo for issue 7695Russ Cox2014-04-163-0/+35
* compress/gzip: add Reset method to ReaderRobert Daniel Kortschak2014-04-162-0/+31
* encoding/json: document Encoder will terminate each JSON value with '\n'Shenghou Ma2014-04-161-1/+2
* cmd/gc: fewer errors for wrong argument countJan Ziak2014-04-162-0/+79
* cmd/ld: restore the call graph dumpAnthony Martin2014-04-163-0/+23
* cmd/go: reapply doc change from CL 60590044.Russ Cox2014-04-162-4/+4
* cmd/ld: populate pe symbol table with Go symbolsAlex Brainman2014-04-161-29/+97
* cmd/nm: windows pe handling fixesAlex Brainman2014-04-163-2/+73
* debug/pe: add optional header to FileAlex Brainman2014-04-165-20/+226
* liblink, cmd/ld: reenable nosplit checking and testRuss Cox2014-04-1626-141/+482
* encoding/xml: document NewDecoder bufferingBrad Fitzpatrick2014-04-161-0/+2
* flag: document that Bool also accepts "T" and "F"Rob Pike2014-04-161-1/+2
* all: fix typosRui Ueyama2014-04-168-8/+8
* liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor2014-04-169-9/+12
* liblink: add leaf bit to object file formatRuss Cox2014-04-169-3/+14
* go/scanner: interpret //line directives sans filename sensibly, second try.Alan Donovan2014-04-162-6/+2
* doc/go1.3.html: fix id anchor for FreeBSDEmil Hessman2014-04-161-1/+1
* go/scanner: interpret //line directives sans filename sensiblyAlan Donovan2014-04-162-7/+14
* encoding/base64: don't lose a byte of output when encountering trailing garbageBrad Fitzpatrick2014-04-162-2/+15