aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-11[dev.types] all: merge master into dev.typesdev.typesRob Findley
2020-09-11cmd/go: move repository resolution from internal/get to internal/vcsJay Conrod
2020-09-11cmd/go: move get.Insecure to cfg.Insecure to break dependency cycleJay Conrod
2020-09-11cmd/go: make 'go mod download' update go.sum after downloads are completeJay Conrod
2020-09-11cmd/link: add a test to test RODATA is indeed read-onlyCherry Zhang
2020-09-11cmd/link: put read-only data in __DATA_CONST segmentCherry Zhang
2020-09-11cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only dataCherry Zhang
2020-09-11cmd/go: refactor modload.Import for better -mod=readonly errorsJay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-09-11cmd/link: record only the first occurance in Reachparent graphCherry Zhang
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2020-09-11runtime: remove darwin/arm specifc codeCherry Zhang
2020-09-10unicode/utf8: refactor benchmarks for FullRune functioneric fang
2020-09-10cmd/asm: add more SIMD instructions on arm64Junchen Li
2020-09-10cmd/link: add copyright headerCherry Zhang
2020-09-10runtime: update docs for GOMAXPROCSipriver
2020-09-10all: check GOROOT_BOOTSTRAP executable before bootsrapppingCuong Manh Le
2020-09-10cmd/internal/obj/arm64: enable some SIMD instructionsfanzha02
2020-09-09cmd/go/internal/modload: refactor pathInModuleCacheBryan C. Mills
2020-09-09cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills
2020-09-09cmd/go/internal/modget: move MVS code to a separate fileBryan C. Mills
2020-09-09cmd/go/internal/modload: consolidate buildList and associated functions into ...Bryan C. Mills
2020-09-09cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills
2020-09-09cmd: update golang.org/x/tools to v0.0.0-20200901153117-6e59e24738daTzu-Chiao Yeh
2020-09-09cmd/go/internal/modload: fix spurious import resolution errorBryan C. Mills
2020-09-09net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-09-09cmd/go/internal/modload: rework import resolutionBryan C. Mills
2020-09-09cmd/go/internal/modload: remove (*loader).forceStdVendorBryan C. Mills
2020-09-09cmd/go/internal/modload: track which packages are in 'all' during loadingBryan C. Mills
2020-09-09runtime: ignore SIGPROF if profiling disable for threadIan Lance Taylor
2020-09-09runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iterationMichael Anthony Knyszek
2020-09-09cmd/link: remove unnecessary type conversion for nitablinksCuong Manh Le
2020-09-09cmd/link: pre-resolve package referenceCherry Zhang
2020-09-09cmd/go: make 'go get' preserve sums for content of new requirementsJay Conrod
2020-09-09cmd/compile: add Type.IsUintptr() to detect type is an uintptrCuong Manh Le
2020-09-09cmd/compile: consistently use Type.IsUnsafePtr()Cuong Manh Le
2020-09-09cmd/compile: fix mishandling of unsafe-uintptr arguments in go/deferCuong Manh Le
2020-09-08[dev.types] internal/types: add an internal/types packageRob Findley
2020-09-08cmd/link: enable DWARF combining on macOS ARM64Cherry Zhang
2020-09-08cmd/link: mark ELF PLT sections executableCherry Zhang
2020-09-08cmd/link: rewrite some code without using reflectionCherry Zhang
2020-09-08cmd/link: strip STAB (symbolic debugging) symbols on darwinCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-09-07runtime: remove outdated comment in mkduff.go about usage of STOSQMartin Möhrmann
2020-09-07cmd/compile: handle ODDD in exprformatCuong Manh Le
2020-09-07cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc...fanzha02
2020-09-07runtime: rotate map key seed on clearing up mapsCuong Manh Le
2020-09-06go/ast: note that in BasicLit CHARs and STRINGs are quotedAlberto Donizetti
2020-09-06net/http: mark http/2 connections activeMichael Fraenkel
2020-09-06mime: add examples for FormatMediaType and ParseMediaTypeAinar Garipov