summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fmt: optimize %x and %X formatting for byte slices and stringsMartin Möhrmann2016-03-032-44/+134
* cmd/compile: fix fieldtrack experimentKeith Randall2016-03-031-0/+5
* cmd/compile: more lineno type conversionsMatthew Dempsky2016-03-033-4/+4
* cmd/link: add Minalign field to ld.ArchMichael Munday2016-03-0314-6/+19
* net: deduplicate TCP socket codeMikio Hara2016-03-0313-404/+325
* cmd/compile: exit early if oldname doesn't find a nameRobert Griesemer2016-03-031-0/+1
* cmd/compile: remove more superfluous int(lineno) conversionsRobert Griesemer2016-03-0313-62/+58
* compress/bzip2: refactor unit testsJoe Tsai2016-03-037-399/+180
* net: skip TestLookupPort on android with netgoBurcu Dogan2016-03-031-0/+4
* math: delete unused function sqrtCRob Pike2016-03-031-4/+0
* cmd/compile: eliminate arch-specific typedefsMatthew Dempsky2016-03-039-115/+35
* doc: add link to 1.6 release notes on golang.org/project pageChris Broadfoot2016-03-031-0/+1
* cmd/link: pack LSym boolean attributesDavid Crawshaw2016-03-0320-253/+283
* cmd/link: stop generating garbage in elfhashBrad Fitzpatrick2016-03-031-11/+7
* misc/cgo/test: rewrite windows version of mysleepAlex Brainman2016-03-022-21/+1
* cmd/link: make Allsym a sliceDavid Crawshaw2016-03-0210-39/+29
* cmd/compile/internal/gc: export & import function bodies, but don't hook upRobert Griesemer2016-03-025-149/+707
* cmd/link: replace custom hashmap in DWARF writerDavid Crawshaw2016-03-021-47/+7
* cmd/compile: trunc(and(x,K)) rewrite to trunc(x) for some KDavid Chase2016-03-022-0/+121
* cmd/compile: remove missed int(lineno) conversionsRobert Griesemer2016-03-021-9/+9
* fmt: optimize string truncationMartin Möhrmann2016-03-022-5/+14
* cmd/compile: introduce linestr helper to simplify line reportingRobert Griesemer2016-03-026-33/+37
* runtime/pprof: sort counted profiles by countRuss Cox2016-03-022-12/+76
* cmd/compile: use int32 for line numbers consistentlyRobert Griesemer2016-03-0220-105/+87
* go/ast: fix typo in commentIan Lance Taylor2016-03-021-1/+1
* crypto/tls: check errors from (*Conn).writeRecordTamir Duberstein2016-03-025-39/+123
* cmd/link: C is gone, remove check for Go calling CDavid Crawshaw2016-03-024-63/+0
* compress/bzip2: prevent zero-length Huffman codesJoe Tsai2016-03-022-3/+12
* net: fix vet warningsMohit Agarwal2016-03-023-8/+8
* cmd/link: rename Hide to Hidden and make a boolDavid Crawshaw2016-03-025-18/+18
* cmd/link: write DWARF PC table without seekingDavid Crawshaw2016-03-021-86/+59
* cmd/link: add array append version of methodsDavid Crawshaw2016-03-028-1/+54
* cmd/compile: some SSA cleanupKeith Randall2016-03-027-39/+21
* net/url: fix parsing of URLs ending in question markBrad Fitzpatrick2016-03-022-3/+14
* cmd/compile: give SymFlags type to Sym flagsRobert Griesemer2016-03-021-8/+10
* cmd/vet: polish output of shadow testMarvin Stenger2016-03-023-9/+9
* all: single space after period.Brad Fitzpatrick2016-03-02536-1732/+1732
* cmd/compile: fix OADDSTR buffer size calculationIan Lance Taylor2016-03-021-2/+2
* cmd/compile: s/flag_race/instrumenting/ in OCONVNOP checkIan Lance Taylor2016-03-011-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-01787-788/+788
* cmd/compile: delete unused lexer tokens, replace with LOPERRobert Griesemer2016-03-012-67/+49
* cmd/compile: remove _ssa print triggerKeith Randall2016-03-011-1/+1
* Merge "Merge branch 'dev.ssa' into mergebranch"Gerrit Code Review2016-03-01148-207/+69628
|\
| * Merge branch 'dev.ssa' into mergebranchKeith Randall2016-03-01148-207/+69628
| |\
| | * [dev.ssa] cmd/compile: adjust branch likeliness for calls/loopsDavid Chase2016-03-014-3/+388
| | * cmd/compile/internal/ssa: cleanup godocsMatthew Dempsky2016-03-015-0/+5
| | * [dev.ssa] cmd/compile/internal/ssa: simplify boolean phisAlexandru Moșoi2016-03-013-0/+130
| | * [dev.ssa] cmd/compile/internal/ssa: distribute multiplication into additionAlexandru Moșoi2016-03-012-0/+75
| | * [dev.ssa] cmd/compile: promote byte/word operationIlya Tocar2016-03-013-97/+112
| | * [dev.ssa] cmd/compile: Make PPARAMOUT variables SSAableKeith Randall2016-03-013-22/+75