summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* race.bash, race.bat: build a race enabled cmd/cgo before trying to use itDave Cheney2013-09-292-0/+5
* test: match gccgo error messages for blank1.goIan Lance Taylor2013-09-281-1/+1
* test: recognize gccgo error message in index.goIan Lance Taylor2013-09-271-1/+1
* syscall: Fix one issue detected by vet.Robin Eklind2013-09-281-5/+0
* encoding/json: Tweak documentation for Encoder.Encode.Kamil Kisiel2013-09-271-1/+1
* reflect: expose reflect.call argument slice to the garbage collectorCarl Shapiro2013-09-261-5/+5
* misc/vim: "PACKAGE DOCUMENTATION" is not hilightedYasuhiro Matsumoto2013-09-271-1/+1
* misc/vim: godoc is optional. so should point installation instruction.Yasuhiro Matsumoto2013-09-271-0/+7
* all: fix some mistakes found by go tool vet .Rob Pike2013-09-2712-16/+15
* doc: update links to spec and memory modelAndrew Gerrand2013-09-275-14/+14
* crypto/tls: don't select TLS 1.2 cipher suites in prior versions.Adam Langley2013-09-264-6/+77
* runtime, syscall: update freebsd/arm calling convention to match EABIDave Cheney2013-09-262-69/+121
* cmd/go: "go test -c -test.bench=XX fmt" shouldn't hangShenghou Ma2013-09-252-2/+9
* doc: mention the install locations for godoc, cover, and vetAndrew Gerrand2013-09-251-0/+10
* doc/go1.2.html: add go/ast.SliceExpr.Slice3Rob Pike2013-09-251-0/+8
* doc: fix typo in install-source.htmlAndrew Gerrand2013-09-251-1/+1
* doc: document installation of go.tools commandsAndrew Gerrand2013-09-251-0/+30
* cmd/cgo: fix so that tests pass again when using gccgoIan Lance Taylor2013-09-241-12/+16
* html/template: update the Tree field after parsing new templatesRob Pike2013-09-252-0/+7
* go/ast: add Slice3 field to SliceExprRobert Griesemer2013-09-242-1/+2
* math/big: Fix variable name in documentation for *Int.Bytes and BitLen.Kamil Kisiel2013-09-241-2/+2
* sync/atomic: adjust for new runtime.cas64 prototypeRuss Cox2013-09-244-12/+44
* cmd/cgo: retain Go pointer passed to C call for duration of callRuss Cox2013-09-242-6/+25
* cmd/dist, cmd/go: embed default C++ compiler into cmd/goShenghou Ma2013-09-245-3/+19
* net: re-enable raw socket tests on windowsAlex Brainman2013-09-248-50/+47
* encoding/json: don't cache value addressability when building first encoderBrad Fitzpatrick2013-09-232-51/+90
* net: ensure that ResolveTCPAddr(addr.String()) reproduces addrRuss Cox2013-09-239-68/+65
* net: fix Close of autobind unix listenerAlbert Strasheim2013-09-232-2/+14
* reflect: update docs; Interface can return a method valueAndrew Gerrand2013-09-241-4/+1
* net/http: accept Content-Range for entire fileRuss Cox2013-09-232-1/+8
* misc/pprof: support block profileDmitriy Vyukov2013-09-231-2/+3
* api: update next.txtBrad Fitzpatrick2013-09-231-0/+45
* cmd/cgo: update #cgo docs to reflect realityRuss Cox2013-09-231-3/+5
* runtime/pprof: fix profile parser in testRuss Cox2013-09-231-1/+2
* crypto/tls: document that the package supports TLS 1.2Russ Cox2013-09-232-2/+2
* undo CL 13321048 / 9567c5da6e25Russ Cox2013-09-231-4/+4
* reflect: add example for StructTagKamil Kisiel2013-09-232-3/+17
* cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.Shenghou Ma2013-09-231-0/+1
* go/build: add go1.2 build tagP?ter Sur?nyi2013-09-231-1/+1
* fmt: one bad index shouldn't spoil them allRob Pike2013-09-232-3/+5
* doc/go1.2: document that godoc and vet will always be installed to their old ...Shenghou Ma2013-09-231-0/+2
* doc: mention os/exec StdinPipe change in Go 1.2 docAndrew Gerrand2013-09-231-0/+11
* doc/go1.2.html: fix 3-index slice exampleRob Pike2013-09-231-3/+3
* net/http: send correct time in Date header.Dmitry Chestnykh2013-09-223-1/+17
* misc/notepadplus: fix some number syntax highlight issueChaiShushan2013-09-231-3/+3
* A+C: Nathan John Youngman (individual CLA)Andrew Gerrand2013-09-232-0/+2
* runtime/race: update runtime to r191161.Dmitriy Vyukov2013-09-224-1/+1
* runtime/pprof: run TestGoroutineSwitch for longerAlex Brainman2013-09-221-4/+4
* cmd/api: always do API check if hg is availableBrad Fitzpatrick2013-09-221-10/+3
* doc/go1.2.html: Go 1.2, not Go1.2Dominik Honnef2013-09-221-1/+1