index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-16
[release-branch.go1.10] go1.10
go1.10
Andrew Bonventre
2018-02-16
[release-branch.go1.10] cmd/go: add options to security whitelist
Ian Lance Taylor
2018-02-16
[release-branch.go1.10] cmd/compile: permit go:cgo_import_dynamic anywhere
Ian Lance Taylor
2018-02-16
[release-branch.go1.10] doc: add note about invalid flag errors to 1.10 relea...
Ian Lance Taylor
2018-02-15
[release-branch.go1.10] doc: mention net/http Server Content-Type change
Brad Fitzpatrick
2018-02-15
[release-branch.go1.10] doc: remove draft notice from Go 1.10 release notes
Ian Lance Taylor
2018-02-15
[release-branch.go1.10] cmd/compile: fix constant folding of right shifts on ...
Keith Randall
2018-02-15
[release-branch.go1.10] cmd/compile: fix constant folding of right shifts
Keith Randall
2018-02-12
all: restore changes from faulty merge/revert
Andrew Bonventre
2018-02-12
Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"
Andrew Bonventre
2018-02-12
[release-branch.go1.10] all: merge master into release-branch.go1.10
Andrew Bonventre
2018-02-12
doc: note that x509 cert parsing rejects some more certs now
Brad Fitzpatrick
2018-02-11
CONTRIBUTING: remove Pull Request bit
Brad Fitzpatrick
2018-02-09
cmd/fix: fix cast check
Keith Randall
2018-02-09
doc: minor wording improvement to the diagnostics guide
JBD
2018-02-09
all: remove PULL_REQUEST_TEMPLATE from .github
Andrew Bonventre
2018-02-08
doc: remove Pull Request note in README.md
Andrew Bonventre
2018-02-07
doc: document Go 1.9.4 and Go 1.8.7
Russ Cox
2018-02-07
[release-branch.go1.10] go1.10rc2
go1.10rc2
Russ Cox
2018-02-07
[release-branch.go1.10] all: merge master into release-branch.go1.10, for go1...
Russ Cox
2018-02-07
cmd/go: accept only limited compiler and linker flags in #cgo directives
Russ Cox
2018-02-07
all: merge master into release-branch.go1.10, for go1.10rc2
Russ Cox
2018-02-07
cmd/link/internal/loadelf: fix logic for computing ELF flags on ARM
Michael Hudson-Doyle
2018-02-07
cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"
Ian Lance Taylor
2018-02-06
cmd/compile: use unsigned loads for multi-element comparisons
Keith Randall
2018-02-06
cmd/go: rebuild as needed for tests of packages that add methods
Russ Cox
2018-02-06
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2018-02-06
cmd/vet: unexported interface{} fields on %s are ok
Daniel MartÃ
2018-02-06
cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...
fanzha02
2018-02-05
cmd/go: only run -race test if -race works
Ian Lance Taylor
2018-02-05
doc/editors: remove feature matrix for various editors/IDEs
Andrew Bonventre
2018-02-05
cmd/go: ignore coverpkg match on sync/atomic in atomic coverage mode
Ian Lance Taylor
2018-02-02
cmd/go: fix import config debugging flag
Russ Cox
2018-02-02
go/internal/gccgoimporter: remove old and exp gccgo packages in test
Ian Lance Taylor
2018-02-02
misc/cgo/test: get uintptr, not pointer, from dlopen
Ian Lance Taylor
2018-02-02
spec: remove need for separate Function production (cleanup)
Robert Griesemer
2018-02-02
net: fix the kernel state name for TCP listen queue on FreeBSD
Mikio Hara
2018-01-31
cmd/go: fix TestNoCache on Plan 9
David du Colombier
2018-01-31
runtime: restore RSB for sigpanic call on mips64x
Austin Clements
2018-01-31
runtime: suppress "unexpected return pc" any time we're in cgo
Austin Clements
2018-01-31
syscall: use SYS_GETDENTS64 on linux/mips64{,le}
Tobias Klauser
2018-01-31
test: add test for gccgo bug 23545
Cherry Zhang
2018-01-31
cmd/go: if unable to initialize cache, just disable it
Ian Lance Taylor
2018-01-31
runtime: fail silently if we unwind over sigpanic into C code
Austin Clements
2018-01-31
runtime: don't unwind past asmcgocall
Austin Clements
2018-01-31
os/signal: skip TestTerminalSignal if posix_openpt fails with EACCES
Michael Hudson-Doyle
2018-01-31
cmd/vendor/github.com/google/pprof: cherry-pick fix to cope with $HOME not be...
Michael Hudson-Doyle
2018-01-30
doc: add GOMIPS to source installation docs
Brad Fitzpatrick
2018-01-30
cmd/fix: cleanup directories created during typecheck
Mohit Agarwal
2018-01-30
bootstrap.bash: only fetch git revision if we need it
Ian Lance Taylor
[next]