aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-18runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee
2018-12-18os: show how to print permission bits in octalKevin Burke
2018-12-18runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek
2018-12-18cmd/cover: avoid repeating positionsIan Lance Taylor
2018-12-18cmd/cover: use -toolexec in tests to run newly built cover programIan Lance Taylor
2018-12-18cmd/dist: enable race detector test on Linux/ARM64Cherry Zhang
2018-12-18runtime: fix backtrace during C syscalls for aix/ppc64Clément Chigot
2018-12-18cmd/link: optimize access to data symbols for aix/ppc64Clément Chigot
2018-12-18runtime: flush on every write barrier while debuggingAustin Clements
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-12-18cmd/compile: increase nesting depth limit for type descriptorsRobert Griesemer
2018-12-17runtime: allocate from free and scav fairlyMichael Anthony Knyszek
2018-12-17runtime: add iterator abstraction for mTreapMichael Anthony Knyszek
2018-12-17cmd/link: move XCOFF data addresses to an unreachable segmentClément Chigot
2018-12-17cmd/compile: prevent double-walk of switch for OPRINT/OPRINTNDavid Chase
2018-12-17runtime: fix sysUsed for WindowsMichael Anthony Knyszek
2018-12-17runtime: capture pause stack for late gcWork put debuggingAustin Clements
2018-12-17runtime: make traceback indicate whether _defer was just allocatedAustin Clements
2018-12-17runtime: record extra information in throwOnGCWork crashesAustin Clements
2018-12-17cmd: improve aix/ppc64 new symbol addressingClément Chigot
2018-12-17cmd/compile: generate interface method expression wrapper for error.ErrorRobert Griesemer
2018-12-17runtime: poison the write barrier buffer during flushingAustin Clements
2018-12-17cmd/link: fix error messages for external linking on ppc64Clément Chigot
2018-12-17os: make Stat work on FAT file systemAlex Brainman
2018-12-17cmd/dist: re-enable VFPv3 on openbsd/armJoel Sing
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-12-16go/doc: handle Examples with no bodyAgniva De Sarker
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur
2018-12-15cmd/nm: report windows/arm as relocatable in TestGoExecJordan Rhee
2018-12-15cmd/link: fix in-package syso linkingShenghou Ma
2018-12-15cmd/go/internal/cache: save more data from DefaultDirBryan C. Mills
2018-12-14net/http/httptest: don't register a flag unless it looks like it's in useBrad Fitzpatrick
2018-12-14internal/x/net/http2/hpack: update from upstreamBrad Fitzpatrick
2018-12-14cmd/go/internal/get: move wildcard-trimming to before CheckImportPathBryan C. Mills
2018-12-14syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot
2018-12-14cmd/compile: fix length overflow when appending elements to a sliceMartin Möhrmann
2018-12-14cmd/go: set user and email in test-local git reposBryan C. Mills
2018-12-14crypto/x509: limit number of signature checks for each verificationFilippo Valsorda
2018-12-14cmd/go/internal/get: relax pathOK check to allow any letterBryan C. Mills
2018-12-14cmd/go/internal/get: use a strings.Replacer in expandBryan C. Mills
2018-12-14cmd/go/internal/get: reject Windows shortnames as path componentsBryan C. Mills
2018-12-14cmd/go: reject 'get' of paths containing leading dots or unsupported charactersBryan C. Mills
2018-12-14go/doc: simplify and robustify link detection logicJoe Tsai
2018-12-13mime/multipart: quote boundary in Content-Type if necessaryIan Lance Taylor
2018-12-13text/html: escape MIME type "application/ld+json" as JavaScriptEvan Klitzke
2018-12-13fmt: include failing method name in panic messageIan Lance Taylor
2018-12-13math: don't run huge argument tests on s390xRobert Griesemer
2018-12-13cmd/go/internal/work: skip TestRespectSetgidDir on js.Bryan C. Mills
2018-12-13go/internal/gccgoimporter: test fix for older gccgo versionsThan McIntosh
2018-12-13math: correct mPi4 commentBrian Kessler