aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] math: remove unnecessary source fileAndrew Gerrand
2013-11-01[release-branch.go1.2] go/build: document the go1.2 build tagAndrew Gerrand
2013-11-01[release-branch.go1.2] crypto/x509: name constraints should be a disjunction.Andrew Gerrand
2013-11-01[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...Andrew Gerrand
2013-11-01[release-branch.go1.2] net/mail: fix minor doc typo.Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/yacc: fix stderr on Windows.Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/gc: shorten name used for map bucket typeAndrew Gerrand
2013-11-01[release-branch.go1.2] net: make sure failed Dial returns nil ConnAndrew Gerrand
2013-11-01[release-branch.go1.2] runtime: remove nomemprofAndrew Gerrand
2013-11-01[release-branch.go1.2] misc/dist: build race packages when os suffix presentAndrew Gerrand
2013-10-18go1.2rc2go1.2rc2Andrew Gerrand
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-18misc/dist: set default go.tools tagAndrew Gerrand
2013-10-17net/url: fix regression when serializing relative URLsBrad Fitzpatrick
2013-10-17runtime: correct test for when to poll networkIan Lance Taylor
2013-10-17runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor
2013-10-17encoding/xml: accept chains of interfaces and pointersRuss Cox
2013-10-17database/sql: make tests repeatable with -cpu=n,nAlberto García Hierro
2013-10-17A+C: add Jamie Turner (Dropbox corporate CLA).David Symonds
2013-10-16database/sql: fix some test fmt verbsBrad Fitzpatrick
2013-10-16spec: clarify re-use of underlying arrays in slice operationsRobert Griesemer
2013-10-16database/sql: Fix connection leak and potential deadlockAlberto García Hierro
2013-10-16database/sql: fix double decrement of numOpen count; test for connection leaksAlberto García Hierro
2013-10-15cmd/cgo: simpler fix for issue 6506.Shenghou Ma
2013-10-15doc/effective_go.html: fix code exampleShenghou Ma
2013-10-15cmd/cgo: print the builtin prolog after the per-file preambleRuss Cox
2013-10-15undo CL 14231047 / 2f4c2dde2756Alex Brainman
2013-10-15cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox
2013-10-15misc/cgo/test: cut out non-standard functionsRuss Cox
2013-10-15misc/cgo/test: fix build (define prototype for alloca)Russ Cox
2013-10-15cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox
2013-10-15doc/contrib.html: fix some tagsOling Cat
2013-10-15runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman
2013-10-14cmd/gc: fix comment about performing indexing at compile time.Keith Randall
2013-10-15net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek
2013-10-15C: add Michael Piatek (Google CLA).David Symonds
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-10-12doc: fix small HTML problemsShenghou Ma
2013-10-11doc/effective_go.html: fix unescaped less-than characterRob Pike
2013-10-11go/build: add GOOS and GOARCH to name of gccgo pkg directoryIan Lance Taylor
2013-10-11go/build: fix test if built with CGO_ENABLED=0Ian Lance Taylor
2013-10-11misc/cgo/test: fix C panic test to work with gccgoIan Lance Taylor
2013-10-11doc/progs: don't try building cgo tests if CGO_ENABLED=0Ian Lance Taylor
2013-10-10cmd/gc: re-word some error messagesShenghou Ma
2013-10-11go.tools/misc/dist: copy doc.go from go.tools to go rootAndrew Gerrand
2013-10-11misc/vim: complete packages in src directoryYasuhiro Matsumoto
2013-10-10doc/effective_go.html: fix a couple of cosmetic issuesRob Pike