summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma2012-09-263-7/+12
* cmd/go: assume that code in $GOROOT is up to dateJoel Sing2012-09-271-8/+13
* reflect.DeepEqual: rewrite clarification about nil and empty slice.Rob Pike2012-09-261-1/+1
* net: fix plan 9 buildMikio Hara2012-09-265-100/+258
* reflect.DeepEqual: document that empty and nil are unequal for slicesRob Pike2012-09-261-0/+1
* exp/types/staging: updated gcimporterRobert Griesemer2012-09-254-0/+1240
* exp/types/staging: support for typechecking (most) builtinsRobert Griesemer2012-09-252-0/+607
* exp/types/staging: operands, constants, and error handlingRobert Griesemer2012-09-2510-320/+1623
* net/http: use tls host instead of proxy, when checking against a certificateChristian Himpel2012-09-251-1/+1
* syscall: do not use int to test network syscall results (on windows)Alex Brainman2012-09-254-162/+164
* cmd/5c: fix dataflag annotationShenghou Ma2012-09-251-4/+2
* cmd/dist: new version for string for development branchRuss Cox2012-09-242-4/+6
* build: make int 64 bits on amd64Russ Cox2012-09-248-78/+78
* runtime: add types to MSpanJan Ziak2012-09-245-13/+354
* reflect: add MakeFunc (API CHANGE)Russ Cox2012-09-247-7/+377
* net: add read, write message methods to IPConn, UDPConnMikio Hara2012-09-252-0/+70
* cmd/{5g,6g,8g,6c}: remove unused macro, use %E to print etype.R?my Oudompheng2012-09-246-10/+4
* cmd/6g, cmd/8g: add OINDREG, ODOT, ODOTPTR cases to igen.R?my Oudompheng2012-09-244-11/+76
* crypto/tls: support session ticket resumption.Adam Langley2012-09-2410-209/+1096
* testing: document -test.bench flagFrancesc Campoy2012-09-241-0/+3
* cmd/gc: fix escape analysis bugRuss Cox2012-09-241-1/+7
* regexp/syntax: define accepted syntaxRuss Cox2012-09-242-4/+127
* cmd/8g: don't create redundant temporaries in bgen.R?my Oudompheng2012-09-241-12/+24
* testing: add memory allocation stats to benchmarkEric Roshan-Eisner2012-09-242-6/+58
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-2416-78/+81
* cmd/ld: prepare for 64-bit intsRuss Cox2012-09-244-8/+11
* cmd/cgo: prepare for 64-bit intsRuss Cox2012-09-243-11/+38
* runtime: prepare for 64-bit intsRuss Cox2012-09-2420-112/+161
* cmd/[568]g: explain the purpose of various Reg fields.R?my Oudompheng2012-09-243-24/+36
* lib9/fmt: do not put a main symbol into lib9.aRuss Cox2012-09-241-0/+2
* cmd/gc: fix comment for caninlRuss Cox2012-09-241-4/+2
* cmd/dist, pkg/runtime: Plan 9, 64-bit: Get PID from TLS; remove use of `_tos'.Akshat Kumar2012-09-244-6/+8
* reflect: fix mistake in error messageRuss Cox2012-09-241-1/+1
* encoding/asn1: prepare for 64-bit intsRuss Cox2012-09-242-17/+18
* compress/flate: move the history buffer out of the decompressor struct.Nigel Tao2012-09-241-2/+4
* exp/locale/collate/tools/colcmp: implementation of colcmp tool used for compa...Marcel van Lohuizen2012-09-247-0/+2066
* 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