summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* syscall: prepare for 64-bit intsRuss Cox2012-09-2415-16/+26
* text/template: allow .Field access to parenthesized expressionsRob Pike2012-09-249-88/+268
* time: prepare for 64-bit intsRuss Cox2012-09-231-1/+1
* net/http: use r.Body.Close to close connection during TestServeFileFromCWDAlex Brainman2012-09-241-5/+1
* pkg/go/ast: Avoid doing zero-length writes to the fd.Akshat Kumar2012-09-241-2/+4
* cmd/6g: fix internal error with SSE registers.R?my Oudompheng2012-09-231-5/+5
* cmd/5g: fix buildShenghou Ma2012-09-231-1/+1
* cmd/gc: fix use of nil interface, sliceRuss Cox2012-09-225-0/+56
* cmd/5g: fix register opt bugRuss Cox2012-09-224-8/+54
* reflect: add Type.ConvertibleTo, Value.Convert (API CHANGE)Russ Cox2012-09-224-4/+814
* cmd/cgo: use debug data for enums on windowsJoel Sing2012-09-221-4/+14
* debug/pe: add symbol supportJoel Sing2012-09-223-4/+85
* cmd/gc: fix a spurious -u compile errorRuss Cox2012-09-213-3/+6
* cgo: set alignment to 1 for unions and classes; avoids crash from divide-by-zeroRob Pike2012-09-221-1/+2
* cmd/6g: cosmetic improvements to regopt debugging.R?my Oudompheng2012-09-211-2/+13
* cmd/6g: use all 16 float registers, optimize float movesRuss Cox2012-09-214-13/+59
* runtime: fix typos in commentsJan Ziak2012-09-211-2/+2
* runtime: fix mmap commentsShenghou Ma2012-09-214-3/+6
* all: match asm variable names to Go func declarationsRuss Cox2012-09-2117-132/+132
* unicode: performance improvements (API change)Russ Cox2012-09-216-30/+232
* cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signaturesJoel Sing2012-09-215-40/+136
* net: fix commentMikio Hara2012-09-214-4/+4
* sync: add Once test with panicDmitriy Vyukov2012-09-201-3/+26
* cmd/ld: remove unused assignmentLucio De Re2012-09-201-1/+0
* runtime: reset parfor statsDmitriy Vyukov2012-09-201-0/+5
* crypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage fields from template in C...Andrew Harding2012-09-202-25/+79
* crypto/x509: ignore non-critical email constraintsAdam Langley2012-09-201-3/+1
* cgo: process DWARF info even when debug data is used for valueJoel Sing2012-09-201-4/+5
* vet: fix rangeloop.David Symonds2012-09-201-2/+15
* gofmt: added testcase for files containing \r\n line endingsRobert Griesemer2012-09-193-0/+46
* encoding/gob: fix commentRobert Griesemer2012-09-191-1/+1
* src/all.bat: fix bannerShenghou Ma2012-09-201-1/+4
* misc/cgo/stdio: make it work on Windows and also test itShenghou Ma2012-09-201-5/+4
* cmd/ld: consistent binary for cgo programsShenghou Ma2012-09-203-6/+3
* os: use small writes during console ioAlex Brainman2012-09-192-2/+41
* misc/cgo/test and test/bench/go1: enable these tests on windowsAlex Brainman2012-09-191-10/+8
* cmd/api: fix signatures like func(x, y, z int)Mikio Hara2012-09-193-3/+32
* vet: add range variable misuse detectionAndrew Gerrand2012-09-183-10/+122
* go/doc: synthesize "package main" for examplesAndrew Gerrand2012-09-181-0/+92
* race: linker changesDmitriy Vyukov2012-09-192-1/+10
* cmd/api: allow extension of interfaces with unexported methodsRuss Cox2012-09-183-7/+45
* race: build system changesDmitriy Vyukov2012-09-186-3/+43
* race: cmd/cgo changesDmitriy Vyukov2012-09-182-2/+7
* bytes, strings: add Fields benchmarksRuss Cox2012-09-182-0/+89
* runtime: hide the semaphore table from garbage collectorJan Ziak2012-09-181-3/+5
* reflect: use []unsafe.Pointer instead of []*intJan Ziak2012-09-181-3/+3
* encoding/json: do not read beyond array literalRuss Cox2012-09-182-1/+23
* reflect: add SelectRuss Cox2012-09-184-8/+654
* builtin: Changed documentation for rune type.Anthony Eufemio2012-09-181-2/+1
* runtime: refactor goroutine blockingDmitriy Vyukov2012-09-186-53/+32