aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-21strings: fix off-by-one error in testgo1.3beta1Rui Ueyama
2014-04-21math/big: fix Int.ExpRobert Griesemer
2014-04-21net: extend TestVariousDeadlines1Proc timeoutJosh Bleecher Snyder
2014-04-21runtime: fix typo in error messageMark Zavislak
2014-04-21runtime/race: add test for issue 7561.Rémy Oudompheng
2014-04-21cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman
2014-04-21cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-21runtime, go/build: re-enable cgo on FreeBSD.Shenghou Ma
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-04-21lib9: restore argv0 initialization code.Shenghou Ma
2014-04-21cmd/go: handle -ccflags in 'go test'Shenghou Ma
2014-04-20cmd/gc: avoid %L in error messageJan Ziak
2014-04-19cmd/nm: print symbol sizes for windows pe executablesAlex Brainman
2014-04-18cmd/ld: don't delete output binary if not "ordinary" file (redux).Mike Andrews
2014-04-18pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t".Lucio De Re
2014-04-17os: change return variable name for Getwd to avoid confusionShenghou Ma
2014-04-17cmd/go: support -ccflags in 'go test'Shenghou Ma
2014-04-17net/http/httputil: include Content-Length in DumpResponse outputBrad Fitzpatrick
2014-04-17net: fix probabilities in DNS SRV shuffleByWeightBrad Fitzpatrick
2014-04-17cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox
2014-04-17cmd/pack: handle very long lines in pkgdefIan Lance Taylor
2014-04-16net/http: allow commas and spaces in cookie valuesVolker Dobler
2014-04-16cmd/ld: don't pass -rdynamic to external linker if -static is usedIan Lance Taylor
2014-04-16cmd/gc: fix segfault in isgoconst.Shenghou Ma
2014-04-16compress/gzip: add Reset method to ReaderRobert Daniel Kortschak
2014-04-16encoding/json: document Encoder will terminate each JSON value with '\n'Shenghou Ma
2014-04-16cmd/gc: fewer errors for wrong argument countJan Ziak
2014-04-16cmd/ld: restore the call graph dumpAnthony Martin
2014-04-16cmd/go: reapply doc change from CL 60590044.Russ Cox
2014-04-16cmd/ld: populate pe symbol table with Go symbolsAlex Brainman
2014-04-16cmd/nm: windows pe handling fixesAlex Brainman
2014-04-16debug/pe: add optional header to FileAlex Brainman
2014-04-16liblink, cmd/ld: reenable nosplit checking and testRuss Cox
2014-04-16encoding/xml: document NewDecoder bufferingBrad Fitzpatrick
2014-04-16flag: document that Bool also accepts "T" and "F"Rob Pike
2014-04-16all: fix typosRui Ueyama
2014-04-16liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor
2014-04-16liblink: add leaf bit to object file formatRuss Cox
2014-04-16go/scanner: interpret //line directives sans filename sensibly, second try.Alan Donovan
2014-04-16go/scanner: interpret //line directives sans filename sensiblyAlan Donovan
2014-04-16encoding/base64: don't lose a byte of output when encountering trailing garbageBrad Fitzpatrick
2014-04-16net/http: fix data race in TestTransportResponseHeaderTimeoutBrad Fitzpatrick
2014-04-16cmd/5g, cmd/6g, cmd/8g: preserve wide values in large functionsRuss Cox
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2014-04-16reflect: correct type descriptor for call of interface methodRuss Cox
2014-04-16runtime: adjust GC debug print to include source pointersRuss Cox
2014-04-16cmd/ld: cast PE32 absolute addend to int32.Shenghou Ma
2014-04-16cmd/ld: correct comment.Shenghou Ma