aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-27cmd/compile: keep heap pointer for escaping output parameters liveKeith Randall
2016-06-27cmd/vet: fix name check for examples in _test packageKonstantin Shaposhnikov
2016-06-27encoding/json: copy-on-write cacheTypeFieldsDavid Crawshaw
2016-06-26math/rand: fix comment about bits of seed used by the default SourceKonstantin Shaposhnikov
2016-06-25cmd/pprof: don't use local symbolization for remote sourceIan Lance Taylor
2016-06-24cmd/pprof: ignore symbols with address 0 and size 0Ian Lance Taylor
2016-06-24math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten
2016-06-24cmd/compile, etc: use tflag to optimize Name()==""David Crawshaw
2016-06-24time: update documentation for Duration.String regarding the zero valueRob Pike
2016-06-24context: update documentation on cancelation and go vet check.Sameer Ajmani
2016-06-24reflect: avoid lock for some NumMethod()==0 casesDavid Crawshaw
2016-06-24A+C: automated updatesBrad Fitzpatrick
2016-06-23reflect: optimize (reflect.Type).NameDavid Crawshaw
2016-06-23cmd/compile, etc: bring back ptrToThisDavid Crawshaw
2016-06-23testing: document that logs are dumped to standard outputIan Lance Taylor
2016-06-23html/template: update security model linkIan Lance Taylor
2016-06-23cmd/yacc: error rather than panic when TEMPSIZE is too smallIan Lance Taylor
2016-06-23cmd/objdump: fix disassembly suffixesKeith Randall
2016-06-22CONTRIBUTORS: add people who contributed to s390x port (IBM CLA)Michael Munday
2016-06-22cmd/vet/internal/cfg: don't crash on malformed goto statementAlan Donovan
2016-06-22cmd/vet: fix a crash in lostcancel checkAlan Donovan
2016-06-22cmd/compile: fix error msg mentioning different packages with same nameRobert Griesemer
2016-06-22test: add -s flag to commands understood by run.goRobert Griesemer
2016-06-21doc: describe vet -lostcancel in go1.7 release notesAlan Donovan
2016-06-21cmd/vet: -lostcancel: check for discarded result of context.WithCancelAlan Donovan
2016-06-21cmd/cgo: error, not panic, if not enough arguments to functionqeed
2016-06-21text/template: clarify the default formatting used for valuesRob Pike
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-06-21runtime: panic with the right error on iface conversionIan Lance Taylor
2016-06-20runtime: set PPROF_TMPDIR before running pprofIan Lance Taylor
2016-06-20cmd/go: for generate, use build context values for GOOS/GOARCHAndrew Gerrand
2016-06-20test: add missing copyright noticeIan Lance Taylor
2016-06-20doc: update architectures on source install instructionsAndrew Gerrand
2016-06-20doc/go1.7.html: don't mention obsolete RFCMikio Hara
2016-06-20doc/go1.7.html: net/http RFC 2616 conformation + timeoutHandler on empty bodyEmmanuel Odeke
2016-06-19debug/pe: handle files with no string tableAlex Brainman
2016-06-17cmd/compile: use power5 instructions for uint64 to float castsMichael Munday
2016-06-17runtime: eliminate poisonStack checksAustin Clements
2016-06-16runtime: fix stale comment in lfstackgo1.7beta2Austin Clements
2016-06-16cmd/dist: make zosarch.go deterministicAustin Clements
2016-06-16internal/trace: err if binary is not supplied for old traceHana Kim
2016-06-16runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor
2016-06-15go/ast: fix comments misinterpreted as documentationMatthew Dempsky
2016-06-15runtime: if the test program hangs, try to get a stack traceIan Lance Taylor
2016-06-15syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang
2016-06-15net/http: pass through server side Transfer-Encoding headersAndrew Gerrand
2016-06-15context: document how to release resources associated with Contexts.Sameer Ajmani
2016-06-14net: don't run TestLookupDotsWithLocalSource in short modeIan Lance Taylor
2016-06-14os: fix blockUntilWaitable on freebsd/{386,arm}Mikio Hara
2016-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw