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-06-14
cmd/go: disable tool version check during bootstrap
go1.9beta1
Brad Fitzpatrick
2017-06-14
net/http: update bundled http2
Brad Fitzpatrick
2017-06-14
api: promote next to go1.9
Chris Broadfoot
2017-06-14
api: update next.txt
Chris Broadfoot
2017-06-14
A+C: automated update
Brad Fitzpatrick
2017-06-14
os: clarify behavior of TempDir
Brad Fitzpatrick
2017-06-14
net: clarify Listen on 0.0.0.0 behavior
Brad Fitzpatrick
2017-06-14
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-14
sync: make another attempt at clarifying RWMutex double RLock rules
Brad Fitzpatrick
2017-06-14
doc: list cmd/compile's DWARF changes in 1.9 relnotes
Heschi Kreinick
2017-06-14
runtime: remove unused arm assembly for div/mod
Keith Randall
2017-06-14
runtime: don't run TestCgoNumGoroutine on Windows or Plan 9
Ian Lance Taylor
2017-06-14
time: unify the Time.Equals vs == pitfall documentation
Brad Fitzpatrick
2017-06-14
cmd/cgo: match note following error in compiler errors
Ian Lance Taylor
2017-06-14
doc: add go-contrib-init mention to contributing docs
Brad Fitzpatrick
2017-06-14
html/template: only search identifier nodes for predefined escapers
Samuel Tan
2017-06-14
doc: list html/template and text/template changes in 1.9 relnotes
Alberto Donizetti
2017-06-14
runtime: record mutex event before readying
Austin Clements
2017-06-14
cmd/link: implement trampolines for ppc64le with ext linking
Lynn Boger
2017-06-14
runtime, syscall: reset signal handlers to default in child
Ian Lance Taylor
2017-06-14
go/token: use fine-grained locking in FileSet
Alan Donovan
2017-06-14
doc: add more Go 1.9 notes
Brad Fitzpatrick
2017-06-14
runtime: speed up stack copying
Josh Bleecher Snyder
2017-06-14
path, path/filepath: clarify and cross-reference packages
Brad Fitzpatrick
2017-06-14
runtime: move pdesc into p
Austin Clements
2017-06-14
go/printer: handle associated comments for CommentedNode
Hiroshi Ioka
2017-06-13
cmd/go: fix TestIssue7573 for absolute paths in -L options
Ian Lance Taylor
2017-06-13
runtime: increase MaxGomaxprocs to 1024
Austin Clements
2017-06-13
reflect: prevent structs with invalid field name
Pravendra Singh
2017-06-13
net/http: fix application/ogg sniff signature
Emmanuel Odeke
2017-06-13
doc: add go1.9 release notes for database/sql changes
Daniel Theophanes
2017-06-13
cmd/go: adjust regexp that cleans cgo-related errors
Robert Griesemer
2017-06-13
doc: flesh out some more Go 1.9 package notes
Brad Fitzpatrick
2017-06-13
database/sql: ensure a Stmt from a Conn executes on the same driver.Conn
Daniel Theophanes
2017-06-13
runtime: clean up some silly allp loops
Austin Clements
2017-06-13
go/build: make -I/-L options in cgo flags absolute
Ian Lance Taylor
2017-06-13
crypto/x509: support excluded domains in name constraints.
Adam Langley
2017-06-13
doc: add encoding changes to 1.9 release notes
Alberto Donizetti
2017-06-13
cmd/go: initialize in get before loading packages
Ian Lance Taylor
2017-06-13
cmd/internal/obj/arm: fix MOVW to/from FPSR
Ben Shi
2017-06-13
time: run genzabbrs.go to update zoneinfo_abbrs_windows.go
Alex Brainman
2017-06-13
runtime, unicode: use consistent banner for generated code
Brad Fitzpatrick
2017-06-12
database/sql: correct level of write to same var for race detector
Daniel Theophanes
2017-06-12
doc: add net/http changes to go1.9.html
Kale Blankenship
2017-06-12
database/sql: properly document QueryRow
Sarah Adams
2017-06-12
go/parser: handle last line comments
Hiroshi Ioka
2017-06-12
database/sql: prevent race on Rows close with Tx Rollback
Daniel Theophanes
2017-06-12
Revert "database/sql: Use Tx.ctx in Tx non-context methods"
Daniel Theophanes
2017-06-11
doc: explain Windows DWARF linker changes in go1.9.html
Alex Brainman
2017-06-09
net: don't run TestDialListenerAddr in short mode on non-builders
Brad Fitzpatrick
[next]