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
*
syscall: use correct cmsg alignment for openbsd/arm
Joel Sing
2018-12-13
1
-6
/
+19
*
strings: add ReplaceAll example
dupoxy
2018-12-13
1
-0
/
+6
*
strings: revert accidental example change from CL 153840
Brad Fitzpatrick
2018-12-13
1
-1
/
+1
*
go/build: document when Context.BuildTags is used.
Muhammad Falak R Wani
2018-12-12
1
-0
/
+1
*
runtime: pass LR to sigprof on windows/arm
Jordan Rhee
2018-12-12
1
-1
/
+1
*
cmd/go: reject GOCACHE=off when the default cache is initialized
Bryan C. Mills
2018-12-12
9
-159
/
+99
*
go/internal/gccgoimporter: permit fixups for V2 export data
Than McIntosh
2018-12-12
4
-6
/
+127
*
cmd/go/internal/web2: log http requests with -v
Hana Kim
2018-12-12
1
-3
/
+5
*
syscall: update doc comment to match behavior for Proc.Call
Andrew Bonventre
2018-12-12
1
-1
/
+1
*
cmd/go/internal/modfetch: skip symlinks in (*coderepo).Zip
Bryan C. Mills
2018-12-12
1
-0
/
+5
*
cmd/go: reproduce #28680
Bryan C. Mills
2018-12-12
1
-2
/
+38
*
cmd/go: retain sums for replacement modules in 'go mod tidy'
Bryan C. Mills
2018-12-12
2
-1
/
+39
*
cmd/compile: don't combine load+op if the op has SymAddr arguments
Keith Randall
2018-12-12
2
-0
/
+16
*
cmd/go: link to the FAQ for errors that indicate private VCS repos.
Julie Qiu
2018-12-12
3
-3
/
+22
*
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-12-12
5
-0
/
+239
*
cmd/compile: Avoid and filter out zero-length location-lists.
David Chase
2018-12-12
1
-5
/
+12
*
go/format: add simple benchmark framework and basic benchmark
Robert Griesemer
2018-12-12
1
-0
/
+91
*
runtime/pprof: ignore cpu profile test failures on openbsd/arm
Joel Sing
2018-12-12
1
-0
/
+4
*
syscall: regenerate ztypes for openbsd/arm
Joel Sing
2018-12-12
2
-25
/
+33
*
os: in RemoveAll, try Remove first
Ian Lance Taylor
2018-12-12
2
-0
/
+34
*
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
Jordan Rhee
2018-12-12
1
-0
/
+4
*
runtime: fix profiling on windows/ARM
Jordan Rhee
2018-12-12
3
-55
/
+101
*
cmd/cgo: set correct column for user-written code
Ian Lance Taylor
2018-12-12
1
-7
/
+30
*
cmd/go: fix 'go test' and 'go fmt' with files outside a module
Bryan C. Mills
2018-12-11
7
-32
/
+91
*
cmd/go/internal/modfetch/codehost: return VCSError for unimplemented function...
Bryan C. Mills
2018-12-11
2
-14
/
+46
*
cmd/compile: use innermost line number for -S
Keith Randall
2018-12-11
7
-20
/
+38
*
cmd/go: add a [root] condition to script_test
Bryan C. Mills
2018-12-11
2
-0
/
+3
*
go/internal/gccgoimporter: add XCOFF support
Clément Chigot
2018-12-11
3
-12
/
+49
*
cmd/go: add a chmod command to script_test
Bryan C. Mills
2018-12-11
2
-0
/
+23
*
internal/xcoff: add big archive support
Clément Chigot
2018-12-11
6
-0
/
+319
*
runtime: revise openbsd/arm runtime defs
Joel Sing
2018-12-11
1
-10
/
+14
*
cmd/cgo: don't cache bad pointer typedefs
Ian Lance Taylor
2018-12-11
1
-4
/
+14
*
cmd/cover: simplify and correct isValidIdentifier
Ian Lance Taylor
2018-12-11
1
-6
/
+11
*
cmd/nm: run tests in parallel, don't use Scanner on []byte
Ian Lance Taylor
2018-12-11
1
-16
/
+8
*
cmd/link: only create .init_array section if not empty
Ian Lance Taylor
2018-12-11
1
-1
/
+1
*
cmd/cgo: preserve type information across loadDWARF loop
Ian Lance Taylor
2018-12-11
1
-15
/
+20
*
cmd/compile: emit a symbol for a method expression when using -dynlink
Ian Lance Taylor
2018-12-11
1
-0
/
+6
*
cmd/compile: set correct line number for method wrappers
Keith Randall
2018-12-10
1
-0
/
+8
*
runtime: fix CGO traceback frame count
Mark Pulford
2018-12-10
4
-12
/
+65
*
cmd/cover: check that the argument of -var is valid
Andrea Nodari
2018-12-10
2
-0
/
+22
*
hash/fnv: use bits.Mul64 for 128-bit hash
Brian Kessler
2018-12-10
1
-22
/
+11
*
cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 v2.2.2
Bryan C. Mills
2018-12-10
1
-4
/
+4
*
cmd/cgo: don't pass CGO_CFLAGS -g options to debug info generation
Ian Lance Taylor
2018-12-10
2
-2
/
+11
*
cmd/go: fix errors for commands run outside of modules
Jay Conrod
2018-12-10
3
-2
/
+33
*
go/build: improve comment on Context.CgoEnabled
Gn Shivakumar
2018-12-10
1
-1
/
+1
*
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-12-10
15
-8
/
+9
*
crypto/ecdsa: fix NSA reference to Suite B implementer's guide to FIPS 186-3
Gerasimos (Makis) Maropoulos
2018-12-10
1
-1
/
+1
*
math/bits: remove named return in TrailingZeros16
Alberto Donizetti
2018-12-09
1
-1
/
+1
*
cmd/link/internal/ld: run tests in parallel
Ian Lance Taylor
2018-12-08
3
-2
/
+23
*
cmd/compile: check for negative upper bound to IsSliceInBounds
David Chase
2018-12-07
1
-0
/
+21
[next]