aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-26cmd/compile: improve escape analysis explanationgo1.11beta1David Chase
2018-06-26ast: refer to "embedded" rather than "anonymous" fields inRowan Marshall
2018-06-26go/types: rename NewInterface2 to NewInterfaceTypeRobert Griesemer
2018-06-26syscall/js: use stable references to JavaScript valuesRichard Musiol
2018-06-26syscall: fix typo in RawSyscall6 commentXargin
2018-06-26cmd/cgo: mention character restrictions on #cgo linesIan Lance Taylor
2018-06-26time: run genzabbrs.go to update zoneinfo_abbrs_windows.goAlberto Donizetti
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-06-25cmd/dist: increase timeout scale to 3 for windowsAndrew
2018-06-25cmd/compile: avoid remainder in loopbce when increment=0David Chase
2018-06-25cmd/dist: enable more tests on js/wasmBrad Fitzpatrick
2018-06-25net/http: document and test behavior of ServeMux with portsGuilherme Goncalves
2018-06-25runtime/trace: reword the trace package summaryJeremy Jackins
2018-06-25os: have UserCacheDir return an error on failureAndrew Bonventre
2018-06-25doc/go1.11: add note about package versioningAndrew Bonventre
2018-06-25syscall/js: turn constant package vars into functionsRichard Musiol
2018-06-25syscall.js: add Value.InstanceOfRichard Musiol
2018-06-25runtime: respect timeout in semasleep on DarwinNikhil Benesch
2018-06-24doc/contribute: fix typo and reword a few sentencesAlberto Donizetti
2018-06-23cmd/link: never coalesce type descriptors when dynamically linking GoMichael Hudson-Doyle
2018-06-22api: promote next to go1.11Andrew Bonventre
2018-06-22cmd/link: support DWARF compression on DarwinHeschi Kreinick
2018-06-22syscall, internal/poll: fix build on js/wasmBrad Fitzpatrick
2018-06-22cmd/dist: skip non-std tests on js/wasmBrad Fitzpatrick
2018-06-22cmd/compile: fix compile failure for lazily resolved shadowed typesMatthew Dempsky
2018-06-22cmd/compile: convert uint32 to int32 in ARM constant folding rulesCherry Zhang
2018-06-22doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly portDmitri Shuralyov
2018-06-22sync: fix deficiency in RWMutex race annotationsDmitry Vyukov
2018-06-22os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor
2018-06-22net/http: fix test assertionThomas Bruyelle
2018-06-22runtime: fix comments style typoZhou Peng
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-22runtime: avoid recursive panic on bad lock countAustin Clements
2018-06-21cmd/compile: fix recursive inimport handlingMatthew Dempsky
2018-06-21flag: add a Value exampleTerin Stock
2018-06-21misc/wasm: fix permissions on wasm_exec.jsPaul Jolly
2018-06-21internal/poll: use more fine-grained locking in SpliceAndrei Tudor Călin
2018-06-21cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-21net/http: avoid deferred unlock in ServeMux.shouldRedirectEmmanuel T Odeke
2018-06-21syscall: check faccessat flags parameter on LinuxTobias Klauser
2018-06-20mime: change *.js mime type to application/javascript, not x-javascriptBrad Fitzpatrick
2018-06-20cmd/go/internal: add a note about GOCACHE=offAgniva De Sarker
2018-06-20doc: fix spelling of G SuiteStephen Lewis
2018-06-20doc: change git clone urlWayne Ashley Berry
2018-06-20crypto/tls: consolidate signatures handling in SKE and CVPeter Wu
2018-06-20internal/poll: better panic message for lock overflowIan Lance Taylor
2018-06-20make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAPLE Manh Cuong
2018-06-20crypto/rand: make documentation consistent between package comment and ReaderBrad Fitzpatrick
2018-06-20cmd/go: remove inadvertent comment for vgoAgniva De Sarker