aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-18doc/go1.11: link to module overviewRuss Cox
2018-07-18doc: fix a link in go1.11.html and flesh out a few sectionsBrad Fitzpatrick
2018-07-18doc/go1.11: update runtime/pprof change noteHana (Hyang-Ah) Kim
2018-07-18doc/go1.11: add space in Go version nameAlberto Donizetti
2018-07-18doc/go1.11: mention the libSystem.so change for iOSElias Naur
2018-07-18cmd/compile: fix an arm64's comparison bugBen Shi
2018-07-18doc/go1.11: add time package changes to release notesAlberto Donizetti
2018-07-18cmd/cgo: don't report inconsistency error for incomplete typedefIan Lance Taylor
2018-07-18doc/gopher: add model sheetRob Pike
2018-07-18cmd/go/internal/module: allow v0.0.0 pseudoversion for gopkg.in/check.v1Russ Cox
2018-07-18cmd/go: add clean -modcacheRuss Cox
2018-07-18cmd/go/internal/modfetch: make subdirectories unwritable tooRuss Cox
2018-07-18cmd/go/internal/modfetch: restrict file names in zip files, avoid case-insens...Russ Cox
2018-07-18cmd/go/internal/modfetch: do not rely on file system for case sensitivityRuss Cox
2018-07-18cmd/go/internal/module: define fs-safe module path encodingRuss Cox
2018-07-18syscall: update check for UserNS support for CentOS 7.5+EduRam
2018-07-17cmd/go: search test imports when matching -coverpkgIan Lance Taylor
2018-07-17doc: improve the garbage collection discussionRob Pike
2018-07-17doc/go1.11: compiler and runtime release notesAustin Clements
2018-07-17doc/go1.11: fix some typosAustin Clements
2018-07-17path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore
2018-07-17doc: minor go1.11 changesFilippo Valsorda
2018-07-17cmd/go: run git log with --no-show-signatureFrank Schroeder
2018-07-17cmd/cgo: update JNI's jobject to uintptr check for newer Android NDKsSteeve Morin
2018-07-17doc/go1.11: explain new vet typechecking behaviour in release notesAlberto Donizetti
2018-07-17Revert "runtime: fix lldb test after DWARF compression"Austin Clements
2018-07-17runtime: disable compressed DWARF for lldb testAustin Clements
2018-07-17cmd/compile: keep autos if their address reaches a control valueMichael Munday
2018-07-17cmd/go: add new test script facilityRuss Cox
2018-07-17doc: update Usage section of the FAQRob Pike
2018-07-17doc: rewrite run-on sentence in garbage collection discussionRob Pike
2018-07-17cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor
2018-07-17cmd/go/internal/cache: squelch cache init warnings when $HOME is /Zev Goldstein
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
2018-07-16cmd/go: handle relative temp dirRuss Cox
2018-07-16cmd/internal/buildid: close ELF file after reading noteIan Lance Taylor
2018-07-16archive/zip: fix regression when writing directoriesJoe Tsai
2018-07-16doc: populate and add go1.11 notes related to cryptoFilippo Valsorda
2018-07-16crypto/x509: add GODEBUG option x509ignoreCN=1Filippo Valsorda
2018-07-16crypto/x509: ignore Common Name when it does not parse as a hostnameFilippo Valsorda
2018-07-16misc/cgo: fix darwin test, againKeith Randall
2018-07-16doc: move the go1.11 "all" section elsewhere, add os/signal.Ignored, GOMIPS64Brad Fitzpatrick
2018-07-16doc: add more to go1.11, sort, remove dupsBrad Fitzpatrick
2018-07-16doc: flesh out go1.11 notesBrad Fitzpatrick
2018-07-16doc: add net/http additions to go1.11 notesBrad Fitzpatrick
2018-07-16cmd/cgo: add note about bug writing C pointers to uninitialized C memoryIan Lance Taylor
2018-07-16cmd/go: make TestNewReleaseRebuildsStalePackagesInGOPATH pass againIan Lance Taylor
2018-07-16doc/go1.11: update with latest output from x/build/cmd/relnoteAndrew Bonventre
2018-07-16runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim
2018-07-15doc: update Design and Types sections of the FAQRob Pike