index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: use fixed TLS offsets on darwin/amd64 and darwin/386
Keith Randall
2018-04-10
5
-167
/
+28
*
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
2018-04-10
2
-0
/
+16
*
cmd/go: compile packages imported by runtime with -+
Ian Lance Taylor
2018-04-10
1
-2
/
+7
*
test/codegen: port arm64 BIC/EON/ORN and masking tests
Alberto Donizetti
2018-04-10
1
-43
/
+0
*
test/codegen: port last remaining misc bit/arithmetic tests
Alberto Donizetti
2018-04-10
1
-37
/
+0
*
cmd/compile: sort method sets using package height
Matthew Dempsky
2018-04-10
2
-3
/
+20
*
cmd/compile: add package height to export data
Matthew Dempsky
2018-04-09
6
-12
/
+59
*
cmd/compile: fix constant pointer comparison failure
Matthew Dempsky
2018-04-09
3
-34
/
+13
*
cmd/compile: refactor symbol sorting logic
Matthew Dempsky
2018-04-09
6
-149
/
+117
*
cmd/compile: rename gc.exportname to types.IsExported
Matthew Dempsky
2018-04-09
11
-42
/
+44
*
cmd/compile: optimize comparisons using load merging where available
Michael Munday
2018-04-09
1
-22
/
+26
*
encoding/json: remove unnecessary else conditions
bontequero
2018-04-09
1
-8
/
+4
*
cmd/internal/obj/x86: remove redundant code (fix TODO)
isharipo
2018-04-09
1
-32
/
+3
*
crypto/rsa: improve the comment of PublicKey.Size
Filippo Valsorda
2018-04-09
1
-1
/
+2
*
cmd/compile: insert instrumentation during SSA building
Matthew Dempsky
2018-04-09
6
-519
/
+167
*
cmd/internal/obj/arm64: add assembler support for load with register offset
fanzha02
2018-04-09
9
-87
/
+251
*
cmd: remove a few more unused parameters
Daniel Martí
2018-04-09
7
-56
/
+51
*
test/codegen: port various mem-combining tests
Alberto Donizetti
2018-04-09
1
-55
/
+0
*
net/http: fix comment on LocalAddrContextKey
Ryan Slade
2018-04-08
1
-2
/
+2
*
internal/cpu: skip arm64 feature test on unsupported GOOS
Meng Zhuo
2018-04-08
1
-7
/
+16
*
cmd/compile: handle blank struct fields in NumComponents
Josh Bleecher Snyder
2018-04-07
3
-5
/
+21
*
cmd/internal/obj/x86: use raw string literals in regexp
Alekseev Artem
2018-04-07
1
-2
/
+2
*
test/codegen: port arm64 slice zeroing tests
Alberto Donizetti
2018-04-07
1
-154
/
+0
*
runtime: improve Windows gdb tests
Egon Elbre
2018-04-07
1
-3
/
+6
*
cmd/vendor/.../pprof: update to 0f7d9ba1
Daniel Martí
2018-04-06
27
-195
/
+401
*
net/http: replace SOCKS client implementation
Mikio Hara
2018-04-06
10
-693
/
+437
*
os/user: add a way to enforce pure Go implementation
Kir Kolyshkin
2018-04-06
5
-4
/
+16
*
time: simplify comparison in test
Veselkov Konstantin
2018-04-06
1
-2
/
+2
*
cmd/compile: change cmplx{mpy,div} into Mpcplx methods
Matthew Dempsky
2018-04-06
2
-94
/
+73
*
runtime: factor waiting on mark phase
Austin Clements
2018-04-06
1
-35
/
+32
*
html/template: grow srcset buffer in proportion to need
Rhys Hiltner
2018-04-06
2
-1
/
+6
*
runtime: distinguish semaphore wait from sync.Cond.Wait
Austin Clements
2018-04-06
1
-1
/
+1
*
cmd/compile/internal/gc: use bool in racewalk
Ilya Tocar
2018-04-06
1
-43
/
+50
*
cmd/compile: ensure first instruction of function is stmt
David Chase
2018-04-06
1
-0
/
+15
*
cmd/compile: cleanup method expression type checking
Matthew Dempsky
2018-04-06
2
-66
/
+60
*
cmd/compile: fix method expressions with anonymous receivers
Matthew Dempsky
2018-04-06
2
-0
/
+11
*
net: use same sendFile for freebsd/dragonfly and solaris
Tobias Klauser
2018-04-06
2
-66
/
+3
*
net/rpc: unlock client.mutex as early as possible
chanxuehong
2018-04-06
1
-1
/
+1
*
cmd/asm/internal/arch: unexport ParseARM64Suffix
Tobias Klauser
2018-04-06
1
-3
/
+3
*
cmd: some semi-automated cleanups
Daniel Martí
2018-04-06
13
-53
/
+6
*
cmd/compile: eliminate unused Sig.offset field
Matthew Dempsky
2018-04-06
1
-8
/
+6
*
cmd/compile: rewrite a & 1 != 1 into a & 1 == 0 on amd64
Josh Bleecher Snyder
2018-04-05
2
-44
/
+299
*
math/big: clean up z.div(z, x, y) calls
Brian Kessler
2018-04-05
1
-2
/
+2
*
cmd/compile: cleanup method symbol creation
Matthew Dempsky
2018-04-05
9
-101
/
+64
*
runtime: avoid calling adjustpointers unnecessarily
Josh Bleecher Snyder
2018-04-05
1
-13
/
+19
*
cmd/compile/internal/gc: factor out beginning of SSAGenState.Call
Richard Musiol
2018-04-05
1
-17
/
+29
*
cmd/trace: include taskless spans in /usertasks.
Hana Kim
2018-04-05
2
-11
/
+30
*
math/big: improve performance on ppc64x by unrolling loops
Carlos Eduardo Seo
2018-04-05
1
-56
/
+237
*
runtime: fix/improve exitThread on openbsd
Joel Sing
2018-04-05
3
-22
/
+2
*
cmd/compile/internal/ssa: fix GO386=387 build
Ilya Tocar
2018-04-05
2
-24
/
+48
[next]