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-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
2018-01-30
cmd/vet: extra args if any formats are indexed are ok
Daniel Martí
2018-01-30
cmd/vet: %s is valid for an array of stringer
Daniel Martí
2018-01-30
cmd/vet: **T is not Stringer if *T has a String method
Daniel Martí
2018-01-30
cmd/vet: disable complaint about 0 flag in print
Rob Pike
2018-01-29
doc: fix the closing tag in contribute.html
Mohit Agarwal
2018-01-29
doc: fix two small mistakes in 1.10 release notes
Alberto Donizetti
2018-01-28
cmd/go: skip external tests on plan9/arm
David du Colombier
2018-01-26
doc: fix spelling mistake
Kevin Burke
2018-01-26
os: document inheritance of thread state over exec
Austin Clements
2018-01-25
cmd/compile: don't inline functions that call recover
Austin Clements
2018-01-25
database/sql: buffers provided to Rows.Next should not be modified by drivers
Daniel Theophanes
2018-01-25
doc: remove Sarah Adams from conduct working group contacts
Sarah Adams
2018-01-25
[release-branch.go1.10] go1.10rc1
go1.10rc1
Andrew Bonventre
2018-01-25
database/sql: fix TestConversions when count > 1
Daniel Theophanes
2018-01-25
os: use the syscall version of Getwd for Plan 9
Richard Miller
2018-01-24
cmd/go: fix -coverpkg=all with dot imports
Russ Cox
2018-01-24
go/types: fix spelling mistake in comment
Kevin Burke
2018-01-24
runtime/pprof: scale mutex profile with sampling rate
Hana Kim
[next]