aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-19cmd/go: fix TestScript/list_test_e on Windowsgo1.11beta2Bryan C. Mills
2018-07-19cmd/compile: run fmt test only in long modeKeith Randall
2018-07-19cmd/go/internal/list: do not examine TestmainGo if the test fails to loadBryan C. Mills
2018-07-19cmd/compile: don't run gc/ssa_test/TestGenFlowGraph in short modeDavid Chase
2018-07-19cmd/go: skip vet when package cannot be build under "go test/vet"Yury Smolsky
2018-07-19cmd/go: fix TestScript on Plan 9David du Colombier
2018-07-19syscall/js: show goroutine stack traces on deadlockRichard Musiol
2018-07-19cmd/go: warn about non-use of go.mod in legacy go getRuss Cox
2018-07-19cmd/go/internal/get: fix "mod over non-mod" preference for meta tagsRuss Cox
2018-07-19crypto/elliptic: implement P256 for arm64Vlad Krasnov
2018-07-19net/http: update bundled http2Brad Fitzpatrick
2018-07-19cmd/go: generate alldocs.goRuss Cox
2018-07-19cmd/go/internal/par: actually make par.Work run things in parallelRuss Cox
2018-07-19cmd/go: scrub go.sum during go mod -syncRuss Cox
2018-07-19cmd/go: diagnose 'go mod' in GOPATH/src betterRuss Cox
2018-07-19cmd/go: document $GOPROXY, other module adjustmentsRuss Cox
2018-07-19cmd/go/internal/modget: fix get pkg@noneRuss Cox
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-19cmd/go: preserve %SYSTEMROOT% in TestScript on WindowsRuss Cox
2018-07-19runtime: don't create heap hints outside TSAN's supported heapAustin Clements
2018-07-19cmd/compile: avoid compressed dwarf when testing for gdb on OSXDavid Chase
2018-07-19cmd/go: skip TestScript/mod_* on WindowsRuss Cox
2018-07-19cmd/go/internal/str: simplify HasPathPrefix by epsilonRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert even more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert module tests to scriptsRuss Cox
2018-07-19net/http: deflake TestClientTimeoutKillsConn_AfterHeadersBrad Fitzpatrick
2018-07-18cmd/compile: fix crash on invalid struct literalDaniel Martí
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2018-07-18cmd/compile: fix an arm64's comparison bugBen Shi
2018-07-18cmd/cgo: don't report inconsistency error for incomplete typedefIan Lance Taylor
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-17path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore
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-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-17cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor