summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: avoid a segfault when dumping the symbol tableCarl Shapiro2013-01-281-2/+2
* exp/gotype: fix build breakage due to https://code.google.com/p/go/source/det...Alan Donovan2013-01-281-1/+1
* exp/ssa: (#3 of 5): Function, BasicBlock and optimisationsAlan Donovan2013-01-282-0/+594
* exp/ssa: (#2 of 5): core utilitiesAlan Donovan2013-01-285-15/+961
* math/big: add Rat.{,Set}Float64 methods for IEEE 754 conversions.Alan Donovan2013-01-282-0/+555
* test: add support for build tags.R?my Oudompheng2013-01-285-25/+110
* xml: differentiate between float32 and float64 for marshalSimpleVega Garcia Luis Alfonso2013-01-281-1/+1
* runtime: earlier detection of unused spans.S?bastien Paolacci2013-01-282-9/+9
* go/build: undo CL 7129048Russ Cox2013-01-282-1/+4
* net: fix windows buildIan Lance Taylor2013-01-281-0/+11
* net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor2013-01-2811-17/+179
* src: add race.bashDave Cheney2013-01-281-0/+40
* go/ast: Fix typo for the godoc of ObjKindVega Garcia Luis Alfonso2013-01-271-1/+1
* CONTRIBUTORS: Add Gustavo Franco (Google CLA)Brad Fitzpatrick2013-01-271-0/+1
* runtime: use new CNT_MASK in lfstackIan Lance Taylor2013-01-261-5/+6
* all: make tests able to run multiple times.R?my Oudompheng2013-01-279-93/+124
* cmd/go: add missing testsDave Cheney2013-01-251-0/+18
* runtime: avoid defining the same variable in more than one translation unitShenghou Ma2013-01-264-6/+15
* CONTRIBUTORS: add Carl Shapiro's golang.org addressBrad Fitzpatrick2013-01-251-1/+1
* net/http: fix Content-Length/Transfer-Encoding on HEAD requestsJohn Graham-Cumming2013-01-252-33/+87
* misc/dashboard/builder: synchronize accesses to goroot, always -commitAndrew Gerrand2013-01-251-25/+65
* exp/ssa: API and documentation.Alan Donovan2013-01-242-0/+1234
* doc: add mention of the Go+ communityAndrew Gerrand2013-01-252-3/+12
* go/types: expose types.IsIdentical, the Type equivalence relation.Alan Donovan2013-01-245-20/+20
* go/types: add String() method to Type interface.Alan Donovan2013-01-242-0/+14
* runtime: increase stack limit in a testDmitriy Vyukov2013-01-241-2/+2
* doc/go_spec: remove extra space, align tags, and change a tab to a space.Oling Cat2013-01-242-34/+34
* all: use t.Skip{,f}Dave Cheney2013-01-2431-256/+126
* go/build: document blank line required after build constraintsRick Arnold2013-01-241-0/+3
* go/types: typechecking conversions, part 1 (non-constants)Robert Griesemer2013-01-231-2/+89
* crypto/x509: skip SystemRootsError test on WindowsMikkel Krautz2013-01-241-1/+3
* exp/locale/collate: added functionality for sorting.Marcel van Lohuizen2013-01-232-0/+142
* exp/locale/collate: preparation for adding Search API. Also changed the colla...Marcel van Lohuizen2013-01-2311-264/+395
* syscall: fix fork-exec/wait inconsistencies for Plan 9Akshat Kumar2013-01-221-8/+10
* AUTHORS: remove Vega Garcia Luis Alfonso (covered by Google CLA)Russ Cox2013-01-221-1/+0
* doc/articles/race_detector: fix some format.Oling Cat2013-01-231-22/+38
* xml: Support fields not of type []byte when marshaling ",chardata"Vega Garcia Luis Alfonso2013-01-222-0/+49
* A+C: Vega Garcia Luis Alfonso (individual CLA)Russ Cox2013-01-222-0/+2
* go/build: fix TestBogusDirectory format and maybe Windows failureBrad Fitzpatrick2013-01-221-2/+2
* time: make TestReset more reliableBrad Fitzpatrick2013-01-221-10/+33
* net/url: use bytes.Buffer in (*URL).StringAndrew Gerrand2013-01-232-11/+38
* net/url: generate correct Path when hostname emptyAndrew Gerrand2013-01-232-5/+16
* go/build: ImportDir reject directories that don't existAndrew Gerrand2013-01-232-1/+16
* testing: add Skip/SkipfDave Cheney2013-01-231-2/+47
* encoding/json: ignore unexported fields in UnmarshalRick Arnold2013-01-222-10/+24
* cmd/api: fix type scrubbingBrad Fitzpatrick2013-01-224-15/+27
* lib9: declare __fixargv0 before use in flag.cAkshat Kumar2013-01-222-36/+8
* fmt: Remove dead code and make comments and variables consistent.Robin Eklind2013-01-225-46/+37
* net: don't return nil interface address on netbsdMikio Hara2013-01-232-5/+17
* encoding/xml: simplify copyValueRuss Cox2013-01-221-38/+21