aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-14cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick
2017-06-14net/http: update bundled http2Brad Fitzpatrick
2017-06-14api: promote next to go1.9Chris Broadfoot
2017-06-14api: update next.txtChris Broadfoot
2017-06-14A+C: automated updateBrad Fitzpatrick
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-06-14net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2017-06-14sync: make another attempt at clarifying RWMutex double RLock rulesBrad Fitzpatrick
2017-06-14doc: list cmd/compile's DWARF changes in 1.9 relnotesHeschi Kreinick
2017-06-14runtime: remove unused arm assembly for div/modKeith Randall
2017-06-14runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor
2017-06-14time: unify the Time.Equals vs == pitfall documentationBrad Fitzpatrick
2017-06-14cmd/cgo: match note following error in compiler errorsIan Lance Taylor
2017-06-14doc: add go-contrib-init mention to contributing docsBrad Fitzpatrick
2017-06-14html/template: only search identifier nodes for predefined escapersSamuel Tan
2017-06-14doc: list html/template and text/template changes in 1.9 relnotesAlberto Donizetti
2017-06-14runtime: record mutex event before readyingAustin Clements
2017-06-14cmd/link: implement trampolines for ppc64le with ext linkingLynn Boger
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-06-14go/token: use fine-grained locking in FileSetAlan Donovan
2017-06-14doc: add more Go 1.9 notesBrad Fitzpatrick
2017-06-14runtime: speed up stack copyingJosh Bleecher Snyder
2017-06-14path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick
2017-06-14runtime: move pdesc into pAustin Clements
2017-06-14go/printer: handle associated comments for CommentedNodeHiroshi Ioka
2017-06-13cmd/go: fix TestIssue7573 for absolute paths in -L optionsIan Lance Taylor
2017-06-13runtime: increase MaxGomaxprocs to 1024Austin Clements
2017-06-13reflect: prevent structs with invalid field namePravendra Singh
2017-06-13net/http: fix application/ogg sniff signatureEmmanuel Odeke
2017-06-13doc: add go1.9 release notes for database/sql changesDaniel Theophanes
2017-06-13cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer
2017-06-13doc: flesh out some more Go 1.9 package notesBrad Fitzpatrick
2017-06-13database/sql: ensure a Stmt from a Conn executes on the same driver.ConnDaniel Theophanes
2017-06-13runtime: clean up some silly allp loopsAustin Clements
2017-06-13go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor
2017-06-13crypto/x509: support excluded domains in name constraints.Adam Langley
2017-06-13doc: add encoding changes to 1.9 release notesAlberto Donizetti
2017-06-13cmd/go: initialize in get before loading packagesIan Lance Taylor
2017-06-13cmd/internal/obj/arm: fix MOVW to/from FPSRBen Shi
2017-06-13time: run genzabbrs.go to update zoneinfo_abbrs_windows.goAlex Brainman
2017-06-13runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick
2017-06-12database/sql: correct level of write to same var for race detectorDaniel Theophanes
2017-06-12doc: add net/http changes to go1.9.htmlKale Blankenship
2017-06-12database/sql: properly document QueryRowSarah Adams
2017-06-12go/parser: handle last line commentsHiroshi Ioka
2017-06-12database/sql: prevent race on Rows close with Tx RollbackDaniel Theophanes
2017-06-12Revert "database/sql: Use Tx.ctx in Tx non-context methods"Daniel Theophanes
2017-06-11doc: explain Windows DWARF linker changes in go1.9.htmlAlex Brainman
2017-06-09net: don't run TestDialListenerAddr in short mode on non-buildersBrad Fitzpatrick