summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall2018-04-105-167/+28
* text/template: copy Decl field when copying PipeNodeIan Lance Taylor2018-04-102-0/+16
* cmd/go: compile packages imported by runtime with -+Ian Lance Taylor2018-04-101-2/+7
* test/codegen: port arm64 BIC/EON/ORN and masking testsAlberto Donizetti2018-04-101-43/+0
* test/codegen: port last remaining misc bit/arithmetic testsAlberto Donizetti2018-04-101-37/+0
* cmd/compile: sort method sets using package heightMatthew Dempsky2018-04-102-3/+20
* cmd/compile: add package height to export dataMatthew Dempsky2018-04-096-12/+59
* cmd/compile: fix constant pointer comparison failureMatthew Dempsky2018-04-093-34/+13
* cmd/compile: refactor symbol sorting logicMatthew Dempsky2018-04-096-149/+117
* cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky2018-04-0911-42/+44
* cmd/compile: optimize comparisons using load merging where availableMichael Munday2018-04-091-22/+26
* encoding/json: remove unnecessary else conditionsbontequero2018-04-091-8/+4
* cmd/internal/obj/x86: remove redundant code (fix TODO)isharipo2018-04-091-32/+3
* crypto/rsa: improve the comment of PublicKey.SizeFilippo Valsorda2018-04-091-1/+2
* cmd/compile: insert instrumentation during SSA buildingMatthew Dempsky2018-04-096-519/+167
* cmd/internal/obj/arm64: add assembler support for load with register offsetfanzha022018-04-099-87/+251
* cmd: remove a few more unused parametersDaniel Martí2018-04-097-56/+51
* test/codegen: port various mem-combining testsAlberto Donizetti2018-04-091-55/+0
* net/http: fix comment on LocalAddrContextKeyRyan Slade2018-04-081-2/+2
* internal/cpu: skip arm64 feature test on unsupported GOOSMeng Zhuo2018-04-081-7/+16
* cmd/compile: handle blank struct fields in NumComponentsJosh Bleecher Snyder2018-04-073-5/+21
* cmd/internal/obj/x86: use raw string literals in regexpAlekseev Artem2018-04-071-2/+2
* test/codegen: port arm64 slice zeroing testsAlberto Donizetti2018-04-071-154/+0
* runtime: improve Windows gdb testsEgon Elbre2018-04-071-3/+6
* cmd/vendor/.../pprof: update to 0f7d9ba1Daniel Martí2018-04-0627-195/+401
* net/http: replace SOCKS client implementationMikio Hara2018-04-0610-693/+437
* os/user: add a way to enforce pure Go implementationKir Kolyshkin2018-04-065-4/+16
* time: simplify comparison in testVeselkov Konstantin2018-04-061-2/+2
* cmd/compile: change cmplx{mpy,div} into Mpcplx methodsMatthew Dempsky2018-04-062-94/+73
* runtime: factor waiting on mark phaseAustin Clements2018-04-061-35/+32
* html/template: grow srcset buffer in proportion to needRhys Hiltner2018-04-062-1/+6
* runtime: distinguish semaphore wait from sync.Cond.WaitAustin Clements2018-04-061-1/+1
* cmd/compile/internal/gc: use bool in racewalkIlya Tocar2018-04-061-43/+50
* cmd/compile: ensure first instruction of function is stmtDavid Chase2018-04-061-0/+15
* cmd/compile: cleanup method expression type checkingMatthew Dempsky2018-04-062-66/+60
* cmd/compile: fix method expressions with anonymous receiversMatthew Dempsky2018-04-062-0/+11
* net: use same sendFile for freebsd/dragonfly and solarisTobias Klauser2018-04-062-66/+3
* net/rpc: unlock client.mutex as early as possiblechanxuehong2018-04-061-1/+1
* cmd/asm/internal/arch: unexport ParseARM64SuffixTobias Klauser2018-04-061-3/+3
* cmd: some semi-automated cleanupsDaniel Martí2018-04-0613-53/+6
* cmd/compile: eliminate unused Sig.offset fieldMatthew Dempsky2018-04-061-8/+6
* cmd/compile: rewrite a & 1 != 1 into a & 1 == 0 on amd64Josh Bleecher Snyder2018-04-052-44/+299
* math/big: clean up z.div(z, x, y) callsBrian Kessler2018-04-051-2/+2
* cmd/compile: cleanup method symbol creationMatthew Dempsky2018-04-059-101/+64
* runtime: avoid calling adjustpointers unnecessarilyJosh Bleecher Snyder2018-04-051-13/+19
* cmd/compile/internal/gc: factor out beginning of SSAGenState.CallRichard Musiol2018-04-051-17/+29
* cmd/trace: include taskless spans in /usertasks.Hana Kim2018-04-052-11/+30
* math/big: improve performance on ppc64x by unrolling loopsCarlos Eduardo Seo2018-04-051-56/+237
* runtime: fix/improve exitThread on openbsdJoel Sing2018-04-053-22/+2
* cmd/compile/internal/ssa: fix GO386=387 buildIlya Tocar2018-04-052-24/+48