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
2017-07-24
[release-branch.go1.9] go1.9rc1
go1.9rc1
Chris Broadfoot
2017-07-24
[release-branch.go1.9] cmd/compile: consider exported flag in namedata
Ian Lance Taylor
2017-07-24
cmd/link: use full link, not compile, to test for -no-?pie
Ian Lance Taylor
2017-07-24
.github: recommend 'go bug' when filing an issue
Josh Bleecher Snyder
2017-07-24
.github: add SUPPORT file
Josh Bleecher Snyder
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-21
sync: delete a sentence from the Map docs
Brad Fitzpatrick
2017-07-21
net/http: document that after Hijack, Request.Body is invalid
Brad Fitzpatrick
2017-07-21
sync: update Map documentation with usage rule of thumb
Michael Stapelberg
2017-07-21
doc: minor fixes to the editor guide
Jaana Burcu Dogan
2017-07-21
runtime: improve out-of-memory message when VirtualAlloc fails
Austin Clements
2017-07-20
net/http: improve signature of Redirect, NewRequest
Dmitri Shuralyov
2017-07-20
cmd/go, cmd/link: if -no-pie doesn't work, try -nopie
Ian Lance Taylor
2017-07-20
sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test
Bryan C. Mills
2017-07-20
misc/cgo/testsanitizers: add regression test for change 50251
Bryan C. Mills
2017-07-20
cmd/go: fix test when go source tree has POSIX ACL
Jess Frazelle
2017-07-20
runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUIT
Austin Clements
2017-07-20
runtime: don't call libc sigaction function in forked child
Ian Lance Taylor
2017-07-20
os: remove duplicate check from windows os.Stat
Johnny Luo
2017-07-19
net/mail: Fix typo
yansal
2017-07-19
doc: add an editor guide
Jaana Burcu Dogan
2017-07-19
runtime: only trace mark assists that do work
Austin Clements
2017-07-19
cmd/compile: fix unaligned loads/stores to global variables on s390x
Michael Munday
2017-07-18
net/http: fix parameter name in comment
Ian Lance Taylor
2017-07-18
runtime: move tSweepTerm capture closer to STW
Austin Clements
2017-07-18
runtime: always use 2MB stacks on 64-bit Windows
Austin Clements
2017-07-18
database/sql: fix wrong method name in description
Alexey Palazhchenko
2017-07-18
A+C: final updates for Go 1.9
Brad Fitzpatrick
2017-07-17
syscall: update check for UserNS support for centos 7
Jess Frazelle
2017-07-17
cmd/compile: omit X:framepointer in compile version
Russ Cox
2017-07-17
strconv: apply Brad's review comment
Russ Cox
2017-07-17
strconv: fix initialization of atofRandomTests
Russ Cox
2017-07-17
time: fix 400 years offset in comment
Alberto Donizetti
2017-07-17
doc/go1.9: eliminate <code> spaces
Russ Cox
2017-07-17
doc/go1.9: minor clarifications and grammar nits
Russ Cox
2017-07-16
log: adds a Logger Output method Example
gmarik
2017-07-16
bytes: add example for (*Buffer).Grow
Brian Downs
2017-07-16
ast: make ExampleCommentMap a runnable example
closs
2017-07-15
io/ioutil: add example for ReadFile
Vitor De Mario
2017-07-15
sort: add example for Strings
Tony Walker
2017-07-15
math/bits: add examples for leading zero methods
Dylan Waits
2017-07-15
os/exec: add example for Cmd.Run
André Carvalho
2017-07-15
encoding/json: fix indentation in Decode stream example
Iccha Sethi
2017-07-15
encoding/binary: add examples for ByteOrder functions
Ross Light
2017-07-15
strings: add a example for TrimFunc
Francisco Rojas
2017-07-15
archive/zip: remove an out of date TODO
Johnny Luo
2017-07-15
regexp: example for MatchString function
Josh Roppo
2017-07-15
runtime: fix duplicate "the"s
Daniel Morsing
2017-07-15
time: clarify documentation for Location.String
Pat Moroney
2017-07-15
strings: add a example for Compare func
Francisco Rojas
[next]