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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal/fuzz: don't deflake coverage found while fuzzing
Katie Hockman
2021-10-27
1
-14
/
+3
*
internal/poll: improve the padding calculation inside struct splicePipe
Andy Pan
2021-10-27
1
-3
/
+7
*
internal/fuzz: tiny refactor+fix
Katie Hockman
2021-10-26
2
-2
/
+2
*
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-26
2
-2
/
+2
*
internal/poll: avoid tiny allocator for splicePipe
Ian Lance Taylor
2021-10-25
1
-0
/
+4
*
internal/poll: fix a few function names on comments
Andy Pan
2021-10-22
1
-2
/
+2
*
internal/bytealg: fix Separator length check for Index/ppc64le
Archana R
2021-10-21
1
-3
/
+3
*
internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64x
Archana R
2021-10-19
2
-5
/
+58
*
internal/fuzz: fix bugs with minimization
Katie Hockman
2021-10-15
3
-44
/
+46
*
internal/poll,net: support poll.Sendfile for darwin
Koichi Shiraishi
2021-10-13
1
-2
/
+2
*
all: fix spelling mistakes
nicksherron
2021-10-13
2
-2
/
+2
*
internal/fuzz: fix -fuzzminimizetime with 'x' bug
Katie Hockman
2021-10-12
1
-3
/
+5
*
testing: fix -run behavior with fuzz tests
Katie Hockman
2021-10-12
2
-40
/
+44
*
go/build, internal/goarch: sort goarchList alphabetically
Tobias Klauser
2021-10-08
23
-46
/
+46
*
internal/fuzz: log that minimization is occurring
Katie Hockman
2021-10-07
1
-8
/
+12
*
internal/cpu: remove option to mark cpu features required
Martin Möhrmann
2021-10-06
2
-26
/
+2
*
internal/fuzz: log average execs/sec since last log
Katie Hockman
2021-10-06
1
-8
/
+19
*
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
1
-5
/
+5
*
internal/buildcfg: enable register ABI for PPC64
Lynn Boger
2021-10-05
1
-2
/
+6
*
internal/fuzz: print size of interesting cache
Amelia Downs
2021-10-04
1
-1
/
+6
*
internal/fuzz: disconnect stdout and stderr from the worker
Katie Hockman
2021-09-29
1
-2
/
+0
*
internal/bytealg: port bytealg functions to reg ABI on ppc64x
Lynn Boger
2021-09-28
3
-20
/
+95
*
cmd/go: adjust comments on why fuzzing instrumentation is disabled
Jay Conrod
2021-09-24
1
-1
/
+3
*
internal/fuzz,cmd/compile: don't add race instrumentation to counters
Roland Shoemaker
2021-09-22
1
-3
/
+5
*
internal/fuzz: allocate memory for mutated strings
Roland Shoemaker
2021-09-22
2
-6
/
+17
*
[dev.fuzz] internal/fuzz: more fuzzing output adjustments
Katie Hockman
2021-09-22
2
-63
/
+81
*
internal/fuzz: temporarily work around test failures after dev.fuzz merge
Jay Conrod
2021-09-21
4
-19
/
+55
*
internal/abi: define PPC64 register ABI constants
Lynn Boger
2021-09-21
2
-2
/
+23
*
internal/buildcfg: fix test for GOAMD64=v3 ./all.bash
Matthew Dempsky
2021-09-20
1
-1
/
+2
*
[dev.fuzz] Merge remote-tracking branch 'origin/dev.fuzz' into merge-fuzz
Jay Conrod
2021-09-20
20
-0
/
+4919
|
\
|
*
[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
Katie Hockman
2021-09-20
5
-38
/
+85
|
|
\
|
|
/
|
/
|
|
*
[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...
Katie Hockman
2021-09-20
1
-32
/
+4
|
*
[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpus
Katie Hockman
2021-09-20
1
-0
/
+1
|
*
[dev.fuzz] internal/fuzz: rework default test behavior before fuzzing
Katie Hockman
2021-09-16
3
-93
/
+137
|
*
[dev.fuzz] internal: fuzzing output adjustments
Katie Hockman
2021-09-15
1
-10
/
+14
|
*
[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zero
Katie Hockman
2021-09-10
1
-13
/
+19
|
*
[dev.fuzz] internal/fuzz: write a newline to the end of a corpus file
Katie Hockman
2021-09-10
2
-12
/
+20
|
*
[dev.fuzz] internal/fuzz: improve warning message when not instrumented
Katie Hockman
2021-09-10
1
-5
/
+1
|
*
[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimization
Katie Hockman
2021-09-09
2
-8
/
+42
|
*
[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
Jay Conrod
2021-09-09
99
-314
/
+2045
|
|
\
|
*
|
[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC return
Jay Conrod
2021-09-08
1
-25
/
+41
|
*
|
[dev.fuzz] internal/fuzz: fix panic when marshaling data
Katie Hockman
2021-09-08
1
-2
/
+2
|
*
|
[dev.fuzz] internal/fuzz: maintain debug info during minimization
Roland Shoemaker
2021-09-03
2
-1
/
+7
|
*
|
[dev.fuzz] internal/fuzz: don't store corpus in memory
Roland Shoemaker
2021-09-02
2
-32
/
+48
|
*
|
[dev.fuzz] internal/fuzz: minimize inputs that expand coverage
Jay Conrod
2021-09-02
6
-166
/
+468
|
*
|
[dev.fuzz] internal/fuzz: fail minimization on non-reproducible crash
Jay Conrod
2021-08-31
2
-39
/
+61
|
*
|
[dev.fuzz] internal/fuzz: ensure crash is written if minimization interrupted
Jay Conrod
2021-08-31
1
-5
/
+24
|
*
|
[dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztime
Jay Conrod
2021-08-31
1
-0
/
+1
|
*
|
[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztime
Jay Conrod
2021-08-31
2
-49
/
+133
|
*
|
[dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshot
Jay Conrod
2021-08-23
3
-48
/
+95
[next]